National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
0.1.0-cibuild - Continuous Integration United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: MedicationAdministration - Example ACH Pass3 Metronidazole 2 - XML Representation

Page standards status: Informative

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medicationadministration-example-ach-pass3-metronidazole-2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationAdministration </b><a name="medicationadministration-example-ach-pass3-metronidazole-2"> </a><a name="hcmedicationadministration-example-ach-pass3-metronidazole-2"> </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">ResourceMedicationAdministration &quot;medicationadministration-example-ach-pass3-metronidazole-2&quot; </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-medicationadministration.html">QICore MedicationAdministration</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/1018888322 (use: usual)</p><p><b>status</b>: completed</p><p><b>category</b>: Inpatient Medication <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-category.html">MedicationRequest Category Codes</a>#inpatient &quot;Inpatient&quot;)</span></p><p><b>medication</b>: <a href="Medication-medication-example-metronidazole.html">Medication/medication-example-metronidazole: Metronidazole 500 MG</a></p><p><b>subject</b>: <a href="Patient-patient-example-ach-ach-pass3.html">Patient/patient-example-ach-ach-pass3: Pass2 ACH</a> &quot; ACH&quot;</p><p><b>context</b>: <a href="Encounter-encounter-example-ach-ach-pass3-short-stay.html">Encounter/encounter-example-ach-ach-pass3-short-stay: Short Stay</a></p><p><b>effective</b>: 2024-02-02 21:09:00-0500</p><p><b>request</b>: <a href="MedicationRequest-medicationrequest-example-ach-pass3-metronidazole.html">MedicationRequest/medicationrequest-example-ach-pass3-metronidazole</a></p><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>5mg tablet by mouth twice daily</td><td>Oral <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#26643006 &quot;Oral Use&quot;)</span></td><td>5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.19.5.1.798"/>
    <value value="1018888322"/>
  </identifier>
  <status value="completed"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
    <text value="Inpatient Medication"/>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/medication-example-metronidazole"/>
    <display value="Metronidazole 500 MG"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/patient-example-ach-ach-pass3"/>
    <display value="Pass2 ACH"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/encounter-example-ach-ach-pass3-short-stay"/>
    <display value="Short Stay"/>
  </context>
  <effectiveDateTime value="2024-02-02T21:09:00-05:00"/>
  <request>🔗 
    <reference
               value="MedicationRequest/medicationrequest-example-ach-pass3-metronidazole"/>
  </request>
  <dosage>
    <text value="5mg tablet by mouth twice daily"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral Use"/>
      </coding>
      <text value="Oral"/>
    </route>
    <dose>
      <value value="5"/>
      <unit value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </dose>
  </dosage>
</MedicationAdministration>