<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="nystatinCCDD-request-example" />
  <meta>
    <profile value="http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%">
        <p style="margin-bottom: 0px">Resource "nystatinCCDD-request-example" </p>
        <p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-medicationrequest-ca-ps.html">Medication Request (PS-CA)</a></p>
      </div>
      <p>
        <b>status</b>: completed</p>
      <p>
        <b>intent</b>: order</p>
      <p>
        <b>medication</b>: TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (canadianclinicaldrugdataset#02194201)</span></p>
      <p>
        <b>subject</b>: <a href="Patient-patient1-example.html">Patient/patient1-example: Donald Duck</a> " DONALD"</p>
      <p>
        <b>authoredOn</b>: 2015-01-15</p>
      <p>
        <b>requester</b>: <a href="Practitioner-practitioner1-example.html">Practitioner/practitioner1-example: Patrick Pump</a> " PUMP"</p>
      <blockquote>
        <p>
          <b>dispenseRequest</b>
        </p>
        <p>
          <b>validityPeriod</b>: 2015-01-15 --&gt; 2016-01-15</p>
        <p>
          <b>numberOfRepeatsAllowed</b>: 3</p>
        <p>
          <b>quantity</b>: 10 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM code ml = 'ml')</span></p>
      </blockquote>
    </div>
  </text>
  <status value="completed" />
  <intent value="order" />
  <medicationCodeableConcept>
    <coding>
      <system value="https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset" />
      <code value="02194201" />
      <display value="TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED" />
    </coding>
    <text value="TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED" />
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient1-example" />
    <display value="Donald Duck" />
  </subject>
  <authoredOn value="2015-01-15" />
  <requester>
    <reference value="Practitioner/practitioner1-example" />
    <display value="Patrick Pump" />
  </requester>
  <dosageInstruction>
    <sequence value="1" />
    <text value="10 drops four times daily - apply in mouth using cotton swab or finger" />
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2015-01-15" />
      <end value="2016-01-15" />
    </validityPeriod>
    <numberOfRepeatsAllowed value="3" />
    <quantity>
      <value value="10" />
      <unit value="ml" />
      <system value="http://unitsofmeasure.org" />
      <code value="ml" />
    </quantity>
    <expectedSupplyDuration>
      <value value="10" />
      <unit value="days" />
      <system value="http://unitsofmeasure.org" />
      <code value="d" />
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>