Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: HCS Medication Administration Example - XML Representation

Raw xml | Download



<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>