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

OtherServiceProviderHIPAA

Providers not otherwise classified, who perform or administer services in or related to the delivery or research of health care services, disease, and restoration of health. An individual provider who is not represented in one of the identified categories but whose data may be needed for clinical, operational or administrative processes.

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://nucc.org/provider-taxonomy
    CodeDisplay
    171100000NOther Service Providers; AcupuncturistAn acupuncturist is a person who performs ancient therapy for alleviation of pain, anesthesia and treatment of some diseases. Acupuncturists use long, fine needles inserted into specific points in order to treat painful conditions or produce anesthesia.
    172A00000NOther Service Providers; DriverA person employed to operate a motor vehicle as a carrier of persons or property.
    173000000NOther Service Providers; Legal MedicineThe specialty areas of medicine concerned with matters of, and relations with, substantive law and legal institutions; such as the conduct of medical examinations at crime scenes, performance of autopsies, giving of expert medical testimony in judicial proceedings, medical treatment of inmates of penal institutions, the practice of trauma medicine in law enforcement settings, and other clinical practice and medical science applications in the fields of law, law enforcement, and corrections.
    175F00000NOther Service Providers; NaturopathAn individual who practices naturopathy, a system of therapeutics in which neither surgical nor medicinal agents are used, dependence being placed only on natural (nonmedicinal) forces.
    175L00000NOther Service Providers; HomeopathA provider who is educated and trained in a system of therapeutics in which diseases are treated by drugs which are capable of producing in healthy persons symptoms like those of the disease to be treated. Treatment requires administering a drug in minute doses.
    175M00000NOther Service Providers; Midwife, Lay (Non-nurse)A person qualified by experience and limited specialized training to provide obstetric and neo-natal care in the management of women having normal pregnancy, labor and childbirth. The lay midwife is licensed in some states.
    176P00000NOther Service Providers; Funeral DirectorA person, usually an embalmer, whose business is to arrange for the burial or cremation of the dead and to assist at the funeral rites.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-OtherServiceProviderContractorHIPAA
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-OtherServiceProviderSpecialistHIPAA
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-VeterinarianHIPAA
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-OtherServiceProviderHIPAA"]; 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.13136" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "OtherServiceProviderHIPAA"]; fhir:ValueSet.title [ fhir:value "OtherServiceProviderHIPAA"]; fhir:ValueSet.status [ fhir:value "retired"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "Providers not otherwise classified, who perform or administer services in or related to the delivery or research of health care services, disease, and restoration of health. An individual provider who is not represented in one of the identified categories but whose data may be needed for clinical, operational or administrative processes."]; 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 "171100000N" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "172A00000N" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "173000000N" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "175F00000N" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "175L00000N" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "175M00000N" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "176P00000N" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-OtherServiceProviderContractorHIPAA"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-OtherServiceProviderSpecialistHIPAA"; fhir:index 0; fhir:link ] ], [ fhir:index 3; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-VeterinarianHIPAA"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------