Skip to main content

ProviderQuery

Description

The ProviderQuery allows searching for providers based on the provided search parameters. The response for this query is the ProviderQueryResponse, which contains the matching providers based on the search criteria.

API endpoints for Provider Query

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

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

Data Model JSON for ProviderQuery

ProviderQuery - Sample Payload
{
"Meta": {
"DataModel": "Provider",
"EventType": "ProviderQuery",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Destinations": [
{
"ID": "53181af7-ed1e-4f24-b6d8-2681afad9ad1 ",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "946acf38-80ed-4a37-b89e-4519d623cfff",
"AttemptID": "ab46d57a-4da1-469f-9b5d-6a3c9e1a0dfd"
}
],
"FacilityCode": null
},
"Provider": {
"Identifiers": [
{
"ID": "4356789876",
"IDType": "NPI"
}
],
"Demographics": {
"FirstName": "John ",
"LastName": "F",
"MiddleName": "Marker",
"Address": {
"City": null,
"State": null,
"ZIP": null
}
}
}
}