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
Page standards status: Informative |
{
"resourceType" : "Coverage",
"id" : "coverage-example-ach-pass3",
"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-pass3</b></p><a name=\"coverage-example-ach-pass3\"> </a><a name=\"hccoverage-example-ach-pass3\"> </a><a name=\"coverage-example-ach-pass3-en-US\"> </a><p><b>identifier</b>: Member Number/0945345</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PPO}\">preferred provider organization policy</span></p><p><b>subscriberId</b>: 7843574536</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Pass3 ACH(official) Female, DoB: 2007-10-08 ( MRN:\u00a01601191903010308\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>: Nation First Health Care</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" : "0945345"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "PPO",
"display" : "preferred provider organization policy"
}
]
},
"subscriberId" : "7843574536",
"beneficiary" : {
🔗 "reference" : "Patient/patient-example-ach-ach-pass3"
},
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code" : "self",
"display" : "Self"
}
]
},
"payor" : [
{
"display" : "Nation First Health Care"
}
]
}