MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="d4e5f6a7-b8c9-0123-defa-234567890123"/>
<meta>
<profile
value="http://fhir.ehdsi.eu/core/StructureDefinition/medication-myhealtheu-core"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Metformin 500mg tablet</div>
</text>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="372567009"/>
<display value="Metformin"/>
</coding>
</code>
<form>
<coding>
<system value="http://standardterms.edqm.eu"/>
<code value="10219000"/>
<display value="Tablet"/>
</coding>
</form>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="https://spor.ema.europa.eu/v2/SubstanceDefinition"/>
<code value="100000085448"/>
<display value="Metformin"/>
</coding>
</itemCodeableConcept>
<strength>
<numerator>
<value value="500"/>
<unit value="mcg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</denominator>
</strength>
</ingredient>
</Medication>