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
JSON Format: MedicationAdministration-medadmin-1
Download Raw json
{ "resourceType" : "MedicationAdministration", "id" : "medadmin-1", "meta" : { "versionId" : "1", "lastUpdated" : "2016-12-08T06:38:52Z", "profile" : [ "http://hl7.org/fhir/us/meds/StructureDefinition/medicationadministration" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: medadmin-1</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 285018}\">Lantus 100 UNT/ML Injectable Solution</span></p><p><b>subject</b>: <span>Amy V. Shaw</span></p><p><b>effective</b>: Jan 15, 2015 3:30:00 AM --> Jan 15, 2015 1:30:00 PM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><span>Ronald Bone, MD</span></td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td><td><b>Text</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td>20 Units SC before breakfast</td><td>20 U</td></tr></table></div>" }, "status" : "completed", "medicationCodeableConcept" : { "coding" : [ { "system" : "http://www.nlm.nih.gov/research/umls/rxnorm", "code" : "285018", "display" : "Lantus 100 UNT/ML Injectable Solution" } ], "text" : "Lantus 100 UNT/ML Injectable Solution" }, "subject" : { "display" : "Amy V. Shaw" }, "effectivePeriod" : { "start" : "2015-01-15T04:30:00+01:00", "end" : "2015-01-15T14:30:00+01:00" }, "performer" : [ { "actor" : { "display" : "Ronald Bone, MD" } } ], "dosage" : { "text" : "20 Units SC before breakfast", "dose" : { "value" : 20, "unit" : "U", "system" : "http://unitsofmeasure.org", "code" : "U" } } }