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 Accessibility 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 "accessibility"] ; # 
  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/accessibility"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "VhDirAccessibility"] ; # 
  fhir:title [ fhir:v "VhDir Accessibility 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 the attributes of accessibility"] ; # 
  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/accessibility"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/ValueSet/accessibility>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "cultcomp" ] ;
fhir:display [ fhir:v "Cultural competence" ] ;
fhir:definition [ fhir:v "Provides services that meet the social, cultural, and linguistic needs of persons." ]
  ] [
fhir:code [ fhir:v "handiaccess" ] ;
fhir:display [ fhir:v "handicap accessible" ] ;
fhir:definition [ fhir:v "Provides access to persons with disabilities." ]
  ] [
fhir:code [ fhir:v "adacomp" ] ;
fhir:display [ fhir:v "ADA compliant" ] ;
fhir:definition [ fhir:v "Provides access which complies with the Americans with Disabilities Act and/or amendments." ]
  ] [
fhir:code [ fhir:v "pubtrans" ] ;
fhir:display [ fhir:v "public transit options" ] ;
fhir:definition [ fhir:v "Provides access using public transportation modes." ]
  ] [
fhir:code [ fhir:v "anssrvc" ] ;
fhir:display [ fhir:v "answering service" ] ;
fhir:definition [ fhir:v "Provides capability to communicate when intended recipient is not immediately available." ]
  ] [
fhir:code [ fhir:v "vision" ] ;
fhir:display [ fhir:v "vision" ] ;
fhir:definition [ fhir:v "Provides services for visually impaired persons." ]
  ] [
fhir:code [ fhir:v "cognitive" ] ;
fhir:display [ fhir:v "cognitive" ] ;
fhir:definition [ fhir:v "Provides services for cognitively impaired persons." ]
  ] [
fhir:code [ fhir:v "mobility" ] ;
fhir:display [ fhir:v "mobility" ] ;
fhir:definition [ fhir:v "Provides services for mobility impaired persons." ]
  ] ) . #