Claims Query
Description
Using the given filter criteria, this query may be used to obtain claims. The QueryResponse event type specifies the format of the response.
API Endpoints for Claims Query
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/claim/query.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Query - Sample Payload
{
"Meta": {
"DataModel": "Claim",
"EventType": "Query",
"Test": false,
"Source": {
"ID": "8366d1d7-1fd4-4c05-a867-9d516ed79d77",
"Name": "EHR Bridge Dev Tools"
},
"Patient": {
"Identifiers": [
{
"ID": "47c69863-e9a0-4b27-9495-1b370b0ed376",
"IDType": "EHRID"
}
]
},
"StartDate": "2010-01-19",
"EndDate": "2023-08-01",
"Location": {
"Department": 1
},
"Provider": {
"Identifiers": [
{
"ID": "7a1eb20e-c239-425e-ba3a-2e195802ec4a",
"IDType": "EHRID"
}
],
"Demographics": {
"FirstName": "John",
"LastName": "Henry",
"MiddleName": "Franklin",
"Address": {
"City": null,
"State": null,
"ZIP": null
}
}
}
}
}