Updated Acknowledgments page
[openemr.git] / sql / openemr-ea-mixed-complete.sql
blobb5b2c142f2980c55f608314ead19f4b1ccbd7629
3 # Table structure for table `customcpt`
6 CREATE TABLE `customcpt` (
7   `id` bigint(20) NOT NULL auto_increment,
8   `code_text` longtext,
9   `code` longtext,
10   `code_type` longtext,
11   PRIMARY KEY  (`id`)
12 ) ENGINE=MyISAM AUTO_INCREMENT=8369 ;
15 # Dumping data for table `customcpt`
18 INSERT INTO `customcpt` VALUES (320, 'BEN SKIN LESION W/MARG, EXCEPT SKIN TAG SCALP/NECK/HANDS/FEET/GENITAL; EXCISE DIAM 1.1-2.0CM', '11422', 'EXCISE');
19 INSERT INTO `customcpt` VALUES (4591, 'CARE ONLY; 4 TO 6 VISITS', '59425', 'ANTEPARTUM');
20 INSERT INTO `customcpt` VALUES (6270, 'DIP STICK/TABLET REAGENT; NON-AUTOMATED, W/O MICROSCOPY', '81002', 'URINALYSIS');
21 INSERT INTO `customcpt` VALUES (8157, 'VISIT, NEW PT, 3 KEY COMPONENTS: EXPAND PROB FOCUS HX; EXPAND PROB FOCUS EXAM; STRTFWD DEC', '99202', 'OFFICE/OP');
22 INSERT INTO `customcpt` VALUES (8158, 'VISIT, NEW PT, 3 KEY COMPONENTS: DETAILED HX; DETAILED EXAM; MED DECISION LOW COMPLEXITY', '99203', 'OFFICE/OP');
23 INSERT INTO `customcpt` VALUES (8159, 'VISIT, NEW PT, 3 KEY COMPONENTS:COMPREHENSIVE HX;COMPREHENSIVE EXAM;MED DECISN MOD COMPLEX', '99204', 'OFFICE/OP');
24 INSERT INTO `customcpt` VALUES (8160, 'VISIT, NEW PT, 3 KEY COMPONENTS:COMPREHENSIVE HX;COMPREHENSIV EXAM;MED DECISN HIGH COMPLEX', '99205', 'OFFICE/OP');
25 INSERT INTO `customcpt` VALUES (8164, 'VISIT, EST PT, 2 KEY COMPONENTS: DETAILED HX; DETAILED EXAM; MED DECISION MOD COMPLEXITY', '99214', 'OFFICE/OP');
26 INSERT INTO `customcpt` VALUES (8165, 'VISIT, EST PT, 2 KEY COMPONENTS:COMPREHENSIVE HX;COMPREHENSIV EXAM;MED DECISN HIGH COMPLEX', '99215', 'OFFICE/OP');
27 INSERT INTO `customcpt` VALUES (8260, 'COMPREHENSIVE PREVENTIVE MEDICINE E&M W/HX/EXAM, NEW PT; 18-39 YR', '99385', 'INITIAL');
28 INSERT INTO `customcpt` VALUES (8268, 'COMPREHENSIVE PREVENTIVE MEDICINE E&M W/HX/EXAM, EST PT; 40-64 YR', '99396', 'PERIODIC');