This page is part of the US-Medication FHIR IG (v1.2.0: STU 2) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions 
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "MedicationDispense",
"id" : "meddispense-1",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2016-12-08T06:38:52Z",
"profile" : [
"http://hl7.org/fhir/us/meds/StructureDefinition/medicationdispense"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddispense-1</p><p><b>meta</b>: </p><p><b>status</b>: in-progress</p><p><b>medication</b>: Lantus 100 unit/ml injectable solution <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '285018' = '285018', given as 'Lantus 100 unit/ml injectable solution'})</span></p><p><b>subject</b>: Amy V. Shaw</p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td>Ronald Bone, MD</td></tr></table><p><b>whenHandedOver</b>: 08/12/2016 6:38:52 AM</p><p><b>dosageInstruction</b>: </p></div>"
},
"status" : "in-progress",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "285018",
"display" : "Lantus 100 unit/ml injectable solution"
}
],
"text" : "Lantus 100 unit/ml injectable solution"
},
"subject" : {
"display" : "Amy V. Shaw"
},
"performer" : [
{
"actor" : {
"display" : "Ronald Bone, MD"
}
}
],
"whenHandedOver" : "2016-12-08T06:38:52Z",
"dosageInstruction" : [
{
"sequence" : 1,
"text" : "20 Units SC three times daily"
}
]
}