NHSN Reporting: Inpatient Medication Administration
0.1.0 - STU 1 Ballot

This page is part of the NHSN Reporting: Inpatient Medication Administration (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example of MedicationAdministration - Azithromycin - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medicationadministration-azithromycin-med-admin-1"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2021-02-10T03:08:19.617+00:00"/>
    <source value="#I8dS1RseMvmmvJJC"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>medication</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 248656}">Azithromycin 500 MG Oral Tablet</span></p><p><b>subject</b>: <a href="Patient-patient-med-admin-1.html">Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>effective</b>: 2021-01-02 --&gt; 2021-01-10</p><h3>Dosages</h3><table class="grid"><tr><td>-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td>Two tablets at once</td><td><span title="Codes: {http://snomed.info/sct 26643006}">Oral Route</span></td><td><span title="Codes: {http://snomed.info/sct 421521009}">Swallow - dosing instruction imperative (qualifier value)</span></td><td>2 TAB</td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="248656"/>
      <display value="Azithromycin 500 MG Oral Tablet"/>
    </coding>
    <text value="Azithromycin 500 MG Oral Tablet"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient-med-admin-1"/>
  </subject>
  <effectivePeriod>
    <start value="2021-01-02"/>
    <end value="2021-01-10"/>
  </effectivePeriod>
  <dosage>
    <text value="Two tablets at once"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral Route"/>
      </coding>
    </route>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="421521009"/>
        <display
                 value="Swallow - dosing instruction imperative (qualifier value)"/>
      </coding>
    </method>
    <dose>
      <value value="2"/>
      <unit value="TAB"/>
      <system value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
      <code value="TAB"/>
    </dose>
  </dosage>
</MedicationAdministration>