Skip to main content

VisitMerge

Description

The Patient Identifiers field contains the identifiers for the patient record to which the visit should be moved. This field typically includes unique patient identifiers, such as medical record number (MRN), patient ID, or other identification numbers that are used by the healthcare facility or system to uniquely identify patients.

API endpoints for Visit Merge

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/patient-admin/visit-merge.

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

Data Model JSON for VisitMerge

VisitMerge - Sample Payload
{
"Meta": {
"DataModel": "PatientAdmin",
"EventType": "VisitMerge",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "049005b4-1e09-460a-87c2-00b0eedfb2b6",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "59e1bede-38f6-4aa7-ae13-1c8a9f6f394d",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "42c4df99-1a88-40b6-b372-a08e1242f9a5",
"AttemptID": "de7a2f53-c6fc-42a3-aeb1-7ca4791bbd3c"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "86aeafaa-b690-400f-b7ed-ec96dbd297c6",
"IDType": "EHRID"
},
{
"ID": "18b1f4dc-4727-4341-9fcd-1a5cc5dd81fc",
"IDType": "NIST"
}
],
"PreviousIdentifiers": [],
"Demographics": {
"FirstName": "John",
"MiddleName": "Henry",
"LastName": "Franklin",
"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": []
},
"Visit": {
"VisitNumber": "123456"
}
}