Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: VhDir Network Type Code System - TTL Representation

Active as of 2018-02-21

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "network-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/network-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "VhDirNetworkType"] ; # 
  fhir:title [ fhir:v "VhDir Network Type Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2018-02-21"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Administration Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system contains codes for documenting network."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/vhdir/ValueSet/network-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/ValueSet/network-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ppo" ] ;
fhir:display [ fhir:v "PPO" ] ;
fhir:definition [ fhir:v "A Preferred Provider Organization (PPO) is a type of health plan that contracts with medical providers, such as hospitals and doctors, to create a network of participating providers. You pay less if you use providers that belong to the plan’s network. You can use doctors, hospitals, and providers outside of the network for an additional cost." ]
  ] [
fhir:code [ fhir:v "hmo" ] ;
fhir:display [ fhir:v "HMO" ] ;
fhir:definition [ fhir:v "A Health Maintenance Organization (HMO) is a type of health insurance plan that usually limits coverage to care from doctors who work for or contract with the HMO. It generally won't cover out-of-network care except in an emergency. HMOs often provide integrated care and focus on prevention and wellness." ]
  ] [
fhir:code [ fhir:v "aco" ] ;
fhir:display [ fhir:v "ACO" ] ;
fhir:definition [ fhir:v "An Accountable Care Organization (ACO) is a group of health care providers who give coordinated care, chronic disease management, and thereby improve the quality of care patients get. The organization's payment is tied to achieving health care quality goals and outcomes that result in cost savings." ]
  ] [
fhir:code [ fhir:v "specialty" ] ;
fhir:display [ fhir:v "Specialty" ] ;
fhir:definition [ fhir:v "Focuses on a specific area of medicine, such as endocrinology or rheumatology." ]
  ] [
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ] ;
fhir:definition [ fhir:v "Benefits that help pay for the cost of visits to a dentist for basic or preventive services, like teeth cleaning, X-rays, and fillings." ]
  ] [
fhir:code [ fhir:v "vision" ] ;
fhir:display [ fhir:v "Vision" ] ;
fhir:definition [ fhir:v "A health benefit that at least partially covers vision care, like eye exams and glasses." ]
  ] [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy" ] ;
fhir:definition [ fhir:v "Health insurance or plan that helps pay for prescription drugs and medications." ]
  ] [
fhir:code [ fhir:v "national" ] ;
fhir:display [ fhir:v "National" ] ;
fhir:definition [ fhir:v "In-network providers may be found nationally." ]
  ] [
fhir:code [ fhir:v "regional" ] ;
fhir:display [ fhir:v "Regional" ] ;
fhir:definition [ fhir:v "In-network providers are confined to a specific region." ]
  ] [
fhir:code [ fhir:v "state" ] ;
fhir:display [ fhir:v "State" ] ;
fhir:definition [ fhir:v "In-network providers are confined to a specific state." ]
  ] ) . #