{
  "resourceType": "MedicationRequest",
  "id": "nystatinCCDD-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 \"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>"
  },
  "status": "completed",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
        "code": "02194201",
        "display": "TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED"
      }
    ],
    "text": "TEVA-NYSTATIN (nystatin 100000 unit per mL oral suspension) TEVA CANADA LIMITED"
  },
  "subject": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "authoredOn": "2015-01-15",
  "requester": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "10 drops four times daily - apply in mouth using cotton swab or finger"
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2015-01-15",
      "end": "2016-01-15"
    },
    "numberOfRepeatsAllowed": 3,
    "quantity": {
      "value": 10,
      "unit": "ml",
      "system": "http://unitsofmeasure.org",
      "code": "ml"
    },
    "expectedSupplyDuration": {
      "value": 10,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}