List Recommended Connections
Overview
list_recommended_connections lists the healthcare connections discovered for the current user by the RLS/IAS network search, after enable_ias_import_consent and once get_import_tasks shows the search has progressed.
Optional Parameters
person_id (string)
- The identifier of the person whose recommended connections are to be retrieved. If not provided, the tool will attempt to extract it from the access token.
Returns
recommended_connections— one entry per discovered connection (aCareTeamresource can bundle several), each with:connection_id— a service slug (e.g."sutter_health"), matching theconnection_idconvention used bycreate_connection/disconnect_datasource/etc.connection_type—"direct"or"indirect".qhin— the Qualified Health Information Network's display name (e.g."Epic Nexus QHIN").discovered_at— when this connection was discovered.care_team_id— the underlyingCareTeamresource's id, for cross-referencingresourcesbelow.organization_reference— the raw FHIR reference (e.g."Organization/{id}").organization_name— the organization's display name (e.g."Sutter Health"), resolved via a single batchedOrganizationlookup across all connections in the result (not one lookup per connection);nullif the lookup failed or the organization has no name.
resources— the raw underlying FHIRCareTeamresources, unfiltered, for callers who need more than the simplified projection above.count— number of rawresourcesreturned (not the count ofrecommended_connections-- oneCareTeamresource can hold multiple participants).
Updated 14 days ago
Did this page help you?
