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

: AcmeQHPGold

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/AcmeQHPGold> a fhir:InsurancePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AcmeQHPGold"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-07-07T13: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: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 "qhp" ] ;
       fhir:Coding.display [ fhir:value "Qualified Health Plan" ]
     ]
  ] ;
  fhir:InsurancePlan.name [ fhir:value "Acme of CT QHP Gold"] ;
  fhir:InsurancePlan.ownedBy [
     fhir:link <http://hl7.org/fhir/Organization/Acme> ;
     fhir:Reference.reference [ fhir:value "Organization/Acme" ]
  ] ;
  fhir:InsurancePlan.administeredBy [
     fhir:link <http://hl7.org/fhir/Organization/Acme> ;
     fhir:Reference.reference [ fhir:value "Organization/Acme" ]
  ] ;
  fhir:InsurancePlan.coverageArea [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Location/StateOfCTLocation> ;
     fhir:Reference.reference [ fhir:value "Location/StateOfCTLocation" ]
  ] ;
  fhir:InsurancePlan.endpoint [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Endpoint/AcmeOfCTPortalEndpoint> ;
     fhir:Reference.reference [ fhir:value "Endpoint/AcmeOfCTPortalEndpoint" ]
  ] ;
  fhir:InsurancePlan.network [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/AcmeofCTStdNet> ;
     fhir:Reference.reference [ fhir:value "Organization/AcmeofCTStdNet" ]
  ], [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/AcmeofCTPremNet> ;
     fhir:Reference.reference [ fhir:value "Organization/AcmeofCTPremNet" ]
  ] ;
  fhir:InsurancePlan.plan [
     fhir:index -1 ;
     fhir:InsurancePlan.plan.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type" ] ;
         fhir:Coding.code [ fhir:value "gold" ] ;
         fhir:Coding.display [ fhir:value "Gold-QHP" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Organization/Acme> a fhir:Organization .

<http://hl7.org/fhir/Location/StateOfCTLocation> a fhir:Location .

<http://hl7.org/fhir/Endpoint/AcmeOfCTPortalEndpoint> a fhir:Endpoint .

<http://hl7.org/fhir/Organization/AcmeofCTStdNet> a fhir:Organization .

<http://hl7.org/fhir/Organization/AcmeofCTPremNet> a fhir:Organization .

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

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