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

: HDR - GYNPOR - Podání Lidocaine EGISu / Lidocaine EGIS administration

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "d1a2b3c4-5678-90ab-cdef-1234567890ab",
  "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 d1a2b3c4-5678-90ab-cdef-1234567890ab</b></p><a name=\"d1a2b3c4-5678-90ab-cdef-1234567890ab\"> </a><a name=\"hcd1a2b3c4-5678-90ab-cdef-1234567890ab\"> </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>/d1a2b3c4-5678-90ab-cdef-1234567890ab</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-d894281f-1104-42d0-9746-98e43262ecc3\">Medication Lidocaine</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-03 14:00: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>100 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.nempriklad.cz/",
      "value" : "d1a2b3c4-5678-90ab-cdef-1234567890ab"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "urn:uuid:d894281f-1104-42d0-9746-98e43262ecc3"
  },
  "subject" : {
    "reference" : "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
  },
  "effectiveDateTime" : "2026-03-03T14:00:00+01:00",
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route"
        }
      ]
    },
    "dose" : {
      "value" : 100,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}