<MedicationOrder xmlns="http://hl7.org/fhir">
  <id value="core-examples-MedicationOrder-example21" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T12:04:44.479+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Theophylline 200mg twice a day</p>
    </div>
  </text>
  <patient>
    <reference value="http://fhir.healthintersections.com.au/open/Patient/d1" />
    <display value="Peter Patient" />
  </patient>
  <prescriber>
    <reference value="Practitioner/example" />
    <display value="Peter Practitioner" />
  </prescriber>
  <reasonCodeableConcept>
    <text value="Management of Asthma" />
  </reasonCodeableConcept>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="66493003" />
    </coding>
    <text value="Theophylline 200mg" />
  </medicationCodeableConcept>
  <dosageInstruction>
    <additionalInstructions>
      <text value="Take with Food" />
    </additionalInstructions>
    <timing>
      <repeat>
        <frequency value="2" />
        <period value="1" />
        <periodUnits value="d" />
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="394899003" />
        <display value="oral administration of treatment" />
      </coding>
    </route>
    <doseQuantity>
      <value value="1" />
      <unit value="tablet" />
      <system value="http://unitsofmeasure.org/" />
      <code value="tbl" />
    </doseQuantity>
  </dosageInstruction>
</MedicationOrder>