<Medication xmlns="http://hl7.org/fhir">
  <id value="ips-medication-example" />
  <meta>
    <profile value="http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Simvastatin 40 MG Disintegrating Oral Tablet</p>
    </div>
  </text>
  <identifier>
    <system value="http://example.com/mymedcodes" />
    <value value="ips-med-1" />
  </identifier>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm" />
      <code value="757704" />
      <display value="Simvastatin 40 MG Disintegrating Oral Tablet" />
    </coding>
    <coding>
      <system value="http://www.whocc.no/atc" />
      <code value="C10AA01" />
      <display value="simvastatin" />
    </coding>
    <text value="Simvastatin 40 MG" />
  </code>
  <form>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm" />
      <code value="1294713" />
      <display value="Disintegrating Oral Product" />
    </coding>
    <coding>
      <system value="http://standardterms.edqm.eu" />
      <code value="10219000" />
      <display value="Tablet" />
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm" />
        <code value="36567" />
        <display value="Simvastatin" />
      </coding>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="40" />
        <unit value="mg" />
        <system value="http://unitsofmeasure.org" />
        <code value="mg" />
      </numerator>
      <denominator>
        <value value="1" />
        <unit value="tablet" />
        <system value="http://unitsofmeasure.org" />
        <code value="{tablet}" />
      </denominator>
    </strength>
  </ingredient>
</Medication>