This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Dispense for Insulin (Lantus) (NDC code) - in-progress with SC dosage
{
"resourceType" : "MedicationDispense",
"id" : "meddisp0316",
"status" : "in-progress",
"medication" : {
"concept" : {
"coding" : [{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "285018",
"display" : "insulin glargine 100 UNT/ML Injectable Solution [Lantus]"
}]
}
},
"subject" : {
"reference" : "Patient/pat1",
"display" : "Donald Duck "
},
"performer" : [{
"actor" : {
"reference" : "Practitioner/f006"
}
}],
"authorizingPrescription" : [{
"reference" : "MedicationRequest/medrx0320"
}],
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "RFP",
"display" : "Refill - Part Fill"
}]
},
"quantity" : {
"value" : 10,
"system" : "http://unitsofmeasure.org",
"code" : "ml"
},
"daysSupply" : {
"value" : 30,
"unit" : "Day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"whenPrepared" : "2015-06-25T07:13:00+05:00"
}
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.