This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0-ballot: STU2 Release 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Coverage For Patient 3 - Example - JSON Representation
Raw json | Download
{
"resourceType" : "Coverage",
"id" : "3",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-05-06T03:04:12.348-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the coverage</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-insuranceProductType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS",
"code" : "ihs",
"display" : "Indian Health Service"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB",
"display" : "Member Number"
}
]
},
"system" : "https://sitenv.org",
"value" : "123456"
}
],
"status" : "active",
"policyHolder" : {
"reference" : "RelatedPerson/1"
},
"subscriber" : {
"reference" : "RelatedPerson/1"
},
"subscriberId" : "AB3658",
"beneficiary" : {
"reference" : "Patient/3"
},
"dependent" : "01",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code" : "spouse",
"display" : "Spouse"
}
]
},
"period" : {
"start" : "2013-05-23",
"end" : "2014-05-23"
},
"payor" : [
{
"reference" : "Organization/2"
}
],
"class" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
"code" : "plan"
}
]
},
"value" : "B37FC"
}
]
}