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

NursingServiceProviderHIPAA

Providers who are trained and educated to perform services in health promotion, disease prevention, acute and chronic care, and restoration of health, and health maintenance across the life span.

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://nucc.org/provider-taxonomy
    CodeDisplay
    164W00000NNursing Service Providers; Licensed Practical NurseAn individual with post-high school vocational training and practical experience in the provision of nursing care at a level less than that required for certification as a Registered Nurse. Requirements for education, experience, licensure, and job responsibilities vary among the states.
    164X00000NNursing Service Providers; Licensed Vocational NurseAn individual with post-high school vocational training and practical experience in the provision of nursing care at a level less than that required for certification as a Registered Nurse. \\[An alternate term for licensed practical nurse arising from difference in occupational titles between states and post-high school training programs and institutions.\\] Requirements for education, experience, licensure, and job responsibilities vary among the states.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-RegisteredNurseHIPAA
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-NursingServiceProviderHIPAA"]; 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.13229" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "NursingServiceProviderHIPAA"]; fhir:ValueSet.title [ fhir:value "NursingServiceProviderHIPAA"]; 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 who are trained and educated to perform services in health promotion, disease prevention, acute and chronic care, and restoration of health, and health maintenance across the life span."]; 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 "164W00000N" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "164X00000N" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-RegisteredNurseHIPAA"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------