<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="simvastatin-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 "simvastatin-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>: active</p>
      <p>
        <b>intent</b>: order</p>
      <p>
        <b>medication</b>: Fluspiral 50 mcg <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-atc.html">WHO ATC</a>#C10AA01 "simvastatin")</span></p>
      <p>
        <b>subject</b>: <a href="Patient-patient1-example.html">Patient/patient1-example: Donald Duck</a> " DONALD"</p>
      <p>
        <b>authoredOn</b>: 2021-10-10</p>
      <p>
        <b>requester</b>: <a href="Practitioner-practitioner1-example.html">Practitioner/practitioner1-example: Patrick Pump</a> " PUMP"</p>
      <h3>DispenseRequests</h3>
      <table class="grid">
        <tr>
          <td>-</td>
          <td>
            <b>ValidityPeriod</b>
          </td>
        </tr>
        <tr>
          <td>*</td>
          <td>2021-01-01 --&gt; (ongoing)</td>
        </tr>
      </table>
    </div>
  </text>
  <status value="active" />
  <intent value="order" />
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc" />
      <code value="C10AA01" />
      <display value="simvastatin" />
    </coding>
    <text value="Fluspiral 50 mcg" />
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient1-example" />
    <display value="Donald Duck" />
  </subject>
  <authoredOn value="2021-10-10" />
  <requester>
    <reference value="Practitioner/practitioner1-example" />
    <display value="Patrick Pump" />
  </requester>
  <dosageInstruction>
    <text value="40 mg/day" />
    <timing>
      <repeat>
        <frequency value="1" />
        <period value="1" />
        <periodUnit value="d" />
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct" />
        <code value="26643006" />
        <display value="Oral use" />
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="40" />
        <unit value="mg" />
        <system value="http://unitsofmeasure.org" />
        <code value="mg" />
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2021-01-01" />
    </validityPeriod>
  </dispenseRequest>
</MedicationRequest>