HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - 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.1.0 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 L1 Example of encounter for Novak Petr - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "f08151d0-a7ad-4a7b-b7b9-97eb1d394ffb",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-encounter-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter f08151d0-a7ad-4a7b-b7b9-97eb1d394ffb</b></p><a name=\"f08151d0-a7ad-4a7b-b7b9-97eb1d394ffb\"> </a><a name=\"hcf08151d0-a7ad-4a7b-b7b9-97eb1d394ffb\"> </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=\"Bundle-DischargeBundle-Novak-Petr-L1-core.html#urn-uuid-48a9d440-4194-42c1-87ad-b5a39020a4d0\">Ing. Petr Novák, Ph.D. Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</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=\"Bundle-DischargeBundle-Novak-Petr-L1-core.html#urn-uuid-a4641bd0-34af-4038-a7db-872d08a54df9\">Organization CHIR-L2 - Lůžková stanice 2</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    "reference" : "urn:uuid:48a9d440-4194-42c1-87ad-b5a39020a4d0"
  },
  "period" : {
    "start" : "2025-03-01T10:15:00+01:00",
    "end" : "2025-03-10T09:30:00+01:00"
  },
  "serviceProvider" : {
    "reference" : "urn:uuid:a4641bd0-34af-4038-a7db-872d08a54df9"
  }
}