{

"resourceType": "MedicationRequest",
"id": "medrx0325",
"identifier": [
  {
    "use": "official",
    "system": "http://www.bmc.nl/portal/prescriptions",
    "value": "12345689"
  }
],
"status": "on-hold",
"intent": "order",
"medicationCodeableConcept": {
  "coding": [
    {
      "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code": "884308",
      "display": "Nystatin 100UNT/MG Topical Ointment"
    }
  ]
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"authoredOn": "2015-01-15",
"requester": {
  "reference": "Practitioner/f007",
  "display": "Patrick Pump"
},
"dosageInstruction": [
  {
    "sequence": 1,
    "text": "Apply to affected areas four times daily",
    "timing": {
      "repeat": {
        "frequency": 4,
        "period": 1,
        "periodUnit": "d"
      }
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseQuantity": {
          "value": 1,
          "unit": "ea",
          "system": "http://unitsofmeasure.org",
          "code": "ea"
        }
      }
    ]
  }
],
"dispenseRequest": {
  "validityPeriod": {
    "start": "2015-01-15",
    "end": "2016-01-15"
  },
  "numberOfRepeatsAllowed": 3,
  "quantity": {
    "value": 30,
    "unit": "g",
    "system": "http://unitsofmeasure.org",
    "code": "g"
  },
  "expectedSupplyDuration": {
    "value": 10,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  }
},
"substitution": {
  "allowedBoolean": true,
  "reason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "FP",
        "display": "formulary policy"
      }
    ]
  }
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}