<?xml version=“1.0” encoding=“UTF-8”?><Medication xmlns=“hl7.org/fhir”>

<id value="medexample013"/>

<!--  this example is an example of Insulin  -->

<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]</div>
</text>

 <code>
  <coding>
    <system value="http://purl.bioontology.org/ontology/RXNORM/847265"/>
    <code value="847265"/>
    <display value="3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]"/>
  </coding>
</code>  
<isBrand value="true"/>
<manufacturer>
  <reference value="http://www.novonordisk-us.com/fhirresource/1"/>
</manufacturer>
<product>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385219001"/>
      <display value="Injection Solution"/>
    </coding>
  </form>
  <ingredient>
    <item>
      <display value="Insulin Aspart"/>
    </item>
    <amount>
      <numerator>
        <value value="100"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="U"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </denominator>
    </amount>
  </ingredient>
  <batch>
    <lotNumber value="12345"/>
    <expirationDate value="2018-12-22"/>
  </batch>
</product>

</Medication>