FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeInsurancePlan
IdInsurancePlan-BlueCrossBlueShield-CT.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

network: Organization BlueCrossBlueShield CT PPO


Source1

{
  "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"
    }
  ]
}