FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | InsurancePlan |
| Id | InsurancePlan-AcmeQHPBronze.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: InsurancePlan AcmeQHPBronze
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: NDH Base InsurancePlan Profile
status: Active
type: Qualified Health Plan
name: Acme of CT QHP Bronze
ownedBy: Organization Acme of CT
administeredBy: Organization Acme of CT
coverageArea: Location State of CT Area
endpoint: Endpoint Endpoint for Acme of CT Portal
network: Organization ACME CT Preferred Provider Network
| Type |
| Bronze-QHP |
{
"resourceType": "InsurancePlan",
"id": "AcmeQHPBronze",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insurance-product-type",
"code": "qhp",
"display": "Qualified Health Plan"
}
]
}
],
"name": "Acme of CT QHP Bronze",
"ownedBy": {
"reference": "Organization/Acme"
},
"administeredBy": {
"reference": "Organization/Acme"
},
"coverageArea": [
{
"reference": "Location/StateOfCTLocation"
}
],
"endpoint": [
{
"reference": "Endpoint/AcmeOfCTPortalEndpoint"
}
],
"network": [
{
"reference": "Organization/AcmeofCTStdNet"
}
],
"plan": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type",
"code": "bronze",
"display": "Bronze-QHP"
}
]
}
}
]
}