acknowledgments update
[openemr.git] / interface / forms / fee_sheet / codes.php
blob65e4625dab4a0044ef41681f817ff2adae54430c
1 <?php
3 // Change this to 1 if your drop-downs are too wide for 2 columns:
4 $FEE_SHEET_COLUMNS = 2;
6 // The $bcodes table is obsolete. You can customize the dropdowns
7 // now via the Admin/Lists page.
9 /*********************************************************************
10 $bcodes = array();
12 $bcodes['CPT4'] = array();
14 // These are the commonly used CPT codes for YOUR practice.
15 // Change them to suit your needs.
17 $bcodes['CPT4']['Established Patient'] = array(
18 '99211' => 'Brief',
19 '99212' => 'Limited',
20 '99213' => 'Detailed',
21 '99214' => 'Extended',
22 '99215' => 'Comprehensive',
23 '99391' => 'Well Exam Infant (V20.2)',
24 '99392' => 'Well Exam 1-4 Yrs (V20.2)',
25 '99393' => 'Well Exam 5-11 Yrs (V20.2)',
26 '99394' => 'Well Exam 12-17 Yrs (V72.31/V20.2)',
27 '99395' => 'Well Exam 18-39 Yrs (V72.31/V70.0)',
28 '99396' => 'Well Exam 40-64 Yrs (V72.31/V70.0)',
29 '99397' => 'Well Exam 65+ Yrs (V72.31/V70.0)',
31 $bcodes['CPT4']['New Patient'] = array(
32 '99201' => 'Brief',
33 '99202' => 'Limited',
34 '99203' => 'Detailed',
35 '99204' => 'Extended',
36 '99205' => 'Comprehensive',
37 '99381' => 'Well Exam Infant (V20.2)',
38 '99382' => 'Well Exam 1-4 Yrs (V20.2)',
39 '99383' => 'Well Exam 5-11 Yrs (V20.2)',
40 '99384' => 'Well Exam 12-17 Yrs (V72.31/V20.2)',
41 '99385' => 'Well Exam 18-39 Yrs (V72.31/V70.0)',
42 '99386' => 'Well Exam 40-64 Yrs (V72.31/V70.0)',
43 '99387' => 'Well Exam 65+ Yrs (V72.31/V70.0)',
45 $bcodes['CPT4']['Procedures'] = array(
46 '10040' => 'Cyst Removal',
47 '10060' => 'I & D simple/single',
48 '10061' => 'I & D abscess multiple/complex',
49 '10160' => 'Aspiration of abscess/hematoma/ap',
50 '11055' => 'Paring/cutting hypokeratosis-single',
51 '11056' => 'Paring/cutting hypokeratosis (2-4)',
52 '11057' => 'Paring/cutting hypokeratosis > 4',
53 '11100' => 'Biopsy of skin',
54 '11200' => 'Removal of skin tags up to 15',
55 '11305' => 'Shave epidermal lesion <= 0.5 cm',
56 '11730' => 'Avulsion of nail plain (single)',
57 '12001' => 'Wound repair < 2.5 cm',
58 '12032' => 'Wound repair > 2.5 cm < 7.5 cm',
59 '17000' => 'Destruction - one benign lesion',
60 '17003' => 'Destruction other lesions / 2-14',
61 '17004' => 'Destruction other lesions >= 15',
62 '17110' => 'Destr warts <= 14 milla/molloscum',
63 '17111' => 'Destruction warts >= 15',
64 '20600' => 'Arthrocentesis - small joint',
65 '20605' => 'Arthrocentesis - intermediate',
66 '20610' => 'Arthrocentesis - major joint',
67 '26075' => 'Incision/splinter removal - finger',
68 '28190' => 'Foreign body removal - foot',
69 '29130' => 'Finger splint',
70 '29530' => 'Strapping knee',
71 '29540' => 'Strapping ankle',
72 '29550' => 'Strapping toes',
73 '30300' => 'Foreign body removal - nasal',
74 '36550' => 'Flushing portacath',
75 '69200' => 'Foreign body removal - ear canal',
76 '69210' => 'Impacted cerumen removal',
77 '76075-26' => 'Bone density review',
78 '87210' => 'Wet Prep/Reading',
79 '87220' => 'KOH Prep/Reading',
80 '93233' => 'Holter Monitor Review',
81 '93272' => 'Event monitor interpretation',
83 $bcodes['CPT4']['Lab'] = array(
84 '82962' => 'Accucheck',
85 '90788' => 'Admin of Antibiotic',
86 '90782' => 'Admin of Injection',
87 '95115' => 'Allergy injection',
88 '94640' => 'Breating Treatment (aerosol)',
89 '94664' => 'MDI Instruction',
90 '93000' => 'EKG',
91 '99173' => 'Eye acuity screening',
92 '93270' => 'Event monitor hookup/disc',
93 '85018-QW' => 'Hemocue',
94 '82270' => 'Hemoccult',
95 '93231' => 'Holter connect/disconnect',
96 '90780' => 'IV infusion up to one hour',
97 '86308' => 'Monospot',
98 '94760' => 'O2 saturation',
99 '94761' => 'O2 saturation > 1 hour',
100 '85610-QW' => 'Prothrombin time',
101 '87430' => 'Quick strep test',
102 '94375-26' => 'Respiratory Flow Volume Loop',
103 '99000' => 'Specimen handling',
104 '94010' => 'Spirometry Screen',
105 '99070' => 'Supplies Medical splint/aco',
106 '86580' => 'TB skin test',
107 '81002' => 'Urinalysis w/o micro',
108 '81025' => 'Urine pregnancy losl/BHCG',
109 '36415' => 'Venipuncture',
110 'G0107' => 'Screening Hemoccult - Medicare',
112 $bcodes['CPT4']['Immunizations'] = array(
113 '90471' => 'Single Immunization Admin',
114 '90472' => 'Additional Immunization Admin',
115 'G0008' => 'Flu shot / medicare (V06.6)',
116 'G0009' => 'Pneumovax / medicare (V06.6)',
117 '90658' => 'Influenza (V04.8)',
118 '90732' => 'Pneumonia (V03.82)',
119 '90718' => 'Td (V06.5)',
120 '90703' => 'Tot Tox (V03.7)',
122 $bcodes['CPT4']['Consultation and Review'] = array(
123 '99361' => 'Medical Conference 30 min',
124 '99371' => 'Telephone Consultation 1-10 min',
125 '99372' => 'Telephone Consultation 10-20 min',
126 '99374' => 'Physician Supervision H.H. Pt',
127 'G0180' => 'HH Certification Initial',
128 'G0179' => 'HH Recertification',
129 'G0181' => 'Care Plan Oversight',
132 $bcodes['HCPCS'] = array();
134 $bcodes['HCPCS']['Therapeutic Injections'] = array(
135 'J7619' => 'Albuterol unit dose 0.083%',
136 'J1200' => 'Benadryl up to 50 mg',
137 'J3420' => 'B-12 1000 mg',
138 'J0704' => 'Colostone Soluspan',
139 'J0698' => 'Claforan up to 1000 mg',
140 'J0735' => 'Clonidine up to 1 mg',
141 'J1094' => 'Decadron 8 mg/ml',
142 'J1100' => 'Decadron 4 mg/ml',
143 'J1390' => 'Estrogen 20 mg',
144 'J0970' => 'Estrogen 40 mg',
145 'J1820' => 'Insulin up to 100 units',
146 'J1940' => 'Lasix up to 20 mg',
147 'J2000' => 'Lidocaine 1% cc',
148 'J2010' => 'Lincocin up to 300 mg',
149 'J2550' => 'Phenergan up to 50 mg',
150 'J2680' => 'Prolixin 25 mg',
151 'J3410' => 'Vistaril up to 25 mg',
153 *********************************************************************/