This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Request to not perform due to allergy.
{
"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)"
}
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.