FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | InsurancePlan |
| Id | InsurancePlan-BlueCrossBlueShield-CT.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: InsurancePlan BlueCrossBlueShield-CT
Last updated: 2023-06-30 13:26:22+0000
Profile: NDH InsurancePlan Profile
identifier: http://example.org/blue-cross-blueshied-ct-insurance/BlueCrossBlueShield-CT-12345, http://example.org/ndh-identifiers/BlueCrossBlueShield-CT
status: Active
type: Commercial PPO
name: Blue Cross Blue Shied CT Insurance
ownedBy: Organization BlueCrossBlueShield CT PPO
administeredBy: Organization BlueCrossBlueShield CT Organization
{
"resourceType": "InsurancePlan",
"id": "BlueCrossBlueShield-CT",
"meta": {
"lastUpdated": "2023-06-30T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/blue-cross-blueshied-ct-insurance",
"value": "BlueCrossBlueShield-CT-12345"
},
{
"system": "http://example.org/ndh-identifiers",
"value": "BlueCrossBlueShield-CT"
}
],
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insurance-product-type",
"code": "commppo",
"display": "Commercial PPO"
}
]
}
],
"name": "Blue Cross Blue Shied CT Insurance",
"ownedBy": {
"reference": "Organization/BlueCrossBlueShield-CT-PPO"
},
"administeredBy": {
"reference": "Organization/BlueCrossBlueShield-CT-ORG"
},
"network": [
{
"reference": "Organization/BlueCrossBlueShield-CT-PPO"
}
]
}