HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MedicationStatement: Enalapril - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "example-medicationstatement-euhdr",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/medicationStatement-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Medication:</strong> Enalapril 20mg tablets</p><p><strong>Patient:</strong> Fiona XXX_Swart</p><p><strong>Status:</strong> Active</p><p><strong>Dosage:</strong> Take one tablet daily in the morning (oral route)</p><p><strong>Informant:</strong> Dr. Lukas Müller</p><p><strong>Date Asserted:</strong> 2024-12-01</p></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "C09AA02",
        "display" : "Enalapril"
      }
    ],
    "text" : "Enalapril 20mg tablets"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-swart",
    "display" : "Fiona XXX_Swart"
  },
  "effectiveDateTime" : "2024-12-01",
  "dateAsserted" : "2024-12-01",
  "informationSource" : {
    🔗 "reference" : "Patient/patient-swart",
    "display" : "Luigi De Luca"
  },
  "dosage" : [
    {
      "text" : "Take one tablet daily in the morning",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 20,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}