CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage - ACH Daily Condition Example Initial Population Pass - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "coverage-example-ach-daily-initialpopulationpass",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage-example-ach-daily-initialpopulationpass</b></p><a name=\"coverage-example-ach-daily-initialpopulationpass\"> </a><a name=\"hccoverage-example-ach-daily-initialpopulationpass\"> </a><p><b>identifier</b>: Member Number/88800933501</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode SUBSIDIZ}\">MEDICARE</span></p><p><b>subscriberId</b>: 123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-ach-daily-initialpopulationpass.html\">ACHDaily, InitialPopulationPass(official) Female, DoB: 2005-01-15 ( MRN:\u00a01000009001\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>period</b>: 2008-07-01 --&gt; (ongoing)</p><p><b>payor</b>: Medicare Coverage</p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Medicare</span></td><td>Medicare</td><td>Medicare</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MB",
            "display" : "Member Number"
          }
        ]
      },
      "system" : "http://example.org/fhir/memberidentifier",
      "value" : "88800933501"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "9.0.0",
        "code" : "SUBSIDIZ",
        "display" : "subsidized health program"
      }
    ],
    "text" : "MEDICARE"
  },
  "subscriberId" : "123456789",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-example-ach-daily-initialpopulationpass"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ],
    "text" : "Self"
  },
  "period" : {
    "start" : "2008-07-01"
  },
  "payor" : [
    {
      "display" : "Medicare Coverage"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group",
            "display" : "Group"
          }
        ],
        "text" : "Medicare"
      },
      "value" : "Medicare",
      "name" : "Medicare"
    }
  ]
}