{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest0349",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med03302",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "74169",
        "display" : "piperacillin / tazobactam"
      }]
    }
  }],
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "12345678"
  }],
  "status" : "active",
  "intent" : "order",
  "doNotPerform" : true,
  "medication" : {
    "reference" : {
      "reference" : "#med03302",
      "display" : "Piperacillin/Tazobactam"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "authoredOn" : "2015-01-15",
  "requester" : {
    "reference" : "Practitioner/f007",
    "display" : "Patrick Pump"
  },
  "reason" : [{
    "reference" : {
      "reference" : "AllergyIntolerance/medication",
      "display" : "Allergy to penicillins (e.g., amoxicillin)"
    }
  }]
}