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 Cardiopulmonary - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-example-ach-ach-pass2-cardiopulmonary",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-diagnosticreport-note"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes:{http://snomed.info/sct 76746007}\">Cardiovascular stress testing</span> (<span title=\"Codes:{http://loinc.org LP172861-9}\">Cardiopulmonary</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Pass2 ACH(Official)</b> female, DoB: 1965-12-22 ( MRN/1601191902010308\u00a0(use:\u00a0usual))</td></tr><tr><td>When For</td><td>2024-03-01 23:14:00-0500</td></tr><tr><td>Reported</td><td>2024-03-02 08:52:00-0500</td></tr></table><p><b>Report Details</b></p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 710031008}\">Inducible ischemia manifest on stress test post myocardial infarction (finding)</span></li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP172861-9",
          "display" : "Cardiopulmonary"
        }
      ],
      "text" : "Cardiopulmonary"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "76746007",
        "display" : "Cardiovascular stress testing"
      }
    ],
    "text" : "Cardiovascular stress testing"
  },
  "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-03-01T23:14:00-05:00",
  "issued" : "2024-03-02T08:52:00-05:00",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "710031008",
          "display" : "Inducible ischemia manifest on stress test post myocardial infarction (finding)"
        }
      ]
    }
  ]
}