<?xml version="1.0" encoding="UTF-8"?><MedicationUsage xmlns="http://hl7.org/fhir">
  <id value="example006"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><h3>Medications</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>subject</b>: <a>Donald Duck. Generated Summary: Medical record number: 654321 (USUAL); active; Duck Donald (OFFICIAL); gender: male</a></p><p><b>effective</b>: 2014-02-01</p><p><b>dateAsserted</b>: 2014-02-22</p><p><b>informationSource</b>: <a>Peter Chalmers. Generated Summary: <span>Emergency Contact</span>; Peter James Chalmers (OFFICIAL); Phone: (03) 5555 6473; gender: male; period: 2012-03-11 --&gt; (ongoing)</a></p><p><b>note</b>: Father indicates they miss the occasional dose</p><h3>Dosages</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table></div></text><status value="completed"/>
  <medication>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="27658006"/>
        <display value="Amoxicillin (product)"/>
      </coding>
    </concept>
  </medication>  
  <subject>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </subject>
  <effectiveDateTime value="2014-02-01"/>
  <dateAsserted value="2014-02-22"/>
  <informationSource>
    <reference value="RelatedPerson/peter"/>
    <display value="Peter Chalmers"/> 
    </informationSource>


  <note>
    <text value="Father indicates they miss the occasional dose"/>
  </note>
  <dosage>
    <sequence value="1"/>
    <text value="5ml three times daily"/>
    <asNeededBoolean value="false"/>
    <route>
     <coding>
       <system value="http://snomed.info/sct"/>
      <code value="260548002"/>
      <display value="Oral"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="5"/>
        <unit value="mL"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </doseQuantity>
    </doseAndRate>
    
    <maxDosePerPeriod>
      <numerator>
        <value value="3"/>
      </numerator>
      <denominator>
      <value value="1"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
      </denominator>
    </maxDosePerPeriod>
  </dosage>
</MedicationUsage>