This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version. For a full list of available versions, 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><b>Generated Narrative: Coverage</b><a name=\"coverage01\"> </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 "coverage01" Version "2" Updated "2019-02-11 14:19:25+0000" </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/qicore/STU5/StructureDefinition-qicore-coverage.html\">QICore Coverage</a></p></div><p><b>status</b>: active</p><p><b>policyHolder</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>subscriber</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>subscriberId</b>: A123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>payor</b>: <a href=\"Organization-organization04.html\">Organization/organization04</a> "DVPayer04"</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"
}
]
}