This page is part of the Da Vinci Payer Data Exchange (v2.1.0: STU2.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Coverage",
"id" : "coverage-link-2",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Default Generated text for resource.</div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB"
}
]
},
"system" : "http://example.org/old-payer",
"value" : "234568"
}
],
"status" : "draft",
"subscriberId" : "432156790",
"beneficiary" : {
"reference" : "Patient/2"
},
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code" : "self"
}
]
},
"period" : {
"start" : "2011-05-23",
"end" : "2012-05-23"
},
"payor" : [
{
"identifier" : {
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "0123456789"
},
"display" : "New Health Plan"
}
]
}