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

<id value="medexample005"/>

<!--  this example is popluated as a package  -->

<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">Didrocal</div>
</text>

<code>
  <coding>
    <system value="http://hc-sc.gc.ca"/>
    <code value="02176017"/>
    <display value="Didrocal"/>
  </coding>
</code>  
<isBrand value="true"/>
<manufacturer>
  <reference value="http://http://www.actavis.ca/default.htm/fhirresource/1"/>
</manufacturer>
<package>
  <container>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="398124009"/>
      <display value="drug container"/>
    </coding>
  </container>
</package>

</Medication>