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

<id value="medexample006"/>

<!--  this example includes a coded Manufactured Medication  -->

<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">Amox S 250 Sus 250mg/5ml</div>
</text>

<code>
  <coding>
    <system value="http://hc-sc.gc.ca"/>
    <code value="00628115"/>
    <display value="Apo-Amoxi Cap 250mg"/>
  </coding>
</code>  
<isBrand value="true"/>
<product>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385049006"/>
      <display value="Capsule"/>
    </coding>
  </form>
</product>

</Medication>