National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot 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 1.0.0-ballot 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

: Observation - Example ACH Pass1 Blood - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-example-ach-pass1-blood",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-example-ach-pass1-blood</b></p><a name=\"observation-example-ach-pass1-blood\"> </a><a name=\"hcobservation-example-ach-pass1-blood\"> </a><a name=\"observation-example-ach-pass1-blood-en-US\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-servicerequest-example-ach-ach-pass1-blood.html\">ServiceRequest Bacteria identified in Blood by Culture</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 600-7}\">Bacteria identified in Blood by Culture</span></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>effective</b>: 2024-02-02 18:12:00-0500</p><p><b>issued</b>: 2024-02-03 11:42:00-0500</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner Example Practitioner </a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 113962001}\">Staphylococcus capitis</span></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>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/servicerequest-example-ach-ach-pass1-blood"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ],
      "text" : "Laboratory"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "600-7",
        "display" : "Bacteria identified in Blood by Culture"
      }
    ],
    "text" : "Bacteria identified in Blood by Culture"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass1",
    "display" : "Pass1 ACH"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass1",
    "display" : "Hospital Admission"
  },
  "effectiveDateTime" : "2024-02-02T18:12:00-05:00",
  "issued" : "2024-02-03T11:42:00-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "113962001",
        "display" : "Staphylococcus capitis ss capitis (organism)"
      }
    ],
    "text" : "Staphylococcus capitis"
  },
  "specimen" : {
    🔗 "reference" : "Specimen/specimen-example-ach-ach-pass1-blood"
  }
}