FHIR IG analytics| Package | hl7.fhir.us.directory-query |
| Resource Type | InsurancePlan |
| Id | InsurancePlan-AcmeQHPBronze.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: InsurancePlan
Resource InsurancePlan "AcmeQHPBronze" Updated "2020-07-07 13:26:22+0000" (Language "en-US")
Profile: National Directory Endpoint Qry Exchange InsurancePlan
status: active
type: Qualified Health Plan (Insurance Product Type Code System#qhp)
name: Acme of CT QHP Bronze
ownedBy: Organization/Acme "Acme of CT"
administeredBy: Organization/Acme "Acme of CT"
coverageArea: Location/StateOfCTLocation "State of CT Area"
endpoint: Endpoint/AcmeOfCTPortalEndpoint "Endpoint for Acme of CT Portal"
network: Organization/AcmeofCTStdNet "ACME CT Preferred Provider Network"
| - | Type |
| * | Bronze-QHP (Insurance Plan Type Code System#bronze) |
{
"resourceType": "InsurancePlan",
"id": "AcmeQHPBronze",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-InsurancePlan"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/directory-query/CodeSystem/InsuranceProductTypeCS",
"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://hl7.org/fhir/us/directory-query/CodeSystem/InsurancePlanTypeCS",
"code": "bronze",
"display": "Bronze-QHP"
}
]
}
}
]
}