Skip to main content

Encounter Push

Description

EncounterPush is employed to transmit an encounter summary to another application or an Electronic Health Record (EHR). It provides a description of care provided at the encounter level, detailing the patient's state during the encounter.

API endpoints for Encounter Push

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/clinical-summary/encounter-push.

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

Data Model JSON for Encounter Push

Visit Push - Sample Payload
{
"Meta": {
"DataModel": "Clinical Summary",
"EventType": "EncounterPush",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "58e94199-34e4-4df2-887e-1ff30729f064",
"Name": "customerid"
},
"Destinations": [
{
"ID": "ef9e7448-7f65-4432-aa96-059647e9b358",
"Name": "Patient Push Endpoint"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "975b15e0-3fce-434a-9587-f6d9e0837a82",
"IDType": "ehrid"
}
]
},
"Encounter": {
"Reason": "Dizziness",
"DateTime": "2012-08-06T14:21:20.733Z",
"Template": "Simple",
"Category": "Narrative",
"AttendingProvider": {
"ID": "9878ae73-9443-41d7-a464-32e3124d432a",
"IDType": "ehrid",
"FirstName": null,
"LastName": null
},
"Author": {
"ID": "4189",
"IDType": ""
},
"Location": {
"Facility": "975b09bb-b42c-4eae-aaba-cc1abab85dc0",
"Department": "98141f7c-8892-4e7e-bb7d-609f38db1912"
},
"Type": {
"ID": "5"
}
},
"EncounterInfo": {
"Value": "Normal",
"Code": "AMB"
}
}