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
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="qicore-medicationstatement-example"/> <text> <status value="generated"/> <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> </text> <status value="completed"/> <medicationReference> <reference value="Medication/qicore-medication-example"/> </medicationReference> <effectiveDateTime value="2012-06-01T14:30:00+14:00"/> <dateAsserted value="2012-05-14T15:00:00+14:00"/> <informationSource> <reference value="Practitioner/qicore-practitioner-example"/> </informationSource> <subject> <reference value="Patient/qicore-patient-example"/> </subject> <derivedFrom> <reference value="MedicationRequest/qicore-medicationrequest-example"/> </derivedFrom> <taken value="n"/> <dosage> <timing> <repeat> <frequency value="3"/> <period value="1"/> <periodUnit value="d"/> </repeat> </timing> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> <doseQuantity> <value value="10"/> <unit value="ml"/> <system value="http://unitsofmeasure.org"/> <code value="ml"/> </doseQuantity> </dosage> </MedicationStatement>