This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Dispense for Fentanyl Patch (NDC code) - in progress
{
"resourceType" : "MedicationDispense",
"id" : "meddisp0325",
"status" : "in-progress",
"medication" : {
"concept" : {
"coding" : [{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "0406-9025-76",
"display" : "FENTANYL TRANSDERMAL, 5 POUCH in 1 CARTON (0406-9025-76) > 1 PATCH in 1 POUCH > 72 h in 1 PATCH (package)"
}]
}
},
"subject" : {
"reference" : "Patient/pat1",
"display" : "Donald Duck"
},
"performer" : [{
"actor" : {
"reference" : "Practitioner/f006"
}
}],
"authorizingPrescription" : [{
"reference" : "MedicationRequest/medrx0327"
}],
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "EM",
"display" : "Emergency Supply"
}]
},
"quantity" : {
"value" : 5,
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "PATCH"
},
"daysSupply" : {
"value" : 14,
"unit" : "Day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"whenPrepared" : "2015-01-15T10:20:00Z",
"dosageInstruction" : [{
"sequence" : 1,
"text" : "apply one patch three times per week",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "wk"
}
},
"doseAndRate" : [{
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "ordered",
"display" : "Ordered"
}]
},
"doseQuantity" : {
"value" : 1,
"unit" : "patch",
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "PATCH"
}
}]
}]
}
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.