This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: DEQM MedicationAdministration Example - XML Representation
Raw xml | Download
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="medicationadministration01"/>
<meta>
<source value="http://example.org/fhir/server"/>
<profile
value="http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/medicationadministration-deqm"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationAdministration</b><a name="medicationadministration01"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource MedicationAdministration "medicationadministration01" </p><p style="margin-bottom: 0px">Information Source: http://example.org/fhir/server!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-medicationadministration-deqm.html">DEQM MedicationAdministration Profile</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: heparin sodium, porcine 5000 UNT per 0.5 ML Injection <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.2.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#1658634)</span></p><p><b>subject</b>: <a href="Bundle-single-indv-vte-report-option1.html#urn-uuid-b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6">urn:uuid:b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6</a></p><p><b>effective</b>: 2019-12-05 06:10:27+0000 --> 2019-12-05 06:10:27+0000</p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>Subcutaneous route <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#34206005)</span></td><td>1 cc<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></td></tr></table></div>
</text>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="1658634"/>
<display value="heparin sodium, porcine 5000 UNT per 0.5 ML Injection"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="urn:uuid:b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6"/>
</subject>
<effectivePeriod>
<start value="2019-12-05T06:10:27Z"/>
<end value="2019-12-05T06:10:27Z"/>
</effectivePeriod>
<dosage>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="34206005"/>
<display value="Subcutaneous route"/>
</coding>
</route>
<dose>
<value value="1"/>
<unit value="cc"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</dose>
</dosage>
</MedicationAdministration>