Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Coverage02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "coverage02",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2019-03-06T19:03:03.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><b>Generated Narrative: Coverage</b><a name=\"coverage02\"> </a></p><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\">Resource Coverage &quot;coverage02&quot; Version &quot;2&quot; Updated &quot;2019-03-06 19:03:03+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-coverage.html\">QICore Coverage</a></p></div><p><b>status</b>: active</p><p><b>policyHolder</b>: <a href=\"Patient-patient02.html\">Patient/patient02</a> &quot; BERNARD&quot;</p><p><b>subscriber</b>: <a href=\"Patient-patient02.html\">Patient/patient02</a> &quot; BERNARD&quot;</p><p><b>subscriberId</b>: B123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient02.html\">Patient/patient02</a> &quot; BERNARD&quot;</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>payor</b>: <a href=\"Organization-organization04.html\">Organization/organization04</a> &quot;DVPayer04&quot;</p></div>"
  },
  "status" : "active",
  "policyHolder" : {
    "reference" : "Patient/patient02"
  },
  "subscriber" : {
    "reference" : "Patient/patient02"
  },
  "subscriberId" : "B123456789",
  "beneficiary" : {
    "reference" : "Patient/patient02"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ]
  },
  "payor" : [
    {
      "reference" : "Organization/organization04"
    }
  ]
}