FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex-plan-net.r4b |
| Resource Type | InsurancePlan |
| Id | InsurancePlan-AcmeQHPGold.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: InsurancePlan AcmeQHPGold
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: Plan-Net InsurancePlan
status: Active
type: Qualified Health Plan
name: Acme of CT QHP Gold
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:
| Type |
| Gold-QHP |
{
"resourceType": "InsurancePlan",
"id": "AcmeQHPGold",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-InsurancePlan"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS",
"code": "qhp",
"display": "Qualified Health Plan"
}
]
}
],
"name": "Acme of CT QHP Gold",
"ownedBy": {
"reference": "Organization/Acme"
},
"administeredBy": {
"reference": "Organization/Acme"
},
"coverageArea": [
{
"reference": "Location/StateOfCTLocation"
}
],
"endpoint": [
{
"reference": "Endpoint/AcmeOfCTPortalEndpoint"
}
],
"network": [
{
"reference": "Organization/AcmeofCTStdNet"
},
{
"reference": "Organization/AcmeofCTPremNet"
}
],
"plan": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsurancePlanTypeCS",
"code": "gold",
"display": "Gold-QHP"
}
]
}
}
]
}