FHIR IG analytics| Package | hl7.fhir.us.phcp |
| Resource Type | Coverage |
| Id | Coverage-phcp-coverage-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
identifier: id: urn:uuid:3e676a50-7aac-11db-9fe1-0800200c9a66
status: active
type: subsidized supplemental health program
payor: Generated Summary: id: 1234567; active; name: Acme Payer; Phone: (+1) 734-677-7777, hq@acme.org
{
"resourceType": "Coverage",
"id": "phcp-coverage-example",
"meta": {
"versionId": "3",
"lastUpdated": "2020-12-09T20:35:09.080+00:00",
"source": "#veFHiJYYqE2f6rg0",
"profile": [
"http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:3e676a50-7aac-11db-9fe1-0800200c9a66"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "SUBSUPP",
"display": "subsidized supplemental health program"
}
]
},
"policyHolder": {
"reference": "Patient/phcp-patient-example"
},
"beneficiary": {
"reference": "Patient/phcp-patient-example"
},
"payor": [
{
"reference": "Organization/phcp-payer-organization-example"
}
]
}