HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

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.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/hdr/ and changes regularly. See the Directory of published versions

: Dispense – Paracetamol - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "MedicationDispense-Paracetamol",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense MedicationDispense-Paracetamol</b></p><a name=\"MedicationDispense-Paracetamol\"> </a><a name=\"hcMedicationDispense-Paracetamol\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-med-paracetamol.html\">Medication PARACETAMOL ZENTIVA K.S.</a></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-L1.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><p><b>quantity</b>: 20 tableta</p><p><b>whenHandedOver</b>: 2024-03-06</p></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    🔗 "reference" : "Medication/med-paracetamol"
  },
  "subject" : {
    "reference" : "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "quantity" : {
    "value" : 20,
    "unit" : "tableta"
  },
  "whenHandedOver" : "2024-03-06"
}