CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
2.0.0-cibuild - Release 2 ci-build United States of America flag

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

: Coverage - Example LTC Monthly Pneumonia - Medicare - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "coverage-example-ltc-monthly-uti-tricare",
  "meta" : {
    "profile" : [
      🔗 "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ltc-monthly-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage-example-ltc-monthly-uti-tricare</b></p><a name=\"coverage-example-ltc-monthly-uti-tricare\"> </a><a name=\"hccoverage-example-ltc-monthly-uti-tricare\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ltc-monthly-coverage.html\">LTC Monthly Event Coverage</a></p></div><p><b>identifier</b>: Member Number/335522612</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MILITARY}\">military health program</span></p><p><b>subscriberId</b>: 123123123123</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-ltc-monthly-uti.html\">UTI LTC(official) Female, DoB: 2024-02-01 ( MRN:\u00a01601191901018808\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship child}\">Child</span></p><p><b>period</b>: 2020-08-01 --&gt; (ongoing)</p><p><b>payor</b>: <a href=\"Organization-organization-coverage-example-ltc-monthly-tricare.html\">Tricare (Champus)</a></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" : "335522612"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "9.0.0",
        "code" : "MILITARY",
        "display" : "military health program"
      }
    ]
  },
  "subscriberId" : "123123123123",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-example-ltc-monthly-uti"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "child",
        "display" : "Child"
      }
    ],
    "text" : "Child"
  },
  "period" : {
    "start" : "2020-08-01"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/organization-coverage-example-ltc-monthly-tricare",
      "display" : "Tricare (Champus)"
    }
  ]
}