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

: ServiceRequest - Example ACH Pass1 Blood - XML Representation

Page standards status: Informative

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-example-ach-ach-pass1-blood"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest servicerequest-example-ach-ach-pass1-blood</b></p><a name="servicerequest-example-ach-ach-pass1-blood"> </a><a name="hcservicerequest-example-ach-ach-pass1-blood"> </a><a name="hcservicerequest-example-ach-ach-pass1-blood-en"> </a><p><b>identifier</b>: Placer Identifier/1019631821 (use: usual, )</p><p><b>status</b>: completed</p><p><b>intent</b>: original-order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 108252007}">Laboratory procedure</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 600-7}">Bacteria identified in Blood by Culture</span></p><p><b>quantity</b>: 1</p><p><b>subject</b>: <a href="Patient-patient-example-ach-ach-pass1.html">Pass1 ACH</a></p><p><b>encounter</b>: <a href="Encounter-encounter-example-ach-ach-pass1.html">Hospital Admission</a></p><p><b>occurrence</b>: Code , Events: 2024-02-02 17:22:00-0500 , Count 1  times, Once</p><p><b>authoredOn</b>: 2024-02-02 17:22:00-0500</p><p><b>specimen</b>: <a href="Specimen-specimen-example-ach-ach-pass1-blood.html">Specimen: identifier = urn:oid:2.16.840.1.113883.19.5.1.798.32#C104082901,urn:oid:2.16.840.1.113883.19.5.1.798.800#C10408290:41; type = Blood venous; receivedTime = 2024-02-02 18:20:00-0500</a></p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
        <display value="Placer Identifier"/>
      </coding>
      <text value="Placer Identifier"/>
    </type>
    <system value="urn:oid:2.16.840.1.113883.19.5.1.798"/>
    <value value="1019631821"/>
  </identifier>
  <status value="completed"/>
  <intent value="original-order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="108252007"/>
      <display value="Laboratory procedure"/>
    </coding>
    <text value="Laboratory procedure"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="600-7"/>
      <display value="Bacteria identified in Blood by Culture"/>
    </coding>
    <text value="Bacteria identified in Blood by Culture"/>
  </code>
  <quantityQuantity>
    <value value="1"/>
  </quantityQuantity>
  <subject>🔗 
    <reference value="Patient/patient-example-ach-ach-pass1"/>
    <display value="Pass1 ACH"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/encounter-example-ach-ach-pass1"/>
    <display value="Hospital Admission"/>
  </encounter>
  <occurrenceTiming>
    <event value="2024-02-02T17:22:00-05:00"/>
    <repeat>
      <count value="1"/>
    </repeat>
    <code>
      <text value="Once"/>
    </code>
  </occurrenceTiming>
  <authoredOn value="2024-02-02T17:22:00-05:00"/>
  <specimen>🔗 
    <reference value="Specimen/specimen-example-ach-ach-pass1-blood"/>
  </specimen>
</ServiceRequest>