Skip to main content

Patient Query

Description

This data model query enables the efficient retrieval of patient information from health systems, enabling healthcare providers to quickly review a patient's medical history with accuracy and precision.

API endpoints for Patient Query

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/clinical-summary/patient-query.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for Patient Query

PatientQuery - Sample Payload
{
"Meta": {
"DataModel": "Clinical Summary",
"EventType": "PatientQuery",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Destinations": [
{
"ID": "27395b64-c515-4181-aef4-ab1e93ab2957",
"Name": "Patient Query Endpoint"
}
]
"Logs": [
{
"ID": "9dd88317-e6e7-4e5f-b544-ca7c479b389f",
"AttemptID": "aa775f19-eeed-4658-938c-741a56b6388d"
}
],
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "16e66d40-01b7-4f88-bce5-e743cf3872e2",
"IDType": "EHRID"
},
{
"ID": "229d1348-c357-49c9-b6b6-6b726b2e9de5",
"IDType": "NIST"
}
},
"Location": {
"Department": null
}
}