Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HCS Medication Administration Example - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medicationadministration-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration medicationadministration-example</b></p><a name="medicationadministration-example"> </a><a name="hcmedicationadministration-example"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hcs-medicationadministration.html">HCS Medication Administration</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 285018}">Lantus 100 UNT/ML Injectable Solution</span></p><p><b>subject</b>: <a href="Patient-patient-ledner.html">Donald Duck</a></p><p><b>effective</b>: 2015-01-15 04:30:00+0100 --&gt; 2015-01-15 14:30:00+0100</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitioner-1.html">Practitioner Joseph P Nichols (official)</a></td></tr></table><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>20 Units SC before breakfast</td><td><span title="Codes:{http://snomed.info/sct 263887005}">Subcutaneous (qualifier value)</span></td><td>20 U<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeU = 'U')</span></td></tr></table></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/patient-ledner"/>
    <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/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>