This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.1.0-ballot: STU 1.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
{
"resourceType" : "Coverage",
"id" : "deident-example",
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "EHCPOL",
"display" : "extended healthcare"
}
]
},
"beneficiary" : {
"reference" : "Patient/deident-example"
},
"period" : {
"start" : "2011-05-23",
"end" : "2012-05-23"
},
"payor" : [
{
"reference" : "http://example.org/fhir/Organization/example-payer"
}
],
"class" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
"code" : "plan"
}
]
},
"value" : "MD",
"name" : "Medicaid"
}
]
}