HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - 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.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" : "medadmin-fentanyl-epidural-jana",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medadmin-fentanyl-epidural-jana</b></p><a name=\"medadmin-fentanyl-epidural-jana\"> </a><a name=\"hcmedadmin-fentanyl-epidural-jana\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-med-fentanyl-epidural.html\">Medication Fentanyl</a></p><p><b>subject</b>: <a href=\"Patient-6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731.html\">Jana Novakova Female, DoB: 1993-05-18 ( https://ncez.mzcr.cz/fhir/sid/rid#9001234567)</a></p><p><b>context</b>: <a href=\"Encounter-7d7a6f19-5dfb-45ee-8bcf-0f63d9fe49f2.html\">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); priority = urgent; period = 2025-05-17 06:20:00+0200 --> 2025-05-20 11:30:00+0200</a></p><p><b>effective</b>: 2025-05-18 09:40:00+0200 --> 2025-05-18 10:50:00+0200</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}\">Epidural route</span></td><td>0.05 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"
},
"status" : "completed",
"medicationReference" : {
🔗 "reference" : "Medication/med-fentanyl-epidural"
},
"subject" : {
🔗 "reference" : "Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
},
"context" : {
🔗 "reference" : "Encounter/7d7a6f19-5dfb-45ee-8bcf-0f63d9fe49f2"
},
"effectivePeriod" : {
"start" : "2025-05-18T09:40:00+02:00",
"end" : "2025-05-18T10:50:00+02:00"
},
"dosage" : {
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Epidural route"
}
]
},
"dose" : {
"value" : 0.05,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}