<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="core-examples-MedicationStatement-example3" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:38:02.227+00:00" />
  </meta>
  <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>
    <reference value="Medication/MedicationExample7" />
  </medicationReference>
</MedicationStatement>