National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: BlueCrossBlueShield-CT

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/InsurancePlan/BlueCrossBlueShield-CT> a fhir:InsurancePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BlueCrossBlueShield-CT"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2023-06-30T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InsurancePlan BlueCrossBlueShield-CT</b></p><a name=\"BlueCrossBlueShield-CT\"> </a><a name=\"hcBlueCrossBlueShield-CT\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-06-30 13:26:22+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-InsurancePlan.html\">NDH InsurancePlan Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/blue-cross-blueshied-ct-insurance</code>/BlueCrossBlueShield-CT-12345, <code>http://example.org/ndh-identifiers</code>/BlueCrossBlueShield-CT</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-product-type commppo}\">Commercial PPO</span></p><p><b>name</b>: Blue Cross Blue Shied CT Insurance</p><p><b>ownedBy</b>: <a href=\"Organization-BlueCrossBlueShield-CT-PPO.html\">Organization BlueCrossBlueShield CT PPO</a></p><p><b>administeredBy</b>: <a href=\"Organization-BlueCrossBlueShield-CT-ORG.html\">Organization BlueCrossBlueShield CT Organization</a></p><p><b>network</b>: <a href=\"Organization-BlueCrossBlueShield-CT-PPO.html\">Organization BlueCrossBlueShield CT PPO</a></p></div>"
  ] ;
  fhir:InsurancePlan.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/blue-cross-blueshied-ct-insurance" ] ;
     fhir:Identifier.value [ fhir:value "BlueCrossBlueShield-CT-12345" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/ndh-identifiers" ] ;
     fhir:Identifier.value [ fhir:value "BlueCrossBlueShield-CT" ]
  ] ;
  fhir:InsurancePlan.status [ fhir:value "active"] ;
  fhir:InsurancePlan.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/insurance-product-type" ] ;
       fhir:Coding.code [ fhir:value "commppo" ] ;
       fhir:Coding.display [ fhir:value "Commercial PPO" ]
     ]
  ] ;
  fhir:InsurancePlan.name [ fhir:value "Blue Cross Blue Shied CT Insurance"] ;
  fhir:InsurancePlan.ownedBy [
     fhir:link <http://hl7.org/fhir/Organization/BlueCrossBlueShield-CT-PPO> ;
     fhir:Reference.reference [ fhir:value "Organization/BlueCrossBlueShield-CT-PPO" ]
  ] ;
  fhir:InsurancePlan.administeredBy [
     fhir:link <http://hl7.org/fhir/Organization/BlueCrossBlueShield-CT-ORG> ;
     fhir:Reference.reference [ fhir:value "Organization/BlueCrossBlueShield-CT-ORG" ]
  ] ;
  fhir:InsurancePlan.network [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/BlueCrossBlueShield-CT-PPO> ;
     fhir:Reference.reference [ fhir:value "Organization/BlueCrossBlueShield-CT-PPO" ]
  ] .

<http://hl7.org/fhir/Organization/BlueCrossBlueShield-CT-PPO> a fhir:Organization .

<http://hl7.org/fhir/Organization/BlueCrossBlueShield-CT-ORG> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/InsurancePlan/BlueCrossBlueShield-CT.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/InsurancePlan/BlueCrossBlueShield-CT.ttl> .