<?xml version="1.0" encoding="UTF-8"?>

<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>