HL7 Czech EMS Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech EMS 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/cz-ems/ and changes regularly. See the Directory of published versions

: Medication Administration: VIAFLO - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "9be3ee4c-0844-450b-9d43-fde72ab1642a",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration 9be3ee4c-0844-450b-9d43-fde72ab1642a</b></p><a name=\"9be3ee4c-0844-450b-9d43-fde72ab1642a\"> </a><a name=\"hc9be3ee4c-0844-450b-9d43-fde72ab1642a\"> </a><p><b>identifier</b>: <code>https://www.nempriklad.cz/</code>/med-adm-2</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Bundle-cz-example-bundle.html#urn-uuid-782255e0-cd1d-4f31-ace3-08b278936b94\">Medication FYZIOLOGICKÝ ROZTOK VIAFLO</a></p><p><b>subject</b>: <a href=\"Bundle-cz-example-bundle.html#urn-uuid-3b46c18c-7e07-4232-af3e-f710dec8e766\">Petr Novotný  Female, DoB: 1977-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7711260678)</a></p><p><b>effective</b>: 2025-09-03 10:50: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>250 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeml = 'ml')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.nempriklad.cz/",
      "value" : "med-adm-2"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "urn:uuid:782255e0-cd1d-4f31-ace3-08b278936b94"
  },
  "subject" : {
    "reference" : "urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766"
  },
  "effectiveDateTime" : "2025-09-03T10:50:00+01:00",
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route"
        }
      ]
    },
    "dose" : {
      "value" : 250,
      "unit" : "ml",
      "system" : "http://unitsofmeasure.org",
      "code" : "ml"
    }
  }
}