@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "care-service-accessibility"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem care-service-accessibility

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/care-service-accessibility defines the following codes:

CodeDisplayDefinition
cultcomp cultural competenceProvides services that meet the social, cultural, and linguistic needs of persons.
handiaccess handicap accessibleProvides access to persons with disabilities.
adacomp ADA compliantProvides access which complies with the Americans with Disabilities Act and/or amendments.
pubtrans public transit optionsProvides access using public transportation modes.
anssrvc answering serviceProvides capability to communicate when intended recipient is not immediately available.
cognitive cognitiveProvides services for cognitively impaired persons.
mobility mobilityProvides services for mobility impaired persons.
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/care-service-accessibility"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CareServiceAccessibility"] ; # fhir:title [ fhir:v "Care Service Accessibility"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-17T15:26:15+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system defines a set of codes that can be used to describe care service accessibility options offered by a practitioner or at a location. "] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/care-service-accessibility"^^xsd:anyURI ; fhir:link ] ; # 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 "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." ] ] ) . # # -------------------------------------------------------------------------------------