Skip to main content

Query Response

API endpoints for Organizations Query Response

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

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

Data Model JSON for Query Response

QueryResponse - Sample Payload
{
"Meta": {
"DataModel": "Organization",
"EventType": "QueryResponse",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "1a6ad68b-990e-4a50-a6e1-4f5c02ec4e19",
"Name": "Ehr bridge Dev Tools"
},
"Destinations": [
{
"ID": "65d598be-1d84-4d3b-b53c-6e4a6435b316 ",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "992db8cc-f468-4a15-841c-4e4dd7a5f059 ",
"AttemptID": "e4984bfa-b3f2-4012-9199-575332475513"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Directory": "Quality Care",
"Organizations": [
{
"Active": true,
"Name": "Test Org",
"Aliases": [],
"Identifiers": [
{
"ID": "0000000001",
"IDType": "FACID"
},
{
"ID": "1.2.3.4.5",
"IDType": "OID"
}
],
"Type": {
"System": "http://hl7.org/fhir/organization-type",
"Value": "Implementer"
},
"PartOf": {
"Identifier": {
"Type": "HCID",
"System": "http://www.hl7.org/oid/",
"Value": "1.2.3.4"
}
},
"Contacts": [
{
"Purpose": null,
"Name": "John, Wilson",
"EmailAddresses": [
"john.wilson@test.net"
],
"PhoneNumber": {
"Home": "+18088455303",
"Work": null,
"Mobile": "+19189768865"
}
}
],
"Address": {
"StreetAddress": "123 Main Columbia St.",
"City": "San Jose",
"State": "CA",
"ZIP": "86754",
"County": "Santa Clara",
"Country": "USA"
},
"ManagingOrg": "EHR Bridge Health System"
}
],
"Paging": {
"Count": 1,
"Index": 0
}
}