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 xmlns="http://hl7.org/fhir">
<id value="example-medicationstatement-euhdr"/>
<meta>
<profile
value="http://hl7.eu/fhir/hdr/StructureDefinition/medicationStatement-eu-hdr"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<status value="active"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="C09AA02"/>
<display value="Enalapril"/>
</coding>
<text value="Enalapril 20mg tablets"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/patient-swart"/>
<display value="Fiona XXX_Swart"/>
</subject>
<effectiveDateTime value="2024-12-01"/>
<dateAsserted value="2024-12-01"/>
<informationSource>🔗
<reference value="Patient/patient-swart"/>
<display value="Luigi De Luca"/>
</informationSource>
<dosage>
<text value="Take one tablet daily in the morning"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="20"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>