HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: CZ-Encounter-HDR Example of finished hospital encounter - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="HospitalEncounter"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter HospitalEncounter</b></p><a name="HospitalEncounter"> </a><a name="hcHospitalEncounter"> </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-cz-encounter-hdr.html">Encounter (HDR CZ)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href="Patient-Mracena2.html">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Passport number (use: official, ))</a></p><p><b>period</b>: 2025-03-01 10:15:00+0100 --&gt; 2025-03-10 09:30:00+0100</p><p><b>serviceProvider</b>: <a href="Organization-RegisteringProviderExample.html">Organization MUDr. Jana Krásná</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>🔗 
    <reference value="Patient/Mracena2"/>
  </subject>
  <period>
    <start value="2025-03-01T10:15:00+01:00"/>
    <end value="2025-03-10T09:30:00+01:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/RegisteringProviderExample"/>
  </serviceProvider>
</Encounter>