Data Exchange For Quality Measures Implementation Guide
5.0.0 - STU5 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Coverage01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "coverage01",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2019-02-11T14:19:25.000+00:00",
    "source" : "http://example.org/fhir/server",
    "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 coverage01</b></p><a name=\"coverage01\"> </a><a name=\"hccoverage01\"> </a><a name=\"coverage01-en-US\"> </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\">version: 2; Last updated: 2019-02-11 14:19:25+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-coverage.html\">QICore Coverage</a></p></div><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>subscriber</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>subscriberId</b>: A123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345\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>: <a href=\"Organization-organization04.html\">Organization DVPayer04</a></p></div>"
  },
  "status" : "active",
  "policyHolder" : {
    🔗 "reference" : "Patient/patient01"
  },
  "subscriber" : {
    🔗 "reference" : "Patient/patient01"
  },
  "subscriberId" : "A123456789",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient01"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ]
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/organization04"
    }
  ]
}