CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

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

: Medication Request - ACH Daily Medication Request Example Influenza Therapeutic - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-example-ach-daily-influenzatherapeutic"/>
  <meta>
    <profile
             value="http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-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-ach-daily-influenzatherapeutic</b></p><a name="medicationrequest-example-ach-daily-influenzatherapeutic"> </a><a name="hcmedicationrequest-example-ach-daily-influenzatherapeutic"> </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-ach-daily-medicationrequest.html">ACH Daily Event Medication Request</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101903002 (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-ach-daily-influenzatherapeutic.html">Oseltamivir 60 mg</a></p><p><b>subject</b>: <a href="Patient-patient-example-ach-daily-influenzatherapeutic.html">ACHDaily, InfluenzaTherapeutic</a></p><p><b>encounter</b>: <a href="Encounter-encounter-example-ach-daily-influenzatherapeutic.html">Hospital Encounter</a></p><p><b>authoredOn</b>: 2024-01-01 11:45:15+0000</p><p><b>requester</b>: Faculty Physician Um_Cln, MD</p><p><b>recorder</b>: Faculty Physician Um_Cln, MD</p><p><b>courseOfTherapyType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy acute}">Short course (acute) therapy</span></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Oseltamivir 60 mg PO twice daily x 5 days</td><td>Code , 2 per 5 days</td><td>false</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral use</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="101903002"/>
  </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-ach-daily-influenzatherapeutic"/>
    <display value="Oseltamivir 60 mg"/>
  </medicationReference>
  <subject>🔗 
    <reference
               value="Patient/patient-example-ach-daily-influenzatherapeutic"/>
    <display value="ACHDaily, InfluenzaTherapeutic"/>
  </subject>
  <encounter>🔗 
    <reference
               value="Encounter/encounter-example-ach-daily-influenzatherapeutic"/>
    <display value="Hospital Encounter"/>
  </encounter>
  <authoredOn value="2024-01-01T11:45:15Z"/>
  <requester>
    <type value="Practitioner"/>
    <display value="Faculty Physician Um_Cln, MD"/>
  </requester>
  <recorder>
    <type value="Practitioner"/>
    <display value="Faculty Physician Um_Cln, MD"/>
  </recorder>
  <courseOfTherapyType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/>
      <code value="acute"/>
      <display value="Short course (acute) therapy"/>
    </coding>
    <text value="Short course (acute) therapy"/>
  </courseOfTherapyType>
  <dosageInstruction>
    <text value="Oseltamivir 60 mg PO twice daily x 5 days"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2024-01-01T12:30:15Z"/>
          <end value="2024-01-06T12:30:15Z"/>
        </boundsPeriod>
        <frequency value="2"/>
        <period value="5"/>
        <periodUnit value="d"/>
      </repeat>
      <code>
        <text value="Oseltamivir 60 mg PO twice daily x 5 days"/>
      </code>
    </timing>
    <asNeededBoolean value="false"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral use"/>
      </coding>
      <text value="Oral use"/>
    </route>
  </dosageInstruction>
</MedicationRequest>