HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - ci-build
CZ
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
{
"resourceType" : "MedicationAdministration",
"id" : "e5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/hdr/StructureDefinition/cz-MedicationAdministration"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration e5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67</b></p><a name=\"e5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67\"> </a><a name=\"hce5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67\"> </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-MedicationAdministration.html\">Medication Administration: HDR (CZ)</a></p></div><p><b>identifier</b>: <code>https://www.nempriklad.cz/</code>/e5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-f7206785-f3f2-46e2-9c20-5c684686aabd\">Medication OFOST</a></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-c517f75a-1e29-423b-8c59-1b275e65019a\">Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)</a></p><p><b>effective</b>: 2026-03-04 18:31:00+0100</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route</span></td><td>260000 ul<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeul = 'ul')</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://www.nempriklad.cz/",
"value" : "e5c8a1b2-9c3d-4e5a-8c9b-1f2d3e4f5a67"
}
],
"status" : "completed",
"medicationReference" : {
"reference" : "urn:uuid:f7206785-f3f2-46e2-9c20-5c684686aabd"
},
"subject" : {
"reference" : "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
},
"effectiveDateTime" : "2026-03-04T18:31:00+01:00",
"dosage" : {
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route"
}
]
},
"dose" : {
"value" : 260000,
"unit" : "ul",
"system" : "http://unitsofmeasure.org",
"code" : "ul"
}
}
}