1 | XU8P487 ; BT/OAKLAND - POST ROUTINE; 1/31/08
|
---|
2 | ;;8.0;KERNEL;**487**;Jul 10, 1995;Build 2
|
---|
3 | ;;"Per VHA Directive 2004-038, this routine should not be modified".
|
---|
4 | Q
|
---|
5 | POST ;
|
---|
6 | D KILL,ADD,EDIT,EDIT1
|
---|
7 | Q
|
---|
8 | ;
|
---|
9 | ADD ; Add new entries from 1132-1136
|
---|
10 | N XUI,XUPR,XUCL,XUSP,XUX12,XUVAC,XUSPC,XUIEN,XUDATA
|
---|
11 | F XUI=1:1:5 S XUDATA=$T(DATA+XUI) Q:XUDATA=" ;;END" D
|
---|
12 | . S XUDATA=$P(XUDATA,";;",2) Q:XUDATA="END"
|
---|
13 | . S XUIEN=$P(XUDATA,"^"),XUPR=$P(XUDATA,"^",2),XUCL=$P(XUDATA,"^",3),XUSP=$P(XUDATA,"^",4)
|
---|
14 | . S XUX12=$P(XUDATA,"^",5),XUVAC=$P(XUDATA,"^",6),XUSPC=$P(XUDATA,"^",7)
|
---|
15 | . D UPDT(XUIEN,XUPR,XUCL,XUSP,XUX12,XUVAC,XUSPC)
|
---|
16 | Q
|
---|
17 | ;
|
---|
18 | EDIT ;Edit entries 759
|
---|
19 | N FDA
|
---|
20 | S FDA(8932.1,"759,",2)="Procedural Dermatology"
|
---|
21 | D FILE^DIE("","FDA","ZZERR")
|
---|
22 | Q
|
---|
23 | ;
|
---|
24 | UPDT(XUIEN,XUPR,XUCL,XUSP,XUX12,XUVAC,XUSPC) ; add single entry
|
---|
25 | N FDA,FDAIEN S FDAIEN(1)=XUIEN
|
---|
26 | S FDA(8932.1,"+1,",.01)=XUPR,FDA(8932.1,"+1,",1)=XUCL
|
---|
27 | S FDA(8932.1,"+1,",2)=XUSP,FDA(8932.1,"+1,",3)="a"
|
---|
28 | S FDA(8932.1,"+1,",5)=$G(XUVAC),FDA(8932.1,"+1,",6)=XUX12
|
---|
29 | S FDA(8932.1,"+1,",8)=$G(XUSPC)
|
---|
30 | I XUIEN=1136 S FDA(8932.1,"+1,",90002)="N"
|
---|
31 | D UPDATE^DIE("","FDA","FDAIEN","ERR")
|
---|
32 | Q
|
---|
33 | ;
|
---|
34 | EDIT1 ; Update definitions
|
---|
35 | N XUI,XUI1,XUY,XUDATA
|
---|
36 | K ^TMP($J,"XUBA")
|
---|
37 | F XUI=755,759,875,903,905,1132,1133,1134,1135,1136 D
|
---|
38 | . F XUY=1:1:100 S XUDATA=$T(@XUI+XUY) Q:XUDATA=" ;;END" D
|
---|
39 | . . S ^TMP($J,"XUBA",XUI,XUY,0)=$P(XUDATA,";;",2,99)
|
---|
40 | . S XUI1=XUI_","
|
---|
41 | . D WP^DIE(8932.1,XUI1,11,"K","^TMP($J,""XUBA"",XUI)")
|
---|
42 | K ^TMP($J,"XUBA")
|
---|
43 | Q
|
---|
44 | KILL ; kill entries 1132-1136
|
---|
45 | N DIK,DA S DIK="^USC(8932.1," F DA=1132,1133,1134,1135,1136 D ^DIK
|
---|
46 | Q
|
---|
47 | ;
|
---|
48 | DATA ; information of entries from 1132-1136
|
---|
49 | ;;1132^Chiropractic Providers^Chiropractor^Pediatric Chiropractor^111NP0017X^V020900^
|
---|
50 | ;;1133^Other Service Providers^Reflexologist^^173C00000X^V082400^
|
---|
51 | ;;1134^Other Service Providers^Sleep Specialist, PhD^^173F00000X^V082500^
|
---|
52 | ;;1135^Pharmacy Service Providers^Pharmacist^Pharmacist Clinician (PhC)/ Clinical Pharmacy Specialist^1835P0018X^V090106^
|
---|
53 | ;;1136^Agencies^Foster Care Agency^^253J00000X^^
|
---|
54 | ;;END
|
---|
55 | ;
|
---|
56 | ; information of definitions
|
---|
57 | 755 ;
|
---|
58 | ;;The highly-trained surgeons that perform Mohs Micrographic Surgery are
|
---|
59 | ;;specialists both in dermatology and pathology. With their extensive
|
---|
60 | ;;knowledge of the skin and unique pathological skills, they are able to
|
---|
61 | ;;remove only diseased tissue, preserving healthy tissue and minimizing the
|
---|
62 | ;;cosmetic impact of the surgery. Mohs surgeons who belong to the American
|
---|
63 | ;;College of Mohs Surgery (ACMS) have completed a minimum of one year of
|
---|
64 | ;;fellowship training at one of the ACMS-approved training centers in the
|
---|
65 | ;;U.S.
|
---|
66 | ;;
|
---|
67 | ;;Source: American College of Mohs Surgery, 2007
|
---|
68 | ;;
|
---|
69 | ;;Additional Resources: Additional Resources: http://www.mohscollege.org/;
|
---|
70 | ;;American Board of Dermatology, 2007. http://www.abderm.org/
|
---|
71 | ;;END
|
---|
72 | 759 ;
|
---|
73 | ;;Procedural Dermatology, a subspecialty of Dermatology, encompassing a
|
---|
74 | ;;wide variety of surgical procedures and methods to remove or modify skin
|
---|
75 | ;;tissue for health or cosmetic benefit. These methods include scalpel
|
---|
76 | ;;surgery, laser surgery, chemical surgery, cryosurgery (liquid nitrogen),
|
---|
77 | ;;electrosurgery, aspiration surgery, liposuction, injection of filler
|
---|
78 | ;;substances, and Mohs micrographic controlled surgery (a special technique
|
---|
79 | ;;for the removal of growths, especially skin cancers).
|
---|
80 | ;;
|
---|
81 | ;;Source: American Board of Dermatology, 2007
|
---|
82 | ;;
|
---|
83 | ;;Additional Resources: Some ABMS board certified dermatologists have
|
---|
84 | ;;completed a one-year ACGME approved fellowship in Procedural Dermatology,
|
---|
85 | ;;which has been offered since 2003. At this time the ABD does not offer
|
---|
86 | ;;subspecialty certification in Procedural Dermatology.
|
---|
87 | ;;END
|
---|
88 | 875 ;
|
---|
89 | ;;A doctor of osteopathy board eligible/certified in the field of
|
---|
90 | ;;Psychiatry by the American Osteopathic Board of Neurology and Psychiatry
|
---|
91 | ;;is able to obtain a Certificate of Added Qualifications in the field of
|
---|
92 | ;;Addiction Medicine.
|
---|
93 | ;;
|
---|
94 | ;;Source: American Osteopathic Board of Neurology and Psychiatry, 2007
|
---|
95 | ;;
|
---|
96 | ;;Additional Resources:
|
---|
97 | ;;https://www.do-online.org/index.cfm?PageID=edu_main&au=D&SubSubPageID=crt_
|
---|
98 | ;;speclist&SubPageID=crt_main
|
---|
99 | ;;END
|
---|
100 | 903 ;
|
---|
101 | ;;Trauma surgery is a recognized subspecialty of general surgery. Trauma
|
---|
102 | ;;surgeons are physicians who have completed a five-year general surgery
|
---|
103 | ;;residency and usually continue with a one to two year fellowship in
|
---|
104 | ;;trauma and/or surgical critical care, typically leading to additional
|
---|
105 | ;;board certification in surgical critical care. There is no trauma surgery
|
---|
106 | ;;board certification at this point. To obtain board certification in
|
---|
107 | ;;surgical critical care, a fellowship in surgical critical care or
|
---|
108 | ;;anesthesiology critical care must be completed during or after general
|
---|
109 | ;;surgery residency.
|
---|
110 | ;;
|
---|
111 | ;;Source: American Board of Surgery, 2007
|
---|
112 | ;;
|
---|
113 | ;;Additional Resources: http://www.absurgery.org/.
|
---|
114 | ;;END
|
---|
115 | 905 ;
|
---|
116 | ;;A surgical oncologist is a well-qualified surgeon who has obtained
|
---|
117 | ;;additional training and experience in the multidisciplinary approach to
|
---|
118 | ;;the prevention, diagnosis, treatment, and rehabilitation of cancer
|
---|
119 | ;;patients, and devotes a major portion of his or her professional practice
|
---|
120 | ;;to these activities and cancer research.
|
---|
121 | ;;
|
---|
122 | ;;Surgical oncology is a recognized fellowship subspecialty program of
|
---|
123 | ;;surgery. Separate board certification is not currently offered.
|
---|
124 | ;;
|
---|
125 | ;;Source: Society of Surgical Oncology, 2007
|
---|
126 | ;;
|
---|
127 | ;;Additional Resources: http://www.surgonc.org/; American Board of Medical
|
---|
128 | ;;Specialties, 2007, www.abms.org; American Board of Surgery, 2007,
|
---|
129 | ;;http://www.absurgery.org/.
|
---|
130 | ;;END
|
---|
131 | 1132 ;
|
---|
132 | ;;The Pediatric Chiropractor is a chiropractor with specialized, advanced
|
---|
133 | ;;training and certification in the evaluation, care and management of
|
---|
134 | ;;health and wellness conditions of infancy, childhood and adolescence.
|
---|
135 | ;;This specialist provides primary, comprehensive, therapeutic and
|
---|
136 | ;;preventative chiropractic health care for newborns through adolescents.
|
---|
137 | ;;
|
---|
138 | ;;Source: Council on Chiropractic Pediatrics, American Chiropractic
|
---|
139 | ;;Association, 2007
|
---|
140 | ;;END
|
---|
141 | 1133 ;
|
---|
142 | ;;Reflexologists perform a non-invasive complementary modality involving
|
---|
143 | ;;thumb and finger techniques to apply alternating pressure to the reflexes
|
---|
144 | ;;within the reflex maps of the body located on the feet, hands, and outer
|
---|
145 | ;;ears. Reflexologists apply pressure to specific areas (feet, hands, and
|
---|
146 | ;;ears) to promote a response from an area far removed from the tissue
|
---|
147 | ;;stimulated via the nervous system and acupuncture meridians.
|
---|
148 | ;;Reflexologists are recommended to complete a minimum of 200 hours of
|
---|
149 | ;;education, typically including anatomy & physiology, Reflexology theory,
|
---|
150 | ;;body systems, zones, meridians & relaxation response, ethics, business
|
---|
151 | ;;standards, and supervised practicum.
|
---|
152 | ;;
|
---|
153 | ;;Source: National Uniform Claim Committee (based on the American
|
---|
154 | ;;Reflexology Certification Board definition of Reflexology), 2007
|
---|
155 | ;;
|
---|
156 | ;;Additional Resources: Foot and hand reflexology is a scientific art based
|
---|
157 | ;;on the premise that there are zones and reflex areas in the feet and
|
---|
158 | ;;hands which correspond to all body parts. The physical act of applying
|
---|
159 | ;;specific pressures using thumb, finger and hand techniques result in
|
---|
160 | ;;stress reduction which causes a physiological change in the body.
|
---|
161 | ;;Reflexology is a non-invasive, complementary modality involving thumb and
|
---|
162 | ;;finger techniques to apply alternating pressure to reflexes shown on
|
---|
163 | ;;reflex maps of the body located on the feet, hands, and outer ears.
|
---|
164 | ;;
|
---|
165 | ;;American Reflexology Certification Board, www.arcb.net/definiti.htm;
|
---|
166 | ;;Reflexology Association of America, www.reflexology-usa.org/standards.html
|
---|
167 | ;;END
|
---|
168 | 1134 ;
|
---|
169 | ;;Sleep medicine is a clinical specialty with a focus on clinical problems
|
---|
170 | ;;that require accurate diagnosis and treatment. The knowledge base of
|
---|
171 | ;;sleep medicine is derived from many disciplines including neuroanatomy,
|
---|
172 | ;;neurophysiology, respiratory physiology, pharmacology, psychology,
|
---|
173 | ;;psychiatry, neurology, general internal medicine, pulmonary medicine, and
|
---|
174 | ;;pediatrics as well as others.
|
---|
175 | ;;
|
---|
176 | ;;Source: National Uniform Claim Committee (based on American Board of Sleep
|
---|
177 | ;;Medicine), 2007
|
---|
178 | ;;
|
---|
179 | ;;Additional resources: www.absm.org
|
---|
180 | ;;END
|
---|
181 | 1135 ;
|
---|
182 | ;;Pharmacist Clinician/Clinical Pharmacy Specialist is a pharmacist with
|
---|
183 | ;;additional training and an expanded scope of practice that may include
|
---|
184 | ;;prescriptive authority, therapeutic management, and disease management.
|
---|
185 | ;;
|
---|
186 | ;;Source: National Uniform Claim Committee, 2007
|
---|
187 | ;;END
|
---|
188 | 1136 ;
|
---|
189 | ;;A Foster Care Agency is an agency that provides foster care as defined in
|
---|
190 | ;;the Code of Federal Regulations (CFR) as "24-hour substitute care for
|
---|
191 | ;;children outside their own homes." Foster care settings include, but are
|
---|
192 | ;;not limited to, nonrelative foster family homes, relative foster homes
|
---|
193 | ;;(whether payments are being made or not), group homes, emergency
|
---|
194 | ;;shelters, residential facilities, and pre-adoptive homes.
|
---|
195 | ;;
|
---|
196 | ;;Source: Code Of Federal Regulations, Title 45, Volume 4, Part 1355,
|
---|
197 | ;;Section 57
|
---|
198 | ;;END
|
---|