HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="example-medicationstatement-eucore"/>
<meta>
<profile
value="http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core"/>
</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-eu-core-example"/>
<display value="John Doe"/>
</subject>
<effectiveDateTime value="2024-12-01"/>
<dateAsserted value="2024-12-01"/>
<informationSource>🔗
<reference value="Patient/patient-eu-core-example"/>
<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>