GETPOSTPUT

Encounter

An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

HL7v2 Mappings

When MediBridgeX ingests legacy ADT (Admit, Discharge, Transfer) messages, the engine automatically extracts the PV1 (Patient Visit) and PV2 segments to construct and persist a FHIR Encounter resource linked to the respective Patient.

Mapped Encounter Resource
1{
2 "resourceType": "Encounter",
3 "id": "enc-10293",
4 "status": "in-progress",
5 "class": {
6 "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
7 "code": "IMP",
8 "display": "inpatient encounter"
9 },
10 "subject": {
11 "reference": "Patient/pat-87453"
12 },
13 "period": {
14 "start": "2023-10-27T10:15:30Z"
15 }
16}