This page is part of the CARIN Blue Button Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "CoverageEx2",
"meta" : {
"lastUpdated" : "2020-10-30T09:48:01.8462752-04:00",
"source" : "Organization/PayerOrganizationExample1",
"profile" : [
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501</p><p><b>status</b>: active</p><p><b>policyHolder</b>: <a href=\"Patient-ExamplePatient1.html\">Generated Summary: language: en-US; An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501; active; Member 01 Test ; Phone: 5555555551, Phone: 5555555552, Phone: 5555555553, Phone: 5555555554, Phone: 5555555555, Phone: 5555555556, GXXX@XXXX.com, Fax: 5555555557; gender: male; birthDate: 1943-01-01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p><p><b>subscriber</b>: <a href=\"Patient-ExamplePatient1.html\">Generated Summary: language: en-US; An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501; active; Member 01 Test ; Phone: 5555555551, Phone: 5555555552, Phone: 5555555553, Phone: 5555555554, Phone: 5555555555, Phone: 5555555556, GXXX@XXXX.com, Fax: 5555555557; gender: male; birthDate: 1943-01-01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-ExamplePatient1.html\">Generated Summary: language: en-US; An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501; active; Member 01 Test ; Phone: 5555555551, Phone: 5555555552, Phone: 5555555553, Phone: 5555555554, Phone: 5555555555, Phone: 5555555556, GXXX@XXXX.com, Fax: 5555555557; gender: male; birthDate: 1943-01-01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p><p><b>dependent</b>: 01</p><p><b>relationship</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2017-01-01 --> 2017-06-30</p><p><b>payor</b>: <a href=\"Organization-PayerOrganizationExample1.html\">UPMC Health Plan. Generated Summary: NAIC Code: 95216; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span>; name: UPMC Health Plan; Phone: 1-844-220-4785 TTY: 711, Phone: 1-866-406-8762</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class group}\">An employee group</span></p><p><b>value</b>: MCHMO1</p><p><b>name</b>: MEDICARE HMO PLAN</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/coverage-class plan}\">A specific suite of benefits.</span></p><p><b>value</b>: GI8</p><p><b>name</b>: GI8-HMO DEDUCTIBLE</p></blockquote><p><b>network</b>: GI8-HMO DEDUCTIBLE</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB",
"display" : "Member Number"
}
],
"text" : "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
},
"system" : "https://www.upmchealthplan.com/fhir/memberidentifier",
"value" : "88800933501",
"assigner" : {
"reference" : "Organization/PayerOrganizationExample1",
"display" : "UPMC Health Plan"
}
}
],
"status" : "active",
"policyHolder" : {
"reference" : "Patient/ExamplePatient1"
},
"subscriber" : {
"reference" : "Patient/ExamplePatient1"
},
"subscriberId" : "888009335",
"beneficiary" : {
"reference" : "Patient/ExamplePatient1"
},
"dependent" : "01",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code" : "self"
}
],
"text" : "Self"
},
"period" : {
"start" : "2017-01-01",
"end" : "2017-06-30"
},
"payor" : [
{
"reference" : "Organization/PayerOrganizationExample1",
"display" : "UPMC Health Plan"
}
],
"class" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
"code" : "group",
"display" : "Group"
}
],
"text" : "An employee group"
},
"value" : "MCHMO1",
"name" : "MEDICARE HMO PLAN"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
"code" : "plan",
"display" : "Plan"
}
],
"text" : "A specific suite of benefits."
},
"value" : "GI8",
"name" : "GI8-HMO DEDUCTIBLE"
}
],
"network" : "GI8-HMO DEDUCTIBLE"
}