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

PhysicianAssistantsAndOrAdvancedPracticeNursingProviderHIPAA

A broad grouping of providers who are: 1) trained, educated, and certified to perform basic medical and minor surgical services (or to assist the physician in performance of more complex services) under general physician supervision; and 2) trained, educated at a post-graduate level, and certified to perform autonomous and specialized roles as nurse practitioners, midwives, nurse anesthetists, or clinical nurse specialists.

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://nucc.org/provider-taxonomy
    CodeDisplay
    366B00000NPhysician Assistants & Advanced Practice Nursing Providers; Midwife, CertifiedA provider educated in the independent management of women's health and focusing particularly on pregnancy, childbirth, the post-partum period, care of the newborn, family planning and gynecological needs of women and primary care of women. Certification requires education at the post-secondary level in midwifery and health services.
    367500000NPhysician Assistants & Advanced Practice Nursing Providers; Nurse Anesthetist, Certified Registered(1)A licensed registered nurse with advanced specialty education in anesthesia who, in collaboration with appropriate health care professionals, provides preoperative, intraoperative, and postoperative care to patients and assists in management and resuscitation of critical patients in intensive care, coronary care, and emergency situations. Nurse anesthetists are certified following successful completion of credentials and state licensure review and a national examination directed by the Council on Certification of Nurse Anesthetists. (2) A registered nurse who is qualified by special training to administer anesthesia in collaboration with a physician or dentist and who can assist in the care of patients who are in critical condition.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-ClinicalNurseSpecialistHIPAA
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-NursePractitionerHIPAA
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-PhysicianAssistantHIPAA
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-PhysicianAssistantsAndOrAdvancedPracticeNursingProviderHIPAA"]; 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.13363" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "PhysicianAssistantsAndOrAdvancedPracticeNursingProviderHIPAA"]; fhir:ValueSet.title [ fhir:value "PhysicianAssistantsAndOrAdvancedPracticeNursingProviderHIPAA"]; 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 broad grouping of providers who are: 1) trained, educated, and certified to perform basic medical and minor surgical services (or to assist the physician in performance of more complex services) under general physician supervision; and 2) trained, educated at a post-graduate level, and certified to perform autonomous and specialized roles as nurse practitioners, midwives, nurse anesthetists, or clinical nurse specialists."]; 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 "366B00000N" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "367500000N" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ClinicalNurseSpecialistHIPAA"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-NursePractitionerHIPAA"; fhir:index 0; fhir:link ] ], [ fhir:index 3; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-PhysicianAssistantHIPAA"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------