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

<id value="medexample004"/>

<!--  this example is fully popluated  -->

<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">Amoxicillin 250mg/5ml Powder for Suspension</div>
</text>

<code>
  <coding>
    <system value="http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm"/>
    <code value="54569-2931"/>
    <display value="Amoxicillin Powder, for Suspension 250mg/5ml"/>
  </coding>
</code>  
<isBrand value="true"/>
<manufacturer>
  <reference value="http://www.a-smeds.com/fhirresource/1"/>
</manufacturer>
<product>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="42108003"/>
      <display value="Powder for Suspension"/>
    </coding>
  </form>
  <ingredient>
    <item>
      <display value="Amoxicillin"/>
    </item>
    <amount>
      <numerator>
        <value value="250"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="5"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </denominator>
    </amount>
  </ingredient>
  <batch>
    <lotNumber value="12345"/>
    <expirationDate value="2018-12-22"/>
  </batch>
</product>
<package>
  <container>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="419672006"/>
      <display value="Bottle - unit of product usage"/>
    </coding>
  </container>
  <content>
    <item>
      <reference value="MedicationExample14"/>
    </item>
    <amount>
      <value value="7.5"/>
      <unit value="gm"/>
      <system value="http://unitsofmeasure.org"/>
    </amount>
  </content>
</package>

</Medication>