MyHealth@EU Core
1.0.0 - trial-use
150
MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="f6a7b8c9-d0e1-2345-fabc-456789012345"/>
<meta>
<profile
value="http://fhir.ehdsi.eu/core/StructureDefinition/medicationRequest-myhealtheu-core"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Metformin 500mg prescription - John Doe</div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationReference>🔗
<reference value="Medication/d4e5f6a7-b8c9-0123-defa-234567890123"/>
</medicationReference>
<subject>🔗
<reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
</subject>
<authoredOn value="2024-01-15"/>
<requester>🔗
<reference value="PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"/>
</requester>
<dosageInstruction>
<text value="500mg twice daily with meals"/>
<timing>
<repeat>
<frequency value="2"/>
<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="500"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>