Triggers a network query for the specified patient across all available health data networks.
This endpoint triggers a network query, an asynchronous query against various kinds of health data sources including HIEs, pharmacies, and laboratories. As data from each source is processed and merged into a patient’s record, also known as their ‘Consolidated Data’, we emitDocumentation Index
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.
network-query.* webhook events.
Every time a source completes, a webhook request will be sent to your configured URL
containing a link to download the patient’s consolidated data.
Webhook message types - see the webhooks page
for more details:
network-query.hie: HIE data has been merged into the consolidated bundle;network-query.pharmacy: Pharmacy data has been merged into the consolidated bundle;network-query.lab: Laboratory data has been merged into the consolidated bundle.purposeOfUse: "ias" when applicable.
purposeOfUse query parameter is ias.
An active AAL2 session ID for the patient’s verified
identity. See Create AAL2
Challenge.treatment or ias.
Defaults to treatment. Use ias when the patient is
retrieving their own records through Individual Access
Services — see Individual Access
(IAS).sources: ["hie", "pharmacy", "lab"]) for backward compatibility,
but the object format above is recommended as it supports per-source options.purposeOfUse query parameter is ias. The verified identity returned on the
ias.identity.verified webhook.processing - at least one source is still being queriedcompleted - all sources have completed successfullypartial - some sources completed, some failedfailed - all sources failed