{

"resourceType": "MedicationRequest",
"id": "medrx0327",
"identifier": [
  {
    "use": "official",
    "system": "http://www.bmc.nl/portal/prescriptions",
    "value": "12345689"
  }
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "333919005",
      "display": "Fentanyl 25micrograms/hour patch (product)"
    }
  ]
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"authoredOn": "2015-01-15",
"requester": {
  "reference": "Practitioner/f007",
  "display": "Patrick Pump"
},
"dosageInstruction": [
  {
    "sequence": 1,
    "text": "apply one patch three times per week",
    "timing": {
      "repeat": {
        "frequency": 3,
        "period": 1,
        "periodUnit": "wk"
      }
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseQuantity": {
          "value": 1,
          "unit": "patch",
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "patch"
        }
      }
    ]
  }
],
"dispenseRequest": {
  "validityPeriod": {
    "start": "2015-01-15",
    "end": "2016-01-15"
  },
  "quantity": {
    "value": 6,
    "unit": "patch",
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "patch"
  },
  "expectedSupplyDuration": {
    "value": 14,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  }
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}