FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Coverage |
| Id | Coverage-coverage-example-ach-daily-influenzatherapeutic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage coverage-example-ach-daily-influenzatherapeutic
identifier: Member Number/88800933501
status: Active
type: PPO
subscriberId: 123456789
beneficiary: ACHDaily InfluenzaTherapeutic(official) Male, DoB: 2020-02-29 ( MRN: 1000009001 (use: usual, ))
relationship: Self
period: 2023-01-01 --> (ongoing)
payor: United Healthcare
| Type | Value | Name |
| PPO | United Healthcare | United Healthcare |
{
"resourceType": "Coverage",
"id": "coverage-example-ach-daily-influenzatherapeutic",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB",
"display": "Member Number"
}
]
},
"system": "http://example.org/fhir/memberidentifier",
"value": "88800933501"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"code": "PPO",
"display": "preferred provider organization policy"
}
],
"text": "PPO"
},
"subscriberId": "123456789",
"beneficiary": {
"reference": "Patient/patient-example-ach-daily-influenzatherapeutic"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code": "self"
}
],
"text": "Self"
},
"period": {
"start": "2023-01-01"
},
"payor": [
{
"display": "United Healthcare"
}
],
"class": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-class",
"code": "group",
"display": "Group"
}
],
"text": "PPO"
},
"value": "United Healthcare",
"name": "United Healthcare"
}
]
}