Skip to main content

NoShow

Description

A NoShow message is typically generated in an EHR system when a patient fails to show up for a scheduled appointment without cancelling or rescheduling. This type of message is used to notify relevant parties, such as providers or administrators, that a patient did not attend their scheduled appointment.

API endpoints for No Show

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/scheduling/noshow.

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

Data Model JSON for NoShow

NoShow - Sample Payload
{
"Meta": {
"DataModel": "Scheduling",
"EventType": "NoShow",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "112d2f70-90c8-472a-87e2-870586c00fde ",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "414f56e8-1252-4212-9290-130c724cef4b",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "4b992bf2-a254-4892-a9a3-ad0ab0b778b0 ",
"AttemptID": "04e33b21-f895-4093-835f-6849a9b89088"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "82fd83a3-cfc7-4f1d-a93c-2ee4aee6926d ",
"IDType": "EHRID"
},
{
"ID": "792db04d-e572-42f4-90ee-d1fd2a07bf9c",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "James",
"MiddleName": "Alex",
"LastName": "Smith",
"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 High Street",
"City": "San Jose"",
"State": "CA",
"ZIP": "53566",
"County": "Santa Clara",
"Country": "USA"
}
},
"Notes": []
},
"AppointmentInfo": [
{
"Code": "23457",
"Codeset": "EHR Codes",
"Description": "Priority",
"Value": "Normal"
},
{
"Code": "23457",
"Codeset": "EHR Codes",
"Description": "Form",
"Value": "Lumbar"
}
],
"Visit": {
"VisitNumber": "1234",
"AccountNumber": null,
"VisitDateTime": "2022-08-16T14:21:21.685Z",
"PatientClass": null,
"Status": null,
"Duration": 15,
"Reason": "Check up",
"NoShowReason": "Car broke down.",
"Type": null,
"Instructions": [],
"AttendingProvider": {
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Bobby",
"LastName": "Grant",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 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
}
},
"ConsultingProvider": {
"ID": null,
"IDType": null,
"FirstName": null,
"LastName": null,
"Credentials": [],
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": null
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"ReferringProvider": {
"ID": null,
"IDType": null,
"FirstName": null,
"LastName": null,
"Credentials": [],
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": null
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"VisitProvider": {
"ID": null,
"IDType": null,
"FirstName": null,
"LastName": null,
"Credentials": [],
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": null
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"Location": {
"Type": "Inpatient",
"Facility": "MGM Hospital",
"Department": "3N",
"Room": "136"
},
"AdditionalStaff": [],
"Diagnoses": [
{
"Code": "R07.0",
"Codeset": "ICD-10",
"Name": "Pain in throat",
"Type": null,
"DocumentedDateTime": null
}
],
"Equipment": []
}
}