{

"resourceType": "MedicationRequest",
"id": "medrx002",
"identifier": [
  {
    "use": "official",
    "system": "http://www.bmc.nl/portal/prescriptions",
    "value": "12345"
  }
],
"status": "active",
"intent": "order",
"medicationReference": {
  "reference": "Medication/med0316",
  "display": "prescribed medication"
},
"subject": {
  "reference": "Patient/pat1",
  "display": "Donald Duck"
},
"encounter": {
  "reference": "Encounter/f001",
  "display": "encounter that leads to this prescription"
},
"authoredOn": "2015-03-01",
"requester": {
  "reference": "Practitioner/f007",
  "display": "Patrick Pump"
},
"reasonCode": [
  {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "59621000",
        "display": "Essential hypertension (disorder)"
      }
    ]
  }
],
"dosageInstruction": [
  {
    "sequence": 1,
    "text": "Take one tablet daily as directed"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}