This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
{ "resourceType" : "MedicationStatement", "id" : "qicore-medicationstatement-example", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> <p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012</p> <p>to patient ref: a23</p> </div>" }, "status" : "completed", "medicationReference" : { "reference" : "Medication/qicore-medication-example" }, "effectiveDateTime" : "2012-06-01T14:30:00+14:00", "dateAsserted" : "2012-05-14T15:00:00+14:00", "informationSource" : { "reference" : "Practitioner/qicore-practitioner-example" }, "subject" : { "reference" : "Patient/qicore-patient-example" }, "derivedFrom" : [ { "reference" : "MedicationRequest/qicore-medicationrequest-example" } ], "taken" : "n", "dosage" : [ { "timing" : { "repeat" : { "frequency" : 3, "period" : 1, "periodUnit" : "d" } }, "route" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "394899003", "display" : "oral administration of treatment" } ] }, "doseQuantity" : { "value" : 10, "unit" : "ml", "system" : "http://unitsofmeasure.org", "code" : "ml" } } ] }