<MedicationOrder xmlns="http://hl7.org/fhir">
  <id value="core-examples-MedicationOrder-example14" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:58:24.36+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: f005</p>
      <p>
        <b>identifier</b>: order9823343 (OFFICIAL)</p>
      <p>
        <b>dateWritten</b>: 01/05/2011</p>
      <p>
        <b>status</b>: active</p>
      <p>
        <b>patient</b>: <a>P. van den Heuvel</a></p>
      <p>
        <b>prescriber</b>: <a>S.M. Heps</a></p>
      <p>
        <b>encounter</b>: <a>encounter who leads to this priscription</a></p>
      <p>
        <b>reason</b>: High blood pressure <span>(Details : {SNOMED CT code '38341003' = '38341003', given as 'High blood pressure'})</span></p>
      <p>
        <b>medication</b>: <a>prescribed medication</a></p>
      <h3>DosageInstructions</h3>
      <table>
        <tr>
          <td>-</td>
          <td>
            <b>Timing</b>
          </td>
          <td>
            <b>Site[x]</b>
          </td>
          <td>
            <b>Route</b>
          </td>
          <td>
            <b>Dose[x]</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>Starting 01/05/2011, Do Once per 1 days</td>
          <td>Entire oral cavity <span>(Details : {SNOMED CT code '181220002' = '181220002', given as 'Entire oral cavity'})</span></td>
          <td>Administration of drug or medicament via oral route <span>(Details : {SNOMED CT code '386359008' = '386359008', given as 'Administration of drug or medicament via oral route'})</span></td>
          <td>5 mg<span> (Details: http://unitsofmeasure.org code mg = '??')</span></td>
        </tr>
      </table>
      <h3>DispenseRequests</h3>
      <table>
        <tr>
          <td>-</td>
          <td>
            <b>ValidityPeriod</b>
          </td>
          <td>
            <b>Quantity</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>01/05/2011 --&gt; (ongoing)</td>
          <td>28 46992007<span> (Details: SNOMED CT code 46992007 = '46992007')</span></td>
        </tr>
      </table>
    </div>
  </text>
  <identifier>
    <use value="official" />
    <system value="http://www.bmc.nl/portal/prescriptions" />
    <value value="order9823343" />
  </identifier>
  <dateWritten value="2011-05-01" />
  <status value="active" />
  <patient>
    <reference value="Patient/f001" />
    <display value="P. van den Heuvel" />
  </patient>
  <prescriber>
    <reference value="Practitioner/f007" />
    <display value="S.M. Heps" />
  </prescriber>
  <encounter>
    <reference value="Encounter/f001" />
    <display value="encounter who leads to this priscription" />
  </encounter>
  <reasonCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="38341003" />
      <display value="High blood pressure" />
    </coding>
  </reasonCodeableConcept>
  <medicationReference>
    <reference value="Medication/f005" />
    <display value="prescribed medication" />
  </medicationReference>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2011-05-01" />
        </boundsPeriod>
        <frequency value="1" />
        <period value="1" />
        <periodUnits value="d" />
      </repeat>
    </timing>
    <siteCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="181220002" />
        <display value="Entire oral cavity" />
      </coding>
    </siteCodeableConcept>
    <route>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="386359008" />
        <display value="Administration of drug or medicament via oral route" />
      </coding>
    </route>
    <doseQuantity>
      <value value="5" />
      <unit value="mg" />
      <system value="http://unitsofmeasure.org/" />
      <code value="mg" />
    </doseQuantity>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2011-05-01" />
    </validityPeriod>
    <quantity>
      <value value="28" />
      <system value="http://snomed.info/sct" />
      <code value="46992007" />
    </quantity>
  </dispenseRequest>
</MedicationOrder>