CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
2.0.0-cibuild - Release 2 ci-build United States of America flag

CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v2.0.0-cibuild) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationRequest - Example LTC Monthly - Levofloxacin 500 MG - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-example-ltc-monthly-pneumonia-levofloxacin"/>
  <meta>
    <profile
             value="http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ltc-monthly-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest medicationrequest-example-ltc-monthly-pneumonia-levofloxacin</b></p><a name="medicationrequest-example-ltc-monthly-pneumonia-levofloxacin"> </a><a name="hcmedicationrequest-example-ltc-monthly-pneumonia-levofloxacin"> </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-ltc-monthly-medicationrequest.html">LTC Monthly Event Medication Request</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101888811 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}">Inpatient</span></p><p><b>medication</b>: <a href="Medication-medication-example-levofloxacin-500.html">Levofloxacin 500 MG</a></p><p><b>subject</b>: <a href="Patient-patient-example-ltc-monthly-pneumonia.html">Pneumonia LTC</a></p><p><b>encounter</b>: <a href="Encounter-encounter-example-ltc-monthly-pneumonia-1.html">Hospital Admission</a></p><p><b>authoredOn</b>: 2024-02-02 13:43:00-0500</p><p><b>requester</b>: <a href="Patient-patient-example-ltc-monthly-pneumonia.html">Pneumonia LTC(official) Female, DoB: 1945-12-22 ( MRN: 1601191945010308 (use: usual, ))</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 500mg by mouth once a day for 7 days</p><p><b>timing</b>: Once per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}">calculated</span></td><td>500 MG</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.19.5.1.798"/>
    <value value="101888811"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
    <text value="Inpatient"/>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/medication-example-levofloxacin-500"/>
    <display value="Levofloxacin 500 MG"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/patient-example-ltc-monthly-pneumonia"/>
    <display value="Pneumonia LTC"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/encounter-example-ltc-monthly-pneumonia-1"/>
    <display value="Hospital Admission"/>
  </encounter>
  <authoredOn value="2024-02-02T13:43:00-05:00"/>
  <requester>🔗 
    <reference value="Patient/patient-example-ltc-monthly-pneumonia"/>
  </requester>
  <dosageInstruction>
    <text value="500mg by mouth once a day for 7 days"/>
    <timing>
      <repeat>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <asNeededBoolean value="false"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="calculated"/>
          <display value="Calculated"/>
        </coding>
        <text value="calculated"/>
      </type>
      <doseQuantity>
        <value value="500"/>
        <unit value="MG"/>
        <system value="http://unitsofmeasure.org"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>