This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Dispense for Busulfan (Myleran) - completed
{
"resourceType" : "MedicationDispense",
"id" : "meddisp0307",
"status" : "completed",
"medication" : {
"concept" : {
"coding" : [{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "76388-713-25",
"display" : "MYLERAN, 25 TABLET, FILM COATED in 1 BOTTLE (76388-713-25) (package)"
}]
}
},
"subject" : {
"reference" : "Patient/pat1",
"display" : "Donald Duck"
},
"performer" : [{
"actor" : {
"reference" : "Practitioner/f006"
}
}],
"authorizingPrescription" : [{
"reference" : "MedicationRequest/medrx0306"
}],
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "RFP",
"display" : "Refill - Part Fill"
}]
},
"quantity" : {
"value" : 90,
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "TAB"
},
"daysSupply" : {
"value" : 30,
"unit" : "Day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"whenPrepared" : "2015-01-15T10:20:00Z",
"whenHandedOver" : "2015-01-15T16:20:00Z",
"dosageInstruction" : [{
"sequence" : 1,
"text" : "Take 3 tablets (6mg) once daily",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "calculated",
"display" : "Calculated"
}]
},
"doseQuantity" : {
"value" : 6,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}]
}]
}
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.