Skip to main content

ProviderQueryResponse

Description

A Provider QueryResponse message is used in response to a Provider Query.

API endpoints for Provider Query Response

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

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

Data Model JSON for ProviderQueryResponse

ProviderQueryResponse - Sample Payload
{
"Meta": {*
"DataModel": "Provider",
"EventType": "ProviderQueryResponse",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "478fd5b1-1206-4fc9-9034-e79edaed3c38",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "53181af7-ed1e-4f24-b6d8-2681afad9ad1 ",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "946acf38-80ed-4a37-b89e-4519d623cfff",
"AttemptID": "ab46d57a-4da1-469f-9b5d-6a3c9e1a0dfd"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Providers": [
{
"Identifiers": [
{
"ID": "4356789876",
"IDType": "NPI"
}
],
"IsActive": true,
"Demographics": {
"FirstName": "John ",
"LastName": "F",
"MiddleName": "Marker",
"Credentials": [
"MD"
],
"Addresses": [
{
"Use": "Office",
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
}
],
"EmailAddresses": [
"john.marker@ehrbridge.com"
],
"PhoneNumber": {
"Home": "+16085551235",
"Office": "+16085551234",
"Mobile": "+16085551236"
},
"Sex": "Male",
"DOB": "1963-01-06",
"Languages": [
"English",
"Spanish"
]
},
"Qualifications": [
{
"Identifiers": [
{
"ID": "5421",
"IDType": null
}
],
"Code": "MD",
"Codeset": "http://hl7.org/fhir/v2/0360/2.7",
"Description": "Doctor of Medicine",
"StartDate": "2000-02-01",
"EndDate": null
}
],
"Roles": [
{
"Identifiers": [
{
"ID": "12",
"IDType": null
}
],
"Organization": {
"Identifiers": [
{
"ID": "135",
"IDType": null
}
],
"IsActive": true,
"Type": "Provider",
"Name": "City Care Clinic",
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
}
},
"Specialties": [
{
"Code": "394802001",
"Codeset": "SnomedCT",
"Description": "General Medicine"
}
],
"Locations": [
{
"Identifiers": [
{
"ID": "123354",
"IDType": null
}
],
"Status": "active",
"Name": "City Care Clinic",
"Description": null,
"Address": {
"StreetAddress": "123 Main St",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16084455673"
}
}
],
"Services": [
{
"Identifiers": [
{
"ID": "60",
"IDType": null
}
],
"Type": "Nutrition",
"Description": "Nutrition",
"PhoneNumber": {
"Office": "+16083334985"
}
}
],
"Availability": [
{
"Days": [
"Monday",
"Tuesday"
],
"AvailableStartTime": "09:00",
"AvailableEndTime": "17:00"
}
]
}
]
}
]
}