FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4b |
| Resource Type | Coverage |
| Id | Coverage-InsuranceExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage InsuranceExample
Profile: PAS Coverage
status: Active
subscriberId: 1122334455
beneficiary: JOE SMITH Male, DoB Unknown ( Member Number)
relationship: Self
{
"resourceType": "Coverage",
"id": "InsuranceExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"subscriberId": "1122334455",
"beneficiary": {
"reference": "Patient/SubscriberExample"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code": "self"
},
{
"system": "https://codesystem.x12.org/005010/1069",
"code": "18"
}
]
},
"payor": [
{
"reference": "Organization/InsurerExample"
}
]
}