This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="medicationadministration-example"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-11-29T02:03:28.045+00:00"/>
<profile
value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationadministration"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>MedicationAdministration Narrative</b></p></div>
</text>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="285018"/>
<display value="Lantus 100 UNT/ML Injectable Solution"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="Patient/1"/>
<display value="Donald Duck"/>
</subject>
<effectivePeriod>
<start value="2015-01-15T04:30:00+01:00"/>
<end value="2015-01-15T14:30:00+01:00"/>
</effectivePeriod>
<performer>
<actor>
<reference value="Practitioner/1"/>
</actor>
</performer>
<dosage>
<text value="20 Units SC before breakfast"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="263887005"/>
<display value="Subcutaneous (qualifier value)"/>
</coding>
</route>
<dose>
<value value="20"/>
<unit value="U"/>
<system value="http://unitsofmeasure.org"/>
<code value="U"/>
</dose>
</dosage>
</MedicationAdministration>