HL7 Czech Hospital Discharge Report Implementation Guide
0.0.1 - ci-build
Czech Republic (CZE)
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.1 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
{
"resourceType" : "Encounter",
"id" : "HospitalEncounter",
"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 HospitalEncounter</b></p><a name=\"HospitalEncounter\"> </a><a name=\"hcHospitalEncounter\"> </a><a name=\"HospitalEncounter-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-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.4.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient</p><p><b>subject</b>: <a href=\"Patient-Mracena2.html\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2025-03-01 10:15:00+0100 --> 2025-03-10 09:30:00+0100</p><p><b>serviceProvider</b>: <a href=\"Bundle-DischargeBundle.html#Organization_RegisteringProviderExample\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient"
},
"subject" : {
🔗 "reference" : "Patient/Mracena2"
},
"period" : {
"start" : "2025-03-01T10:15:00+01:00",
"end" : "2025-03-10T09:30:00+01:00"
},
"serviceProvider" : {
"reference" : "Organization/RegisteringProviderExample"
}
}