{
  "resourceType": "MedicationRequest",
  "id": "simvastatin-request-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "C10AA01",
        "display": "simvastatin"
      }
    ],
    "text": "Fluspiral 50 mcg"
  },
  "subject": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "authoredOn": "2021-10-10",
  "requester": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "dosageInstruction": [
    {
      "text": "40 mg/day",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 40,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2021-01-01"
    }
  }
}