@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-SpeechAndOrLanguageAndOrHearingServiceProviderHIPAA"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

SpeechAndOrLanguageAndOrHearingServiceProviderHIPAA

A provider who renders services to improve communicative skills of people with language, speech and hearing impairments.

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://nucc.org/provider-taxonomy
    CodeDisplay
    235Z00000NSpeech, Language and Hearing Service; Speech-Language PathologistA speech pathologist is a person qualified by a master's degree in speech-language pathology, and where applicable, licensed by the state and practicing within the scope of the license. Also, known as speech therapist, a speech pathologist evaluates patients with language and speech impairments or disorders, whether arising from physiological and neurological disturbances, defective articulation or foreign dialects, and conducts remedial programs designed to restore or improve their communication efficacy. Speech pathologists assess and treat persons with speech, language, voice, and fluency disorders.
    237600000NSpeech, Language and Hearing Service; Audiologist-Hearing Aid FitterAn audiologist/hearing aid fitter is the professional who specializes in evaluating and treating people with hearing loss, conducts a wide variety of tests to determine the exact nature of an individual's hearing problem, presents a variety of treatment options to patients, dispenses and fits hearing aids, administers tests of balance to evaluate dizziness and provides hearing rehabilitation training. This classification should be used where individuals are licensed as "audiologist-hearing aid fitters" as opposed to states that license individuals as "audiologists".
    237700000NSpeech, Language and Hearing Service; Hearing Instrument SpecialistIndividuals who test hearing for the selection, adaptation, fitting, adjusting, servicing, and sale of hearing aids. Hearing Instrument Specialist is a designation provided individuals who qualify by the National Hearing Aid Society.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-AudiologistHIPAA
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-SpeechAndOrLanguageAndOrHearingServiceSpecialistOrTechnologis
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-SpeechAndOrLanguageAndOrHearingServiceProviderHIPAA"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.13634" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "SpeechAndOrLanguageAndOrHearingServiceProviderHIPAA"]; fhir:ValueSet.title [ fhir:value "SpeechAndOrLanguageAndOrHearingServiceProviderHIPAA"]; fhir:ValueSet.status [ fhir:value "retired"]; fhir:ValueSet.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "A provider who renders services to improve communicative skills of people with language, speech and hearing impairments."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://nucc.org/provider-taxonomy" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "235Z00000N" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "237600000N" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "237700000N" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AudiologistHIPAA"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-SpeechAndOrLanguageAndOrHearingServiceSpecialistOrTechnologis"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------