FHIR
Get Consolidated Data Query status
Get the status of querying for patient’s consolidated data.
GET
/
medical
/
v1
/
patient
/
{id}
/
consolidated
/
query
This endpoint returns all the queries that are currently in progress. To trigger a new query you can start a consolidated query.
The result of the query will be sent through a Webhook request in FHIR-compliant format.
Path Params
id
string
requiredThe ID of the Patient.
Response
Returns the status of the last query for consolidated data performed for the given patient.
queries
ConsolidatedQuery[]
requiredmessage
string
An optional message for the request.