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

<id value="example002"/>
<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">
    <p>Tylenol No. 1 Caplet</p>
  </div>
</text>
<patient>
  <reference value="Patient/example"/>
</patient>
<informationSource>
  <reference value="Patient/f001"/>
</informationSource>
<dateAsserted value="2015-02-22"/>
<status value="completed"/>
<wasNotTaken value="true"/>
<reasonNotTaken>
  <coding>
    <system value="http://snomed.info/sct"/>
  <code value="166643006"/>
  <display value="Liver enzymes abnormal"/>
  </coding>
</reasonNotTaken>

<effectiveDateTime value=“2015-01-23”/>

<note value="Patient can not take acetaminophen as per Dr instructions"/>
<medicationReference> <!--  Linked to a RESOURCE Medication  -->
  <reference value="Medication/MedicationExample7"/>
</medicationReference>

</MedicationStatement>