<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="core-examples-MedicationStatement-example7" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:38:03.43+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Ventolin inhaler - Will take during seasonal allergy season</p>
    </div>
  </text>
  <patient>
    <reference value="Patient/example" />
  </patient>
  <informationSource>
    <reference value="Patient/example" />
  </informationSource>
  <dateAsserted value="2015-02-22" />
  <status value="active" />
  <wasNotTaken value="false" />
  <effectiveDateTime value="2015-05-23" />
  <medicationReference>
    <reference value="Medication/MedicationExample12" />
  </medicationReference>
</MedicationStatement>