HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build
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
{
"resourceType" : "Observation",
"id" : "bloodcount-panel",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/lab/StructureDefinition/cz-observation-result-laboratory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Krevní obraz – kompletní panel</strong></p><p>Pacient: Mračena Mrakomorová (456789123)</p><p>Datum odběru: 1. 4. 2025 09:00</p><p>Odběr: Krev z žíly</p><p>Laboratoř: Hematologická laboratoř Brno</p><p>Výsledky:</p><ul><li>Leukocyty: 6.2 ×10⁹/L (normální)</li><li>Erytrocyty: 4.5 ×10¹²/L (normální)</li><li>Hemoglobin: 140 g/L (normální)</li><li>Hematokrit: 0.42 (normální)</li><li>Trombocyty: 250 ×10⁹/L (normální)</li></ul><p>Výsledek vydán: 1. 4. 2025 12:00</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://nclp.uzis.cz",
"code" : "11115",
"display" : "Krevní obraz"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Mracena2"
},
"encounter" : {
🔗 "reference" : "Encounter/10f5c49e-086d-4016-8dd1-b555306bf620"
},
"effectiveDateTime" : "2025-04-01T09:00:00+01:00",
"issued" : "2025-04-01T09:30:00+01:00",
"performer" : [
{
🔗 "reference" : "Organization/Lab-HematologieBrno"
}
],
"hasMember" : [
{
🔗 "reference" : "Observation/hb-result"
},
{
🔗 "reference" : "Observation/hct-result"
},
{
🔗 "reference" : "Observation/rbc-result"
},
{
🔗 "reference" : "Observation/wbc-result"
},
{
🔗 "reference" : "Observation/plt-result"
}
]
}