FHIR IG analytics| Package | hl7.fhir.us.dapl |
| Resource Type | Coverage |
| Id | Coverage-de-identified-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Coverage",
"id": "de-identified-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-coverage"
]
},
"status": "active",
"type": {
"text": "Private Insurance"
},
"beneficiary": {
"reference": "Patient/de-identified-example"
},
"period": {
"start": "2019-03-17",
"end": "2023-03-17"
},
"payor": [
{
"reference": "Organization/acme-payer"
}
]
}