HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Encounter: Hospital Admission and Discharge - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "12fef60c-1fe7-4988-8286-af691889a3f3",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/encounter-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 12fef60c-1fe7-4988-8286-af691889a3f3</b></p><a name=\"12fef60c-1fe7-4988-8286-af691889a3f3\"> </a><a name=\"hc12fef60c-1fe7-4988-8286-af691889a3f3\"> </a><a name=\"12fef60c-1fe7-4988-8286-af691889a3f3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-encounter-eu-hdr.html\">Encounter (HDR)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-a1438872-05b1-4868-857d-521c9d586a7e\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p><p><b>period</b>: 2025-04-20 10:00:00+0100 --&gt; 2025-04-29 11:00:00+0100</p><p><b>reasonReference</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-38d0593b-7949-489e-9306-95df81a109df\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p><p><b>serviceProvider</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-3f30e341-19c6-484f-827a-0c58545fb2bc\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP"
  },
  "subject" : {
    "reference" : "urn:uuid:a1438872-05b1-4868-857d-521c9d586a7e"
  },
  "period" : {
    "start" : "2025-04-20T10:00:00+01:00",
    "end" : "2025-04-29T11:00:00+01:00"
  },
  "reasonReference" : [
    {
      "reference" : "urn:uuid:38d0593b-7949-489e-9306-95df81a109df"
    }
  ],
  "serviceProvider" : {
    "reference" : "urn:uuid:3f30e341-19c6-484f-827a-0c58545fb2bc"
  }
}