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",
"dosageInstruction" : [{
"sequence" : 1,
"text" : "20 Units SC three times daily",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "263887005",
"display" : "Subcutaneous (qualifier value)"
}]
},
"doseAndRate" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "ordered",
"display" : "Ordered"
}]
},
"doseQuantity" : {
"value" : 20,
"unit" : "U",
"system" : "http://unitsofmeasure.org",
"code" : "U"
}
}]
}]
}
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.