HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.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/eps/ and changes regularly. See the Directory of published versions
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="635c4921-5fcb-4ce7-b6ef-d866b680ad01"/>
<meta>
<profile
value="http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><table class="hl7__ips"><tr><td>Simvastatin 10 mg oral tablet</td><td><span class="nb">2025-07-15</span></td><td>Oral tablet</td><td>1 tablet (10 mg) by mouth once daily</td><td>Hyperlipidemia</td></tr></table></div>
</text>
<status value="active"/>
<medicationReference>
<reference value="urn:uuid:ccd55d45-87b7-43e7-bad3-29771293c8cc"/>
<display value="Simvastatin 10 mg oral tablet"/>
</medicationReference>
<subject>
<reference value="urn:uuid:f51071b2-6c06-4d31-85ed-26a6b964ef98"/>
<display value="Petra Schwartz"/>
</subject>
<effectivePeriod>
<start value="2025-07-15"/>
</effectivePeriod>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="55822004"/>
<display value="Hyperlipidemia"/>
</coding>
</reasonCode>
<dosage>
<text value="1 tablet (10 mg) by mouth once daily"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<asNeededBoolean value="false"/>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="{tbl}"/>
<system value="http://unitsofmeasure.org"/>
<code value="{tbl}"/>
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>