This page is part of the Quality Improvement Core Framework (v3.1.0: STU 3) 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
Formats: Narrative, XML, JSON, Turtle
Raw xml
<MedicationAdministration xmlns="http://hl7.org/fhir"> <id value="example"/> <meta> <profile value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>status</b>: on-hold</p><p><b>medication</b>: <a href="Medication-example.html">Generated Summary: id: example; <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1594660}">Alemtuzumab 10mg/ml (Lemtrada)</span>; isBrand; <span title="Codes: {http://snomed.info/sct 385219001}">Injection solution (qualifier value)</span></a></p><p><b>subject</b>: <a href="Patient-example.html">Donald Duck. Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); -unknown-(HOME), ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 25/12/1974; </a></p><p><b>context</b>: <a href="Encounter-example.html">Generated Summary: id: example; status: in-progress; <span title="{http://hl7.org/fhir/v3/ActCode IMP}">inpatient encounter</span></a></p><p><b>supportingInformation</b>: <a href="Condition-example.html">Generated Summary: id: example; clinicalStatus: active; verificationStatus: confirmed; <span title="Codes: {http://hl7.org/fhir/condition-category problem-list-item}, {http://snomed.info/sct 439401001}">Problem List Item</span>; <span title="Codes: {http://snomed.info/sct 24484000}">Severe (severity modifier)</span>; <span title="Codes: {http://snomed.info/sct 39065001}">Burnt Ear</span>; <span title="Codes: {http://snomed.info/sct 49521004}">Left Ear</span>; onset: 24/05/2012 12:00:00 AM; assertedDate: 24/05/2012 12:00:00 AM</a></p><p><b>effective</b>: 15/01/2015 11:30:00 PM --> 15/01/2015 11:30:00 PM</p><p><b>notGiven</b>: true</p><p><b>reasonNotGiven</b>: Administration of medication not done due to a contraindication (situation) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '373147003' = 'Medication not administered because contraindicated', given as 'Administration of medication not done due to a contraindication (situation)'})</span></p><p><b>prescription</b>: <a href="MedicationRequest-example.html">Generated Summary: id: example; status: active; intent: order; ????; authoredOn: 25/03/2015 7:32:52 PM; </a></p><p><b>note</b>: Patient started Bupropion this morning - will administer in a reduced dose tomorrow</p><h3>Dosages</h3><table class="grid"><tr><td>-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td>Intravenous route (qualifier value) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '47625008' = 'Intravenous use', given as 'Intravenous route (qualifier value)'})</span></td><td>3 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg = 'mg')</span></td></tr></table></div> </text> <status value="on-hold"/> <medicationReference> <reference value="Medication/example"/> </medicationReference> <subject> <reference value="Patient/example"/> <display value="Donald Duck"/> </subject> <context> <reference value="Encounter/example"/> </context> <supportingInformation> <reference value="Condition/example"/> </supportingInformation> <effectivePeriod> <start value="2015-01-15T14:30:00+01:00"/> <end value="2015-01-15T14:30:00+01:00"/> </effectivePeriod> <notGiven value="true"/> <reasonNotGiven> <coding> <system value="http://snomed.info/sct"/> <code value="373147003"/> <display value="Administration of medication not done due to a contraindication (situation)"/> </coding> </reasonNotGiven> <prescription> <reference value="MedicationRequest/example"/> </prescription> <note> <text value="Patient started Bupropion this morning - will administer in a reduced dose tomorrow"/> </note> <dosage> <route> <coding> <system value="http://snomed.info/sct"/> <code value="47625008"/> <display value="Intravenous route (qualifier value)"/> </coding> </route> <dose> <value value="3"/> <unit value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </dose> </dosage> </MedicationAdministration>