FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Coverage |
| Id | Coverage-CoverageMatchExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Coverage for Robert Johnson - Subscriber ID: 12345678, Previous Health Plan, PPO-GOLD
{
"resourceType": "Coverage",
"id": "CoverageMatchExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "draft",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HIP",
"display": "health insurance plan policy"
}
]
},
"subscriber": {
"reference": "Patient/patient-prov-001"
},
"subscriberId": "12345678",
"beneficiary": {
"reference": "Patient/patient-prov-001"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code": "self"
}
]
},
"period": {
"start": "2023-01-01",
"end": "2023-12-31"
},
"payor": [
{
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9876543210"
},
"display": "Previous Health Plan"
}
],
"class": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-class",
"code": "group"
}
]
},
"value": "EMPLOY-12345"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-class",
"code": "plan"
}
]
},
"value": "PPO-GOLD"
}
]
}