{
  "resourceType" : "MedicationAdministration",
  "id" : "a1b2c3d4-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 a1b2c3d4-5678-90ab-cdef-1234567890ab</b></p><a name=\"a1b2c3d4-5678-90ab-cdef-1234567890ab\"> </a><a name=\"hca1b2c3d4-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>/a1b2c3d4-5678-90ab-cdef-1234567890ab</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-c45659d8-37e0-4d5d-8992-166900cd3a4a\">Medication Dinoprostone</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 12:30: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>3 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "https://www.nempriklad.cz/",
    "value" : "a1b2c3d4-5678-90ab-cdef-1234567890ab"
  }],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "urn:uuid:c45659d8-37e0-4d5d-8992-166900cd3a4a"
  },
  "subject" : {
    "reference" : "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
  },
  "effectiveDateTime" : "2026-03-03T12:30:00+01:00",
  "dosage" : {
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "47625008",
        "display" : "Intravenous route"
      }]
    },
    "dose" : {
      "value" : 3,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}