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

: Coverage - Example ACH Pass2 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "coverage-example-ach-pass2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage-example-ach-pass2</b></p><a name=\"coverage-example-ach-pass2\"> </a><a name=\"hccoverage-example-ach-pass2\"> </a><a name=\"coverage-example-ach-pass2-en-US\"> </a><p><b>identifier</b>: Member Number/93565936</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode HMO}\">health maintenance organization policy</span></p><p><b>subscriberId</b>: 89345743</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN:\u00a01601191902010308\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: PayerComm</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MB",
            "display" : "Member Number"
          }
        ]
      },
      "system" : "http://example.org/fhir/memberidentifier",
      "value" : "93565936"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "HMO",
        "display" : "health maintenance organization policy"
      }
    ]
  },
  "subscriberId" : "89345743",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass2"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self",
        "display" : "Self"
      }
    ]
  },
  "payor" : [
    {
      "display" : "PayerComm"
    }
  ]
}