FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | Coverage |
| Id | Coverage-argo-sch-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: argo-sch-1
meta:
identifier: DZW9200000000
status: active
type: health insurance plan policy (Details : {http://hl7.org/fhir/v3/ActCode code 'HIP' = 'health insurance plan policy', given as 'health insurance plan policy'})
subscriberId: DZW9200000000
relationship: Self (Details : {http://hl7.org/fhir/policyholder-relationship code 'self' = 'Self', given as 'Self'})
period: 01/01/2016 12:00:00 AM --> (ongoing)
payor: Anthem Blue Cross of California
| - | Plan | PlanDisplay |
| * | 1FZQ | Anthem Bronze 60 D HSA PPO |
{
"resourceType": "Coverage",
"id": "argo-sch-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.anthem.com/ca",
"value": "DZW9200000000"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "HIP",
"display": "health insurance plan policy"
}
]
},
"subscriber": {
"reference": "Patient/argo-sch-patient-1",
"display": "First M LastName Jr"
},
"subscriberId": "DZW9200000000",
"relationship": {
"coding": [
{
"system": "http://hl7.org/fhir/policyholder-relationship",
"code": "self",
"display": "Self"
}
]
},
"period": {
"start": "2016-01-01"
},
"payor": [
{
"display": "Anthem Blue Cross of California"
}
],
"grouping": {
"plan": "1FZQ",
"planDisplay": "Anthem Bronze 60 D HSA PPO"
}
}