<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="core-examples-MedicationStatement-example9" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T12:13:22.873+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Ventolin inhaler discontinued</p>
    </div>
  </text>
  <patient>
    <reference value="http://fhir.healthintersections.com.au/open/Patient/d1" />
    <display value="Peter Patient" />
  </patient>
  <dateAsserted value="2013-05-05T16:13:03Z" />
  <status value="completed" />
  <wasNotTaken value="true" />
  <reasonNotTaken>
    <text value="Management of Asthma" />
  </reasonNotTaken>
  <medicationCodeableConcept>
    <text value="Ventolin Inhaler" />
  </medicationCodeableConcept>
</MedicationStatement>