Skip to main content

Response

Description

The Clinical Decision comprises Response events, which are utilized to transmit clinical insights, observations, and recommendations as part of the Clinical Decision Support (CDS) response. This is the standard format for a Clinical Decision Support response.

API Endpoints for New Claim

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

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

DataModel: ClinicalDecisions

Response - Sample Payload

{
"Meta": {
"DataModel": "Clinical Decisions",
"EventType": "Response",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "6a7eedec-228f-4e0e-8b0b-ddd64a478874 ",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "369b62a0-ec7d-46eb-99aa-0c9c9ca3cbd5 ",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "47ad2d56-3126-46e5-8a09-0c62ead8154a",
"AttemptID": "2b16a417-614e-4ebc-b6e9-d8a37c6f22e1"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Session": {
"Questions": [
{
"Question": {
"Code": null,
"Codeset": null,
"Description": null
},
"Answer": {
"Code": null,
"Codeset": null,
"Description": null
}
}
]
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "1349c2db-f45c-4dc2-a1da-21b5999f7ff6",
"IDType": "EHRID"
},
{
"ID": "9830cf8e-f899-4ad1-bd70-3fd5b1af38a9",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "Ronnie",
"MiddleName": "Patricks",
"LastName": "Oliver",
"DOB": "2008-01-06",
"SSN": "101-01-0001",
"Sex": "Male",
"Race": "White",
"IsHispanic": null,
"Religion": null,
"MaritalStatus": "Single",
"IsDeceased": null,
"DeathDateTime": null,
"PhoneNumber": {
"Home": "+18088675301",
"Office": null,
"Mobile": null
},
"EmailAddresses": [],
"Language": "en",
"Citizenship": [],
"Address": {
"StreetAddress": "4762 Wallgate Avenue",
"City": "San Jose",
"State": "CA",
"ZIP": "53566",
"County": "Santa Clara",
"Country": "USA"
}
},
"Notes": []
},
"OrderingProvider": {
"ID": "4236464757",
"IDType": "NPI",
"FirstName": "Johnnie",
"LastName": "Slater",
"Credentials": [
"DO"
],
"Address": {
"StreetAddress": "900 First Cavein.",
"City": "San Jose"",
"State": "CA",
"ZIP": "63105",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+13145554321"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"AuthorizingProvider": {
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Alex",
"LastName": "Moon",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "964 Main St.",
"City": "San Jose",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"UnsignedMedicationOrders": [
{
"Identifiers": [
{
"ID": "384209784056849",
"IDType": "EHR"
}
],
"Frequency": {
"Period": "8",
"Unit": "h"
},
"Product": {
"Code": "103294",
"Codeset": null,
"Name": "Setron 4 Mg Po Tbdp"
},
"Priority": "Stat",
"Dose": {
"Quantity": "4",
"Units": "mg"
},
"Mode": "IP",
"Route": "Oral",
"StartDate": "2005-05-01T04:00:00.000Z",
"EndDate": "2011-02-27T05:00:00.000Z",
"MixtureType": null,
"MixtureComponents": [
{
"Code": null,
"CodeType": null,
"Dose": {
"Quantity": null,
"Units": null
}
}
],
"Questions": [
{
"Question": {
"Code": null,
"Codeset": null,
"Description": "Why medication ordered?"
},
"Answer": {
"Code": null,
"Codeset": null,
"Description": "Prevent nausea after chemo therapy"
}
}
],
"Notes": []
}
],
"UnsignedProcedureOrders": [
{
"Code": "76700",
"Codeset": "CPT",
"Description": null,
"Identifiers": [
{
"ID": "329306730984409",
"IDType": "EHR"
}
],
"ScheduledDate": "2005-07-02T04:00:00:000Z",
"Mode": "IP",
"BodySite": {
"Code": null,
"Codeset": null,
"Description": null
},
"StartDate": "2005-05-01T04:00:00.000Z",
"EndDate": "2011-02-27T05:00:00.000Z",
"Questions": [
{
"Question": {
"Code": null,
"Codeset": null,
"Description": "Why is this ultrasound ordered?"
},
"Answer": {
"Code": null,
"Codeset": null,
"Description": "The patient inhaled a foreign body."
}
}
],
"Notes": []
}
]
}