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

: DiagnosticReport - Example ACH Pass2 Lab CBC - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-example-ach-ach-pass2-lab-cbc",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport diagnosticreport-example-ach-ach-pass2-lab-cbc</b></p><a name=\"diagnosticreport-example-ach-ach-pass2-lab-cbc\"> </a><a name=\"hcdiagnosticreport-example-ach-ach-pass2-lab-cbc\"> </a><a name=\"hcdiagnosticreport-example-ach-ach-pass2-lab-cbc-en\"> </a><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC Panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>No display for Patient </td></tr><tr><td>When For</td><td>2024-01-31 23:01:00-0500</td></tr><tr><td>Reported</td><td>2024-01-31 23:02:00-0500</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-observation-example-ach-pass2-hemo-a1c.html\"><span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></a></td><td>7.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>final</td><td>2024-01-31 23:52:00-0500</td></tr><tr><td><a href=\"Observation-observation-example-ach-pass2-poc-1.html\"><span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></a></td><td>53 d/gL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></td><td>final</td><td/></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB",
          "display" : "Laboratory"
        }
      ],
      "text" : "Laboratory"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "CBC panel - Blood by Automated count"
      }
    ],
    "text" : "CBC Panel"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass2",
    "display" : "Pass2 ACH"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display" : "Hospital Admission"
  },
  "effectiveDateTime" : "2024-01-31T23:01:00-05:00",
  "issued" : "2024-01-31T23:02:00-05:00",
  "result" : [
    {
      🔗 "reference" : "Observation/observation-example-ach-pass2-hemo-a1c"
    },
    {
      🔗 "reference" : "Observation/observation-example-ach-pass2-poc-1"
    }
  ]
}