acknowledgments page update
[openemr.git] / sql / icd9-codes-replace.sql
blobc1e8be07bd6e6644c909f954d7189c6e10972201
1 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '001.0', '', 'Cholera due to vibrio cholerae' );
2 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '001.1', '', 'Cholera due to vibrio cholerae el tor' );
3 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '001.9', '', 'Cholera unspecified' );
4 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '002.0', '', 'Typhoid fever' );
5 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '002.1', '', 'Paratyphoid fever a' );
6 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '002.2', '', 'Paratyphoid fever b' );
7 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '002.3', '', 'Paratyphoid fever c' );
8 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '002.9', '', 'Paratyphoid fever unspecified' );
9 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.0', '', 'Salmonella gastroenteritis' );
10 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.1', '', 'Salmonella septicemia' );
11 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.20', '', 'Localized salmonella infection unspecified' );
12 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.21', '', 'Salmonella meningitis' );
13 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.22', '', 'Salmonella pneumonia' );
14 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.23', '', 'Salmonella arthritis' );
15 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.24', '', 'Salmonella osteomyelitis' );
16 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.29', '', 'Other localized salmonella infections' );
17 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.8', '', 'Other specified salmonella infections' );
18 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '003.9', '', 'Salmonella infection unspecified' );
19 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.0', '', 'Shigella dysenteriae' );
20 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.1', '', 'Shigella flexneri' );
21 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.2', '', 'Shigella boydii' );
22 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.3', '', 'Shigella sonnei' );
23 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.8', '', 'Other specified shigella infections' );
24 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '004.9', '', 'Shigellosis unspecified' );
25 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.0', '', 'Staphylococcal food poisoning' );
26 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.1', '', 'Botulism food poisoning' );
27 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.2', '', 'Food poisoning due to clostridium perfringens (c. welchii)' );
28 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.3', '', 'Food poisoning due to other clostridia' );
29 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.4', '', 'Food poisoning due to vibrio parahaemolyticus' );
30 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.81', '', 'Food poisoning due to vibrio vulnificus' );
31 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.89', '', 'Other bacterial food poisoning' );
32 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '005.9', '', 'Food poisoning unspecified' );
33 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.0', '', 'Acute amebic dysentery without abscess' );
34 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.1', '', 'Chronic intestinal amebiasis without abscess' );
35 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.2', '', 'Amebic nondysenteric colitis' );
36 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.3', '', 'Amebic liver abscess' );
37 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.4', '', 'Amebic lung abscess' );
38 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.5', '', 'Amebic brain abscess' );
39 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.6', '', 'Amebic skin ulceration' );
40 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.8', '', 'Amebic infection of other sites' );
41 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '006.9', '', 'Amebiasis unspecified' );
42 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.0', '', 'Balantidiasis' );
43 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.1', '', 'Giardiasis' );
44 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.2', '', 'Coccidiosis' );
45 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.3', '', 'Intestinal trichomoniasis' );
46 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.4', '', 'Cryptosporidiosis' );
47 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.5', '', 'Cyclosporiasis' );
48 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.8', '', 'Other specified protozoal intestinal diseases' );
49 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '007.9', '', 'Unspecified protozoal intestinal disease' );
50 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.00', '', 'Intestinal infection due to e. coli unspecified' );
51 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.01', '', 'Intestinal infection due to enteropathogenic e. coli' );
52 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.02', '', 'Intestinal infection due to enterotoxigenic e. coli' );
53 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.03', '', 'Intestinal infection due to enteroinvasive e. coli' );
54 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.04', '', 'Intestinal infection due to enterohemorrhagic e. coli' );
55 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.09', '', 'Intestinal infection due to other intestinal e. coli infections' );
56 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.1', '', 'Intestinal infection due to arizona group of paracolon bacilli' );
57 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.2', '', 'Intestinal infection due to aerobacter aerogenes' );
58 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.3', '', 'Intestinal infection due to proteus (mirabilis) (morganii)' );
59 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.41', '', 'Intestinal infection due to staphylococcus' );
60 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.42', '', 'Intestinal infection due to pseudomonas' );
61 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.43', '', 'Intestinal infection due to campylobacter' );
62 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.44', '', 'Intestinal infection due to yersinia enterocolitica' );
63 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.45', '', 'Intestinal infection due to clostridium difficile' );
64 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.46', '', 'Intestinal infection due to other anaerobes' );
65 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.47', '', 'Intestinal infection due to other gram-negative bacteria' );
66 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.49', '', 'Intestinal infection due to other organisms' );
67 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.5', '', 'Bacterial enteritis unspecified' );
68 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.61', '', 'Enteritis due to rotavirus' );
69 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.62', '', 'Enteritis due to adenovirus' );
70 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.63', '', 'Enteritis due to norwalk virus' );
71 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.64', '', 'Enteritis due to other small round viruses [srv''s]' );
72 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.65', '', 'Enteritis due to calicivirus' );
73 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.66', '', 'Enteritis due to astrovirus' );
74 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.67', '', 'Enteritis due to enterovirus nec' );
75 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.69', '', 'Enteritis due to other viral enteritis' );
76 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '008.8', '', 'Intestinal infection due to other organism not elsewhere classified' );
77 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '009.0', '', 'Infectious colitis enteritis and gastroenteritis' );
78 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '009.1', '', 'Colitis enteritis and gastroenteritis of presumed infectious origin' );
79 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '009.2', '', 'Infectious diarrhea' );
80 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '009.3', '', 'Diarrhea of presumed infectious origin' );
81 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.00', '', 'Primary tuberculous complex unspecified examination' );
82 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.01', '', 'Primary tuberculous complex bacteriological or histological examination not done' );
83 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.02', '', 'Primary tuberculous complex bacteriological or histological examination results unknown (at present)' );
84 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.03', '', 'Primary tuberculous complex tubercle bacilli found (in sputum) by microscopy' );
85 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.04', '', 'Primary tuberculous complex tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
86 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.05', '', 'Primary tuberculous complex tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
87 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.06', '', 'Primary tuberculous complex tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods inoculation of animals)' );
88 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.10', '', 'Tuberculous pleurisy in primary progressive tuberculosis confirmation unspecified' );
89 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.11', '', 'Tuberculous pleurisy in primary progressive tuberculosis bacteriological or histological examination not done' );
90 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.12', '', 'Tuberculous pleurisy in primary progressive tuberculosis bacteriological or histological examination results unknown (at present)' );
91 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.13', '', 'Tuberculous pleurisy in primary progressive tuberculosis tubercle bacilli found (in sputum) by microscopy' );
92 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.14', '', 'Tuberculous pleurisy in primary progressive tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
93 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.15', '', 'Tuberculous pleurisy in primary progressive tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
94 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.16', '', 'Tuberculous pleurisy in primary progressive tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
95 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.80', '', 'Other primary progressive tuberculosis confirmation unspecified' );
96 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.81', '', 'Other primary progressive tuberculosis bacteriological or histological examination not done' );
97 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.82', '', 'Other primary progressive tuberculosis bacteriological or histological examination results unknown (at present)' );
98 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.83', '', 'Other primary progressive tuberculosis tubercle bacilli found (in sputum) by microscopy' );
99 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.84', '', 'Other primary progressive tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.85', '', 'Other primary progressive tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.86', '', 'Other primary progressive tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.90', '', 'Primary tuberculous infection unspecified type confirmation unspecified' );
103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.91', '', 'Primary tuberculous infection unspecified type bacteriological or histological examination not done' );
104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.92', '', 'Primary tuberculous infection unspecified type bacteriological or histological examination results unknown (at present)' );
105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.93', '', 'Primary tuberculous infection unspecified type tubercle bacilli found (in sputum) by microscopy' );
106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.94', '', 'Primary tuberculous infection unspecified type tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.95', '', 'Primary tuberculous infection unspecified type tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '010.96', '', 'Primary tuberculous infection unspecified type tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.00', '', 'Tuberculosis of lung infiltrative confirmation unspecified' );
110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.01', '', 'Tuberculosis of lung infiltrative bacteriological or histological examination not done' );
111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.02', '', 'Tuberculosis of lung infiltrative bacteriological or histological examination results unknown (at present)' );
112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.03', '', 'Tuberculosis of lung infiltrative tubercle bacilli found (in sputum) by microscopy' );
113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.04', '', 'Tuberculosis of lung infiltrative tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.05', '', 'Tuberculosis of lung infiltrative tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.06', '', 'Tuberculosis of lung infiltrative tubercle bacilli not found bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.10', '', 'Tuberculosis of lung nodular unspecified examination' );
117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.11', '', 'Tuberculosis of lung nodular bacteriological or histological examination not done' );
118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.12', '', 'Tuberculosis of lung nodular bacteriological or histological examination results unknown (at present)' );
119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.13', '', 'Tuberculosis of lung nodular tubercle bacilli found (in sputum) by microscopy' );
120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.14', '', 'Tuberculosis of lung nodular tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.15', '', 'Tuberculosis of lung nodular tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.16', '', 'Tuberculosis of lung nodular tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.20', '', 'Tuberculosis of lung with cavitation unspecified examination' );
124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.21', '', 'Tuberculosis of lung with cavitation bacteriological or histological examination not done' );
125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.22', '', 'Tuberculosis of lung with cavitation bacteriological or histological examination results unknown (at present)' );
126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.23', '', 'Tuberculosis of lung with cavitation tubercle bacilli found (in sputum) by microscopy' );
127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.24', '', 'Tuberculosis of lung with cavitation tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.25', '', 'Tuberculosis of lung with cavitation tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.26', '', 'Tuberculosis of lung with cavitation tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.30', '', 'Tuberculosis of bronchus unspecified examination' );
131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.31', '', 'Tuberculosis of bronchus bacteriological or histological examination not done' );
132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.32', '', 'Tuberculosis of bronchus bacteriological or histological examination results unknown (at present)' );
133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.33', '', 'Tuberculosis of bronchus tubercle bacilli found (in sputum) by microscopy' );
134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.34', '', 'Tuberculosis of bronchus tubercle bacilli not found (in sputum) by microscopy but found in bacterial culture' );
135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.35', '', 'Tuberculosis of bronchus tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.36', '', 'Tuberculosis of bronchus tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.40', '', 'Tuberculous fibrosis of lung unspecified examination' );
138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.41', '', 'Tuberculous fibrosis of lung bacteriological or histological examination not done' );
139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.42', '', 'Tuberculous fibrosis of lung bacteriological or histological examination unknown (at present)' );
140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.43', '', 'Tuberculous fibrosis of lung tubercle bacilli found (in sputum) by microscopy' );
141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.44', '', 'Tuberculous fibrosis of lung tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.45', '', 'Tuberculous fibrosis of lung tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.46', '', 'Tuberculous fibrosis of lung tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.50', '', 'Tuberculous bronchiectasis unspecified examination' );
145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.51', '', 'Tuberculous bronchiectasis bacteriological or histological examination not done' );
146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.52', '', 'Tuberculous bronchiectasis bacteriological or histological examination results unknown (at present)' );
147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.53', '', 'Tuberculous bronchiectasis tubercle bacilli found (in sputum) by microscopy' );
148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.54', '', 'Tuberculous bronchiectasis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.55', '', 'Tuberculous bronchiectasis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.56', '', 'Tuberculous bronchiectasis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.60', '', 'Tuberculous pneumonia (any form) unspecified examination' );
152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.61', '', 'Tuberculous pneumonia (any form) bacteriological or histological examination not done' );
153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.62', '', 'Tuberculous pneumonia (any form) bacteriological or histological examination results unknown (at present)' );
154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.63', '', 'Tuberculous pneumonia (any form) tubercle bacilli found (in sputum) by microscopy' );
155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.64', '', 'Tuberculous pneumonia (any form) tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.65', '', 'Tuberculous pneumonia (any form) tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.66', '', 'Tuberculous pneumonia (any form) tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.70', '', 'Tuberculous pneumothorax unspecified examination' );
159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.71', '', 'Tuberculous pneumothorax bacteriological or histological examination not done' );
160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.72', '', 'Tuberculous pneumothorax bacteriological or histological examination results unknown (at present)' );
161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.73', '', 'Tuberculous pneumothorax tubercle bacilli found (in sputum) by microscopy' );
162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.74', '', 'Tuberculous pneumothorax tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.75', '', 'Tuberculous pneumothorax tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.76', '', 'Tuberculous pneumothorax tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.80', '', 'Other specified pulmonary tuberculosis unspecified confirmation' );
166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.81', '', 'Other specified pulmonary tuberculosis bacteriological or histological examination not done' );
167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.82', '', 'Other specified pulmonary tuberculosis bacteriological or histological examination results unknown (at present)' );
168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.83', '', 'Other specified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.84', '', 'Other specified pulmonary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.85', '', 'Other specified pulmonary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.86', '', 'Other specified pulmonary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.90', '', 'Unspecified pulmonary tuberculosis confirmation unspecified' );
173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.91', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination not done' );
174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.92', '', 'Unspecified pulmonary tuberculosis bacteriological or histological examination results unknown (at present)' );
175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.93', '', 'Unspecified pulmonary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.94', '', 'Unspecified pulmonary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.95', '', 'Unspecified pulmonary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '011.96', '', 'Unspecified pulmonary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.00', '', 'Tuberculous pleurisy confirmation unspecified' );
180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.01', '', 'Tuberculous pleurisy bacteriological or histological examination not done' );
181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.02', '', 'Tuberculous pleurisy bacteriological or histological examination results unknown (at present)' );
182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.03', '', 'Tuberculous pleurisy tubercle bacilli found (in sputum) by microscopy' );
183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.04', '', 'Tuberculous pleurisy tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.05', '', 'Tuberculous pleurisy tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.06', '', 'Tuberculous pleurisy tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.10', '', 'Tuberculosis of intrathoracic lymph nodes confirmation unspecified' );
187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.11', '', 'Tuberculosis of intrathoracic lymph nodes bacteriological or histological examination not done' );
188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.12', '', 'Tuberculosis of intrathoracic lymph nodes bacteriological or histological examination results unknown (at present)' );
189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.13', '', 'Tuberculosis of intrathoracic lymph nodes tubercle bacilli found (in sputum) by microscopy' );
190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.14', '', 'Tuberculosis of intrathoracic lymph nodes tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.15', '', 'Tuberculosis of intrathoracic lymph nodes tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.16', '', 'Tuberculosis of intrathoracic lymph nodes tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.20', '', 'Isolated tracheal or bronchial tuberculosis unspecified examination' );
194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.21', '', 'Isolated tracheal or bronchial tuberculosis bacteriological or histological examination not done' );
195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.22', '', 'Isolated tracheal or bronchial tuberculosis bacteriological or histological examination results unknown (at present)' );
196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.23', '', 'Isolated tracheal or bronchial tuberculosis tubercle bacilli found (in sputum) by microscopy' );
197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.24', '', 'Isolated tracheal or bronchial tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.25', '', 'Isolated tracheal or bronchial tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.26', '', 'Isolated tracheal or bronchial tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.30', '', 'Tuberculous laryngitis unspecified examination' );
201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.31', '', 'Tuberculous laryngitis bacteriological or histological examination not done' );
202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.32', '', 'Tuberculous laryngitis bacteriological or histological examination results unknown (at present)' );
203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.33', '', 'Tuberculous laryngitis tubercle bacilli found (in sputum) by microscopy' );
204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.34', '', 'Tuberculous laryngitis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.35', '', 'Tuberculous laryngitis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.36', '', 'Tuberculous laryngitis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.80', '', 'Other specified respiratory tuberculosis unspecified examination' );
208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.81', '', 'Other specified respiratory tuberculosis bacteriological or histological examination not done' );
209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.82', '', 'Other specified respiratory tuberculosis bacteriological or histological examination results unknown (at present)' );
210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.83', '', 'Other specified respiratory tuberculosis tubercle bacilli found (in sputum) by microscopy' );
211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.84', '', 'Other specified respiratory tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.85', '', 'Other specified respiratory tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '012.86', '', 'Other specified respiratory tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.00', '', 'Tuberculous meningitis unspecified examination' );
215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.01', '', 'Tuberculous meningitis bacteriological or histological examination not done' );
216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.02', '', 'Tuberculous meningitis bacteriological or histological examination results unknown (at present)' );
217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.03', '', 'Tuberculous meningitis tubercle bacilli found (in sputum) by microscopy' );
218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.04', '', 'Tuberculous meningitis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.05', '', 'Tuberculous meningitis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.06', '', 'Tuberculous meningitis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.10', '', 'Tuberculoma of meninges unspecified examination' );
222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.11', '', 'Tuberculoma of meninges bacteriological or histological examination not done' );
223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.12', '', 'Tuberculoma of meninges bacteriological or histological examination results unknown (at present)' );
224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.13', '', 'Tuberculoma of meninges tubercle bacilli found (in sputum) by microscopy' );
225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.14', '', 'Tuberculoma of meninges tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.15', '', 'Tuberculoma of meninges tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.16', '', 'Tuberculoma of meninges tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.20', '', 'Tuberculoma of brain unspecified examination' );
229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.21', '', 'Tuberculoma of brain bacteriological or histological examination not done' );
230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.22', '', 'Tuberculoma of brain bacteriological or histological examination results unknown (at present)' );
231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.23', '', 'Tuberculoma of brain tubercle bacilli found (in sputum) by microscopy' );
232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.24', '', 'Tuberculoma of brain tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.25', '', 'Tuberculoma of brain tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.26', '', 'Tuberculoma of brain tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.30', '', 'Tuberculous abscess of brain unspecified examination' );
236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.31', '', 'Tuberculous abscess of brain bacteriological or histological examination not done' );
237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.32', '', 'Tuberculous abscess of brain bacteriological or histological examination results unknown (at present)' );
238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.33', '', 'Tuberculous abscess of brain tubercle bacilli found (in sputum) by microscopy' );
239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.34', '', 'Tuberculous abscess of brain tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.35', '', 'Tuberculous abscess of brain tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.36', '', 'Tuberculous abscess of brain tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.40', '', 'Tuberculoma of spinal cord unspecified examination' );
243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.41', '', 'Tuberculoma of spinal cord bacteriological or histological examination not done' );
244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.42', '', 'Tuberculoma of spinal cord bacteriological or histological examination results unknown (at present)' );
245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.43', '', 'Tuberculoma of spinal cord tubercle bacilli found (in sputum) by microscopy' );
246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.44', '', 'Tuberculoma of spinal cord tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.45', '', 'Tuberculoma of spinal cord tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.46', '', 'Tuberculoma of spinal cord tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.50', '', 'Tuberculous abscess of spinal cord unspecified examination' );
250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.51', '', 'Tuberculous abscess of spinal cord bacteriological or histological examination not done' );
251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.52', '', 'Tuberculous abscess of spinal cord bacteriological or histological examination results unknown (at present)' );
252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.53', '', 'Tuberculous abscess of spinal cord tubercle bacilli found (in sputum) by microscopy' );
253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.54', '', 'Tuberculous abscess of spinal cord tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.55', '', 'Tuberculous abscess of spinal cord tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.56', '', 'Tuberculous abscess of spinal cord tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.60', '', 'Tuberculous encephalitis or myelitis unspecified examination' );
257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.61', '', 'Tuberculous encephalitis or myelitis bacteriological or histological examination not done' );
258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.62', '', 'Tuberculous encephalitis or myelitis bacteriological or histological examination results unknown (at present)' );
259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.63', '', 'Tuberculous encephalitis or myelitis tubercle bacilli found (in sputum) by microscopy' );
260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.64', '', 'Tuberculous encephalitis or myelitis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.65', '', 'Tuberculous encephalitis or myelitis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.66', '', 'Tuberculous encephalitis or myelitis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.80', '', 'Other specified tuberculosis of central nervous system unspecified examination' );
264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.81', '', 'Other specified tuberculosis of central nervous system bacteriological or histological examination not done' );
265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.82', '', 'Other specified tuberculosis of central nervous system bacteriological or histological examination results unknown (at present)' );
266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.83', '', 'Other specified tuberculosis of central nervous system tubercle bacilli found (in sputum) by microscopy' );
267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.84', '', 'Other specified tuberculosis of central nervous system tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.85', '', 'Other specified tuberculosis of central nervous system tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.86', '', 'Other specified tuberculosis of central nervous system tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.90', '', 'Unspecified tuberculosis of central nervous system unspecified examination' );
271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.91', '', 'Unspecified tuberculosis of central nervous system bacteriological or histological examination not done' );
272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.92', '', 'Unspecified tuberculosis of central nervous system bacteriological or histological examination results unknown (at present)' );
273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.93', '', 'Unspecified tuberculosis of central nervous system tubercle bacilli found (in sputum) by microscopy' );
274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.94', '', 'Unspecified tuberculosis of central nervous system tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.95', '', 'Unspecified tuberculosis of central nervous system tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '013.96', '', 'Unspecified tuberculosis of central nervous system tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.00', '', 'Tuberculous peritonitis unspecified examination' );
278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.01', '', 'Tuberculous peritonitis bacteriological or histological examination not done' );
279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.02', '', 'Tuberculous peritonitis bacteriological or histological examination results unknown (at present)' );
280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.03', '', 'Tuberculous peritonitis tubercle bacilli found (in sputum) by microscopy' );
281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.04', '', 'Tuberculous peritonitis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.05', '', 'Tuberculous peritonitis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.06', '', 'Tuberculous peritonitis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.80', '', 'Other tuberculosis of intestines and mesenteric glands unspecified examination' );
285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.81', '', 'Other tuberculosis of intestines and mesenteric glands bacteriological or histological examination not done' );
286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.82', '', 'Other tuberculosis of intestines and mesenteric glands bacteriological or histological examination results unknown (at present)' );
287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.83', '', 'Other tuberculosis of intestines and mesenteric glands tubercle bacilli found (in sputum) by microscopy' );
288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.84', '', 'Other tuberculosis of intestines and mesenteric glands tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.85', '', 'Other tuberculosis of intestines and mesenteric glands tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '014.86', '', 'Other tuberculosis of intestines and mesenteric glands tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.00', '', 'Tuberculosis of vertebral column unspecified examination' );
292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.01', '', 'Tuberculosis of vertebral column bacteriological or histological examination not done' );
293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.02', '', 'Tuberculosis of vertebral column bacteriological or histological examination results unknown (at present)' );
294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.03', '', 'Tuberculosis of vertebral column tubercle bacilli found (in sputum) by microscopy' );
295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.04', '', 'Tuberculosis of vertebral column tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.05', '', 'Tuberculosis of vertebral column tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.06', '', 'Tuberculosis of vertebral column tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.10', '', 'Tuberculosis of hip unspecified examination' );
299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.11', '', 'Tuberculosis of hip bacteriological or histological examination not done' );
300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.12', '', 'Tuberculosis of hip bacteriological or histological examination results unknown (at present)' );
301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.13', '', 'Tuberculosis of hip tubercle bacilli found (in sputum) by microscopy' );
302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.14', '', 'Tuberculosis of hip tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.15', '', 'Tuberculosis of hip tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.16', '', 'Tuberculosis of hip tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.20', '', 'Tuberculosis of knee unspecified examination' );
306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.21', '', 'Tuberculosis of knee bacteriological or histological examination not done' );
307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.22', '', 'Tuberculosis of knee bacteriological or histological examination results unknown (at present)' );
308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.23', '', 'Tuberculosis of knee tubercle bacilli found (in sputum) by microscopy' );
309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.24', '', 'Tuberculosis of knee tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.25', '', 'Tuberculosis of knee tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.26', '', 'Tuberculosis of knee tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.50', '', 'Tuberculosis of limb bones unspecified examination' );
313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.51', '', 'Tuberculosis of limb bones bacteriological or histological examination not done' );
314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.52', '', 'Tuberculosis of limb bones bacteriological or histological examination results unknown (at present)' );
315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.53', '', 'Tuberculosis of limb bones tubercle bacilli found (in sputum) by microscopy' );
316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.54', '', 'Tuberculosis of limb bones tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.55', '', 'Tuberculosis of limb bones tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.56', '', 'Tuberculosis of limb bones tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.60', '', 'Tuberculosis of mastoid unspecified examination' );
320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.61', '', 'Tuberculosis of mastoid bacteriological or histological examination not done' );
321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.62', '', 'Tuberculosis of mastoid bacteriological or histological examination results unknown (at present)' );
322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.63', '', 'Tuberculosis of mastoid tubercle bacilli found (in sputum) by microscopy' );
323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.64', '', 'Tuberculosis of mastoid tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.65', '', 'Tuberculosis of mastoid tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.66', '', 'Tuberculosis of mastoid tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.70', '', 'Tuberculosis of other specified bone unspecified examination' );
327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.71', '', 'Tuberculosis of other specified bone bacteriological or histological examination not done' );
328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.72', '', 'Tuberculosis of other specified bone bacteriological or histological examination results unknown (at present)' );
329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.73', '', 'Tuberculosis of other specified bone tubercle bacilli found (in sputum) by microscopy' );
330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.74', '', 'Tuberculosis of other specified bone tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.75', '', 'Tuberculosis of other specified bone tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.76', '', 'Tuberculosis of other specified bone tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.80', '', 'Tuberculosis of other specified joint unspecified examination' );
334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.81', '', 'Tuberculosis of other specified joint bacteriological or histological examination not done' );
335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.82', '', 'Tuberculosis of other specified joint bacteriological or histological examination results unknown (at present)' );
336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.83', '', 'Tuberculosis of other specified joint tubercle bacilli found (in sputum) by microscopy' );
337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.84', '', 'Tuberculosis of other specified joint tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.85', '', 'Tuberculosis of other specified joint tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.86', '', 'Tuberculosis of other specified joint tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.90', '', 'Tuberculosis of unspecified bones and joints unspecified examination' );
341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.91', '', 'Tuberculosis of unspecified bones and joints bacteriological or histological examination not done' );
342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.92', '', 'Tuberculosis of unspecified bones and joints bacteriological or histological examination results unknown (at present)' );
343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.93', '', 'Tuberculosis of unspecified bones and joints tubercle bacilli found (in sputum) by microscopy' );
344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.94', '', 'Tuberculosis of unspecified bones and joints tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.95', '', 'Tuberculosis of unspecified bones and joints tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '015.96', '', 'Tuberculosis of unspecified bones and joints tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.00', '', 'Tuberculosis of kidney unspecified examination' );
348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.01', '', 'Tuberculosis of kidney bacteriological or histological examination not done' );
349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.02', '', 'Tuberculosis of kidney bacteriological or histological examination results unknown (at present)' );
350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.03', '', 'Tuberculosis of kidney tubercle bacilli found (in sputum) by microscopy' );
351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.04', '', 'Tuberculosis of kidney tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.05', '', 'Tuberculosis of kidney tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.06', '', 'Tuberculosis of kidney tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.10', '', 'Tuberculosis of bladder unspecified examination' );
355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.11', '', 'Tuberculosis of bladder bacteriological or histological examination not done' );
356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.12', '', 'Tuberculosis of bladder bacteriological or histological examination results unknown (at present)' );
357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.13', '', 'Tuberculosis of bladder tubercle bacilli found (in sputum) by microscopy' );
358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.14', '', 'Tuberculosis of bladder tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.15', '', 'Tuberculosis of bladder tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.16', '', 'Tuberculosis of bladder tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.20', '', 'Tuberculosis of ureter unspecified examination' );
362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.21', '', 'Tuberculosis of ureter bacteriological or histological examination not done' );
363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.22', '', 'Tuberculosis of ureter bacteriological or histological examination results unknown (at present)' );
364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.23', '', 'Tuberculosis of ureter tubercle bacilli found (in sputum) by microscopy' );
365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.24', '', 'Tuberculosis of ureter tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.25', '', 'Tuberculosis of ureter tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.26', '', 'Tuberculosis of ureter tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.30', '', 'Tuberculosis of other urinary organs unspecified examination' );
369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.31', '', 'Tuberculosis of other urinary organs bacteriological or histological examination not done' );
370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.32', '', 'Tuberculosis of other urinary organs bacteriological or histological examination results unknown (at present)' );
371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.33', '', 'Tuberculosis of other urinary organs tubercle bacilli found (in sputum) by microscopy' );
372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.34', '', 'Tuberculosis of other urinary organs tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.35', '', 'Tuberculosis of other urinary organs tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.36', '', 'Tuberculosis of other urinary organs tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.40', '', 'Tuberculosis of epididymis unspecified examination' );
376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.41', '', 'Tuberculosis of epididymis bacteriological or histological examination not done' );
377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.42', '', 'Tuberculosis of epididymis bacteriological or histological examination results unknown (at present)' );
378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.43', '', 'Tuberculosis of epididymis tubercle bacilli found (in sputum) by microscopy' );
379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.44', '', 'Tuberculosis of epididymis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.45', '', 'Tuberculosis of epididymis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.46', '', 'Tuberculosis of epididymis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.50', '', 'Tuberculosis of other male genital organs unspecified examination' );
383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.51', '', 'Tuberculosis of other male genital organs bacteriological or histological examination not done' );
384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.52', '', 'Tuberculosis of other male genital organs bacteriological or histological examination results unknown (at present)' );
385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.53', '', 'Tuberculosis of other male genital organs tubercle bacilli found (in sputum) by microscopy' );
386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.54', '', 'Tuberculosis of other male genital organs tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.55', '', 'Tuberculosis of other male genital organs tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.56', '', 'Tuberculosis of other male genital organs tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.60', '', 'Tuberculous oophoritis and salpingitis unspecified examination' );
390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.61', '', 'Tuberculous oophoritis and salpingitis bacteriological or histological examination not done' );
391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.62', '', 'Tuberculous oophoritis and salpingitis bacteriological or histological examination results unknown (at present)' );
392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.63', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli found (in sputum) by microscopy' );
393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.64', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.65', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.66', '', 'Tuberculous oophoritis and salpingitis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.70', '', 'Tuberculosis of other female genital organs unspecified examination' );
397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.71', '', 'Tuberculosis of other female genital organs bacteriological or histological examination not done' );
398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.72', '', 'Tuberculosis of other female genital organs bacteriological or histological examination results unknown (at present)' );
399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.73', '', 'Tuberculosis of other female genital organs tubercle bacilli found (in sputum) by microscopy' );
400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.74', '', 'Tuberculosis of other female genital organs tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.75', '', 'Tuberculosis of other female genital organs tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.76', '', 'Tuberculosis of other female genital organs tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.90', '', 'Unspecified genitourinary tuberculosis unspecified examination' );
404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.91', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination not done' );
405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.92', '', 'Unspecified genitourinary tuberculosis bacteriological or histological examination results unknown (at present)' );
406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.93', '', 'Unspecified genitourinary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.94', '', 'Unspecified genitourinary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.95', '', 'Unspecified genitourinary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '016.96', '', 'Unspecified genitourinary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.00', '', 'Tuberculosis of skin and subcutaneous cellular tissue unspecified examination' );
411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.01', '', 'Tuberculosis of skin and subcutaneous cellular tissue bacteriological or histological examination not done' );
412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.02', '', 'Tuberculosis of skin and subcutaneous cellular tissue bacteriological or histological examination results unknown (at present)' );
413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.03', '', 'Tuberculosis of skin and subcutaneous cellular tissue tubercle bacilli found (in sputum) by microscopy' );
414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.04', '', 'Tuberculosis of skin and subcutaneous cellular tissue tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.05', '', 'Tuberculosis of skin and subcutaneous cellular tissue tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.06', '', 'Tuberculosis of skin and subcutaneous cellular tissue tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.10', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis unspecified examination' );
418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.11', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis bacteriological or histological examination not done' );
419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.12', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis bacteriological or histological examination results unknown (at present)' );
420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.13', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis tubercle bacilli found (in sputum) by microscopy' );
421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.14', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.15', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.16', '', 'Erythema nodosum with hypersensitivity reaction in tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.20', '', 'Tuberculosis of peripheral lymph nodes unspecified examination' );
425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.21', '', 'Tuberculosis of peripheral lymph nodes bacteriological or histological examination not done' );
426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.22', '', 'Tuberculosis of peripheral lymph nodes bacteriological or histological examination results unknown (at present)' );
427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.23', '', 'Tuberculosis of peripheral lymph nodes tubercle bacilli found (in sputum) by microscopy' );
428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.24', '', 'Tuberculosis of peripheral lymph nodes tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.25', '', 'Tuberculosis of peripheral lymph nodes tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.26', '', 'Tuberculosis of peripheral lymph nodes tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.30', '', 'Tuberculosis of eye unspecified examination' );
432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.31', '', 'Tuberculosis of eye bacteriological or histological examination not done' );
433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.32', '', 'Tuberculosis of eye bacteriological or histological examination results unknown (at present)' );
434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.33', '', 'Tuberculosis of eye tubercle bacilli found (in sputum) by microscopy' );
435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.34', '', 'Tuberculosis of eye tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.35', '', 'Tuberculosis of eye tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.36', '', 'Tuberculosis of eye tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.40', '', 'Tuberculosis of ear unspecified examination' );
439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.41', '', 'Tuberculosis of ear bacteriological or histological examination not done' );
440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.42', '', 'Tuberculosis of ear bacteriological or histological examination results unknown (at present)' );
441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.43', '', 'Tuberculosis of ear tubercle bacilli found (in sputum) by microscopy' );
442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.44', '', 'Tuberculosis of ear tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.45', '', 'Tuberculosis of ear tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.46', '', 'Tuberculosis of ear tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.50', '', 'Tuberculosis of thyroid gland unspecified origin' );
446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.51', '', 'Tuberculosis of thyroid gland bacteriological or histological examination not done' );
447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.52', '', 'Tuberculosis of thyroid gland bacteriological or histological examination results unknown (at present)' );
448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.53', '', 'Tuberculosis of thyroid gland tubercle bacilli found (in sputum) by microscopy' );
449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.54', '', 'Tuberculosis of thyroid gland tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.55', '', 'Tuberculosis of thyroid gland tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.56', '', 'Tuberculosis of thyroid gland tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.60', '', 'Tuberculosis of adrenal glands unspecified examination' );
453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.61', '', 'Tuberculosis of adrenal glands bacteriological or histological examination not done' );
454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.62', '', 'Tuberculosis of adrenal glands bacteriological or histological examination results unknown (at present)' );
455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.63', '', 'Tuberculosis of adrenal glands tubercle bacilli found (in sputum) by microscopy' );
456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.64', '', 'Tuberculosis of adrenal glands tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.65', '', 'Tuberculosis of adrenal glands tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.66', '', 'Tuberculosis of adrenal glands tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.70', '', 'Tuberculosis of spleen unspecified examination' );
460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.71', '', 'Tuberculosis of spleen bacteriological or histological examination not done' );
461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.72', '', 'Tuberculosis of spleen bacteriological or histological examination results unknown (at present)' );
462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.73', '', 'Tuberculosis of spleen tubercle bacilli found (in sputum) by microscopy' );
463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.74', '', 'Tuberculosis of spleen tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.75', '', 'Tuberculosis of spleen tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.76', '', 'Tuberculosis of spleen tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.80', '', 'Tuberculosis of esophagus unspecified examination' );
467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.81', '', 'Tuberculosis of esophagus bacteriological or histological examination not done' );
468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.82', '', 'Tuberculosis of esophagus bacteriological or histological examination results unknown (at present)' );
469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.83', '', 'Tuberculosis of esophagus tubercle bacilli found (in sputum) by microscopy' );
470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.84', '', 'Tuberculosis of esophagus tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.85', '', 'Tuberculosis of esophagus tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.86', '', 'Tuberculosis of esophagus tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.90', '', 'Tuberculosis of other specified organs unspecified examination' );
474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.91', '', 'Tuberculosis of other specified organs bacteriological or histological examination not done' );
475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.92', '', 'Tuberculosis of other specified organs bacteriological or histological examination results unknown (at present)' );
476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.93', '', 'Tuberculosis of other specified organs tubercle bacilli found (in sputum) by microscopy' );
477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.94', '', 'Tuberculosis of other specified organs tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.95', '', 'Tuberculosis of other specified organs tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '017.96', '', 'Tuberculosis of other specified organs tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.00', '', 'Acute miliary tuberculosis unspecified examination' );
481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.01', '', 'Acute miliary tuberculosis bacteriological or histological examination not done' );
482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.02', '', 'Acute miliary tuberculosis bacteriological or histological examination results unknown (at present)' );
483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.03', '', 'Acute miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.04', '', 'Acute miliary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.05', '', 'Acute miliary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.06', '', 'Acute miliary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.80', '', 'Other specified miliary tuberculosis unspecified examination' );
488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.81', '', 'Other specified miliary tuberculosis bacteriological or histological examination not done' );
489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.82', '', 'Other specified miliary tuberculosis bacteriological or histological examination results unknown (at present)' );
490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.83', '', 'Other specified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.84', '', 'Other specified miliary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.85', '', 'Other specified miliary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.86', '', 'Other specified miliary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.90', '', 'Unspecified miliary tuberculosis unspecified examination' );
495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.91', '', 'Unspecified miliary tuberculosis bacteriological or histological examination not done' );
496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.92', '', 'Unspecified miliary tuberculosis bacteriological or histological examination results unknown (at present)' );
497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.93', '', 'Unspecified miliary tuberculosis tubercle bacilli found (in sputum) by microscopy' );
498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.94', '', 'Unspecified miliary tuberculosis tubercle bacilli not found (in sputum) by microscopy but found by bacterial culture' );
499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.95', '', 'Unspecified miliary tuberculosis tubercle bacilli not found by bacteriological examination but tuberculosis confirmed histologically' );
500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '018.96', '', 'Unspecified miliary tuberculosis tubercle bacilli not found by bacteriological or histological examination but tuberculosis confirmed by other methods (inoculation of animals)' );
501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.0', '', 'Bubonic plague' );
502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.1', '', 'Cellulocutaneous plague' );
503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.2', '', 'Septicemic plague' );
504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.3', '', 'Primary pneumonic plague' );
505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.4', '', 'Secondary pneumonic plague' );
506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.5', '', 'Pneumonic plague unspecified' );
507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.8', '', 'Other specified types of plague' );
508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '020.9', '', 'Plague unspecified' );
509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.0', '', 'Ulceroglandular tularemia' );
510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.1', '', 'Enteric tularemia' );
511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.2', '', 'Pulmonary tularemia' );
512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.3', '', 'Oculoglandular tularemia' );
513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.8', '', 'Other specified tularemia' );
514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '021.9', '', 'Unspecified tularemia' );
515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.0', '', 'Cutaneous anthrax' );
516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.1', '', 'Pulmonary anthrax' );
517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.2', '', 'Gastrointestinal anthrax' );
518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.3', '', 'Anthrax septicemia' );
519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.8', '', 'Other specified manifestations of anthrax' );
520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '022.9', '', 'Anthrax unspecified' );
521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.0', '', 'Brucella melitensis' );
522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.1', '', 'Brucella abortus' );
523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.2', '', 'Brucella suis' );
524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.3', '', 'Brucella canis' );
525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.8', '', 'Other brucellosis' );
526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '023.9', '', 'Brucellosis unspecified' );
527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '024', '', 'Glanders' );
528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '025', '', 'Melioidosis' );
529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '026.0', '', 'Spirillary fever' );
530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '026.1', '', 'Streptobacillary fever' );
531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '026.9', '', 'Unspecified rat-bite fever' );
532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '027.0', '', 'Listeriosis' );
533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '027.1', '', 'Erysipelothrix infection' );
534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '027.2', '', 'Pasteurellosis' );
535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '027.8', '', 'Other specified zoonotic bacterial diseases' );
536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '027.9', '', 'Unspecified zoonotic bacterial disease' );
537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.0', '', 'Lepromatous leprosy (type l)' );
538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.1', '', 'Tuberculoid leprosy (type t)' );
539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.2', '', 'Indeterminate leprosy (group i)' );
540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.3', '', 'Borderline leprosy (group b)' );
541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.8', '', 'Other specified leprosy' );
542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '030.9', '', 'Leprosy unspecified' );
543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '031.0', '', 'Pulmonary diseases due to other mycobacteria' );
544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '031.1', '', 'Cutaneous diseases due to other mycobacteria' );
545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '031.2', '', 'Disseminated mycobacterium' );
546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '031.8', '', 'Other specified mycobacterial diseases' );
547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '031.9', '', 'Unspecified diseases due to mycobacteria' );
548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.0', '', 'Faucial diphtheria' );
549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.1', '', 'Nasopharyngeal diphtheria' );
550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.2', '', 'Anterior nasal diphtheria' );
551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.3', '', 'Laryngeal diphtheria' );
552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.81', '', 'Conjunctival diphtheria' );
553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.82', '', 'Diphtheritic myocarditis' );
554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.83', '', 'Diphtheritic peritonitis' );
555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.84', '', 'Diphtheritic cystitis' );
556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.85', '', 'Cutaneous diphtheria' );
557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.89', '', 'Other specified diphtheria' );
558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '032.9', '', 'Diphtheria unspecified' );
559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '033.0', '', 'Whooping cough due to bordetella pertussis (b. pertussis)' );
560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '033.1', '', 'Whooping cough due to bordetella parapertussis (b. parapertussis)' );
561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '033.8', '', 'Whooping cough due to other specified organism' );
562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '033.9', '', 'Whooping cough unspecified organism' );
563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '034.0', '', 'Streptococcal sore throat' );
564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '034.1', '', 'Scarlet fever' );
565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '035', '', 'Erysipelas' );
566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.0', '', 'Meningococcal meningitis' );
567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.1', '', 'Meningococcal encephalitis' );
568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.2', '', 'Meningococcemia' );
569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.3', '', 'Waterhouse-friderichsen syndrome meningococcal' );
570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.40', '', 'Meningococcal carditis unspecified' );
571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.41', '', 'Meningococcal pericarditis' );
572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.42', '', 'Meningococcal endocarditis' );
573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.43', '', 'Meningococcal myocarditis' );
574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.81', '', 'Meningococcal optic neuritis' );
575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.82', '', 'Meningococcal arthropathy' );
576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.89', '', 'Other specified meningococcal infections' );
577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '036.9', '', 'Meningococcal infection unspecified' );
578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '037', '', 'Tetanus' );
579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.0', '', 'Streptococcal septicemia' );
580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.10', '', 'Staphylococcal septicemia unspecified' );
581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.11', '', 'Methicillin susceptible staphylococcus aureus septicemia' );
582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.12', '', 'Methicillin resistant staphylococcus aureus septicemia' );
583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.19', '', 'Other staphylococcal septicemia' );
584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.2', '', 'Pneumococcal septicemia' );
585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.3', '', 'Septicemia due to anaerobes' );
586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.40', '', 'Septicemia due to gram-negative organism unspecified' );
587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.41', '', 'Septicemia due to hemophilus influenzae [h. influenzae]' );
588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.42', '', 'Septicemia due to escherichia coli [e. coli]' );
589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.43', '', 'Septicemia due to pseudomonas' );
590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.44', '', 'Septicemia due to serratia' );
591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.49', '', 'Other septicemia due to gram-negative organisms' );
592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.8', '', 'Other specified septicemias' );
593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '038.9', '', 'Unspecified septicemia' );
594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.0', '', 'Cutaneous actinomycotic infection' );
595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.1', '', 'Pulmonary actinomycotic infection' );
596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.2', '', 'Abdominal actinomycotic infection' );
597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.3', '', 'Cervicofacial actinomycotic infection' );
598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.4', '', 'Madura foot' );
599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.8', '', 'Actinomycotic infection of other specified sites' );
600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '039.9', '', 'Actinomycotic infection of unspecified site' );
601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.0', '', 'Gas gangrene' );
602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.1', '', 'Rhinoscleroma' );
603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.2', '', 'Whipple''s disease' );
604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.3', '', 'Necrobacillosis' );
605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.41', '', 'Infant botulism' );
606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.42', '', 'Wound botulism' );
607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.81', '', 'Tropical pyomyositis' );
608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.82', '', 'Toxic shock syndrome' );
609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '040.89', '', 'Other specified bacterial diseases' );
610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.00', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus unspecified' );
611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.01', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus group a' );
612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.02', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus group b' );
613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.03', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus group c' );
614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.04', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus group d [enterococcus]' );
615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.05', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site streptococcus group g' );
616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.09', '', 'Streptococcus infection in conditions classified elsewhere and of unspecified site other streptococcus' );
617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.10', '', 'Staphylococcus infection in conditions classified elsewhere and of unspecified site staphylococcus unspecified' );
618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.11', '', 'Methicillin susceptible staphylococcus aureus' );
619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.12', '', 'Methicillin resistant staphylococcus aureus' );
620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.19', '', 'Staphylococcus infection in conditions classified elsewhere and of unspecified site other staphylococcus' );
621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.2', '', 'Pneumococcus infection in conditions classified elsewhere and of unspecified site' );
622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.3', '', 'Klebsiella pneumoniae' );
623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.4', '', 'Escherichia coli [e. coli] infection in conditions classified elsewhere and of unspecified site' );
624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.5', '', 'Hemophilus influenzae [h. influenzae] infection in conditions classified elsewhere and of unspecified site' );
625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.6', '', 'Proteus (mirabilis) (morganii) infection in conditions classified elsewhere and of unspecified site' );
626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.7', '', 'Pseudomonas infection in conditions classified elsewhere and of unspecified site' );
627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.81', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site mycoplasma' );
628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.82', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site bacteroides fragilis' );
629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.83', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site clostridium perfringens' );
630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.84', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site other anaerobes' );
631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.85', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site other gram-negative organisms' );
632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.86', '', 'Helicobacter pylori [h. pylori]' );
633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.89', '', 'Other specified bacterial infections in conditions classified elsewhere and of unspecified site other specified bacteria' );
634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '041.9', '', 'Bacterial infection unspecified in conditions classified elsewhere and of unspecified site' );
635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '042', '', 'Human immunodeficiency virus (hiv) disease' );
636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.00', '', 'Acute paralytic poliomyelitis specified as bulbar unspecified type of poliovirus' );
637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.01', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type i' );
638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.02', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type ii' );
639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.03', '', 'Acute paralytic poliomyelitis specified as bulbar poliovirus type iii' );
640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.10', '', 'Acute poliomyelitis with other paralysis unspecified type of poliovirus' );
641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.11', '', 'Acute poliomyelitis with other paralysis poliovirus type i' );
642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.12', '', 'Acute poliomyelitis with other paralysis poliovirus type ii' );
643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.13', '', 'Acute poliomyelitis with other paralysis poliovirus type iii' );
644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.20', '', 'Acute nonparalytic poliomyelitis unspecified type poliovirus' );
645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.21', '', 'Acute nonparalytic poliomyelitis poliovirus type i' );
646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.22', '', 'Acute nonparalytic poliomyelitis poliovirus type ii' );
647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.23', '', 'Acute nonparalytic poliomyelitis poliovirus type iii' );
648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.90', '', 'Unspecified acute poliomyelitis unspecified type poliovirus' );
649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.91', '', 'Unspecified acute poliomyelitis poliovirus type i' );
650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.92', '', 'Unspecified acute poliomyelitis poliovirus type ii' );
651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '045.93', '', 'Unspecified acute poliomyelitis poliovirus type iii' );
652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.0', '', 'Kuru' );
653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.11', '', 'Variant creutzfeldt-jakob disease' );
654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.19', '', 'Other and unspecified creutzfeldt-jakob disease' );
655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.2', '', 'Subacute sclerosing panencephalitis' );
656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.3', '', 'Progressive multifocal leukoencephalopathy' );
657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.71', '', 'Gerstmann-straussler-scheinker syndrome' );
658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.72', '', 'Fatal familial insomnia' );
659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.79', '', 'Other and unspecified prion disease of central nervous system' );
660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.8', '', 'Other specified slow virus infection of central nervous system' );
661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '046.9', '', 'Unspecified slow virus infection of central nervous system' );
662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '047.0', '', 'Meningitis due to coxsackie virus' );
663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '047.1', '', 'Meningitis due to echo virus' );
664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '047.8', '', 'Other specified viral meningitis' );
665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '047.9', '', 'Unspecified viral meningitis' );
666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '048', '', 'Other enterovirus diseases of central nervous system' );
667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '049.0', '', 'Non-arthropod borne lymphocytic choriomeningitis' );
668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '049.1', '', 'Non-arthropod borne meningitis due to adenovirus' );
669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '049.8', '', 'Other specified non-arthropod-borne viral diseases of central nervous system' );
670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '049.9', '', 'Unspecified non-arthropod-borne viral diseases of central nervous system' );
671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '050.0', '', 'Variola major' );
672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '050.1', '', 'Alastrim' );
673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '050.2', '', 'Modified smallpox' );
674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '050.9', '', 'Smallpox unspecified' );
675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '051.01', '', 'Cowpox' );
676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '051.02', '', 'Vaccinia not from vaccination' );
677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '051.1', '', 'Pseudocowpox' );
678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '051.2', '', 'Contagious pustular dermatitis' );
679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '051.9', '', 'Paravaccinia unspecified' );
680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.0', '', 'Postvaricella encephalitis' );
681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.1', '', 'Varicella (hemorrhagic) pneumonitis' );
682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.2', '', 'Postvaricella myelitis' );
683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.7', '', 'Chickenpox with other specified complications' );
684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.8', '', 'Chickenpox with unspecified complication' );
685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '052.9', '', 'Varicella without complication' );
686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.0', '', 'Herpes zoster with meningitis' );
687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.10', '', 'Herpes zoster with unspecified nervous system complication' );
688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.11', '', 'Geniculate herpes zoster' );
689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.12', '', 'Postherpetic trigeminal neuralgia' );
690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.13', '', 'Postherpetic polyneuropathy' );
691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.14', '', 'Herpes zoster myelitis' );
692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.19', '', 'Herpes zoster with other nervous system complications' );
693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.20', '', 'Herpes zoster dermatitis of eyelid' );
694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.21', '', 'Herpes zoster keratoconjunctivitis' );
695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.22', '', 'Herpes zoster iridocyclitis' );
696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.29', '', 'Herpes zoster with other ophthalmic complications' );
697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.71', '', 'Otitis externa due to herpes zoster' );
698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.79', '', 'Herpes zoster with other specified complications' );
699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.8', '', 'Herpes zoster with unspecified complication' );
700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '053.9', '', 'Herpes zoster without complication' );
701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.0', '', 'Eczema herpeticum' );
702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.10', '', 'Genital herpes unspecified' );
703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.11', '', 'Herpetic vulvovaginitis' );
704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.12', '', 'Herpetic ulceration of vulva' );
705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.13', '', 'Herpetic infection of penis' );
706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.19', '', 'Other genital herpes' );
707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.2', '', 'Herpetic gingivostomatitis' );
708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.3', '', 'Herpetic meningoencephalitis' );
709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.40', '', 'Herpes simplex with unspecified ophthalmic complication' );
710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.41', '', 'Herpes simplex dermatitis of eyelid' );
711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.42', '', 'Dendritic keratitis' );
712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.43', '', 'Herpes simplex disciform keratitis' );
713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.44', '', 'Herpes simplex iridocyclitis' );
714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.49', '', 'Herpes simplex with other ophthalmic complications' );
715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.5', '', 'Herpetic septicemia' );
716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.6', '', 'Herpetic whitlow' );
717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.71', '', 'Visceral herpes simplex' );
718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.72', '', 'Herpes simplex meningitis' );
719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.73', '', 'Herpes simplex otitis externa' );
720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.74', '', 'Herpes simplex myelitis' );
721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.79', '', 'Herpes simplex with other specified complications' );
722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.8', '', 'Herpes simplex with unspecified complication' );
723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '054.9', '', 'Herpes simplex without complication' );
724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.0', '', 'Postmeasles encephalitis' );
725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.1', '', 'Postmeasles pneumonia' );
726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.2', '', 'Postmeasles otitis media' );
727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.71', '', 'Measles keratoconjunctivitis' );
728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.79', '', 'Measles with other specified complications' );
729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.8', '', 'Measles with unspecified complication' );
730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '055.9', '', 'Measles without complication' );
731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.00', '', 'Rubella with unspecified neurological complication' );
732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.01', '', 'Encephalomyelitis due to rubella' );
733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.09', '', 'Rubella with other neurological complications' );
734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.71', '', 'Arthritis due to rubella' );
735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.79', '', 'Rubella with other specified complications' );
736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.8', '', 'Rubella with unspecified complications' );
737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '056.9', '', 'Rubella without complication' );
738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '057.0', '', 'Erythema infectiosum (fifth disease)' );
739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '057.8', '', 'Other specified viral exanthemata' );
740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '057.9', '', 'Viral exanthem unspecified' );
741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.10', '', 'Roseola infantum, unspecified' );
742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.11', '', 'Roseola infantum due to human herpes virus 6' );
743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.12', '', 'Roseola infantum due to human herpes virus 7' );
744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.21', '', 'Human herpesvirus 6 encephalitis' );
745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.29', '', 'Other human herpesvirus encephalitis' );
746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.81', '', 'Human herpesvirus 6 infection' );
747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.82', '', 'Human herpesvirus 7 infection' );
748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '058.89', '', 'Other human herpesvirus infections' );
749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.00', '', 'Orthopoxvirus infection, unspecified' );
750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.01', '', 'Monkeypox' );
751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.09', '', 'Other orthopoxvirus infections' );
752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.10', '', 'Parapoxvirus infection, unspecified' );
753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.11', '', 'Bovine stomatitis' );
754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.12', '', 'Sealpox' );
755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.19', '', 'Other parapoxvirus infections' );
756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.20', '', 'Yatapoxvirus infection, unspecified' );
757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.21', '', 'Tanapox' );
758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.22', '', 'Yaba monkey tumor virus' );
759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.8', '', 'Other poxvirus infections' );
760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '059.9', '', 'Poxvirus infections, unspecified' );
761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '060.0', '', 'Sylvatic yellow fever' );
762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '060.1', '', 'Urban yellow fever' );
763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '060.9', '', 'Yellow fever unspecified' );
764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '061', '', 'Dengue' );
765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.0', '', 'Japanese encephalitis' );
766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.1', '', 'Western equine encephalitis' );
767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.2', '', 'Eastern equine encephalitis' );
768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.3', '', 'St. louis encephalitis' );
769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.4', '', 'Australian encephalitis' );
770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.5', '', 'California virus encephalitis' );
771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.8', '', 'Other specified mosquito-borne viral encephalitis' );
772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '062.9', '', 'Mosquito-borne viral encephalitis unspecified' );
773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '063.0', '', 'Russian spring-summer (taiga) encephalitis' );
774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '063.1', '', 'Louping ill' );
775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '063.2', '', 'Central european encephalitis' );
776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '063.8', '', 'Other specified tick-borne viral encephalitis' );
777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '063.9', '', 'Tick-borne viral encephalitis unspecified' );
778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '064', '', 'Viral encephalitis transmitted by other and unspecified arthropods' );
779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.0', '', 'Crimean hemorrhagic fever (chf congo virus)' );
780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.1', '', 'Omsk hemorrhagic fever' );
781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.2', '', 'Kyasanur forest disease' );
782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.3', '', 'Other tick-borne hemorrhagic fever' );
783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.4', '', 'Mosquito-borne hemorrhagic fever' );
784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.8', '', 'Other specified arthropod-borne hemorrhagic fever' );
785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '065.9', '', 'Arthropod-borne hemorrhagic fever unspecified' );
786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.0', '', 'Phlebotomus fever' );
787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.1', '', 'Tick-borne fever' );
788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.2', '', 'Venezuelan equine fever' );
789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.3', '', 'Other mosquito-borne fever' );
790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.40', '', 'West nile fever, unspecified' );
791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.41', '', 'West nile fever with encephalitis' );
792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.42', '', 'West nile fever with other neurologic manifestation' );
793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.49', '', 'West nile fever with other complications' );
794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.8', '', 'Other specified arthropod-borne viral diseases' );
795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '066.9', '', 'Arthropod-borne viral disease unspecified' );
796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.0', '', 'Viral hepatitis a with hepatic coma' );
797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.1', '', 'Viral hepatitis a without hepatic coma' );
798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.20', '', 'Viral hepatitis b with hepatic coma acute or unspecified without hepatitis delta' );
799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.21', '', 'Viral hepatitis b with hepatic coma acute or unspecified with hepatitis delta' );
800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.22', '', 'Chronic viral hepatitis b with hepatic coma without hepatitis delta' );
801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.23', '', 'Chronic viral hepatitis b with hepatic coma with hepatitis delta' );
802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.30', '', 'Viral hepatitis b without hepatic coma acute or unspecified without hepatitis delta' );
803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.31', '', 'Viral hepatitis b without hepatic coma acute or unspecified with hepatitis delta' );
804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.32', '', 'Chronic viral hepatitis b without hepatic coma without hepatitis delta' );
805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.33', '', 'Chronic viral hepatitis b without hepatic coma with hepatitis delta' );
806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.41', '', 'Acute hepatitis c with hepatic coma' );
807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.42', '', 'Hepatitis delta without active hepatitis b disease with hepatic coma hepatitis delta with hepatitis b carrier state' );
808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.43', '', 'Hepatitis e with hepatic coma' );
809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.44', '', 'Chronic hepatitis c with hepatic coma' );
810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.49', '', 'Other specified viral hepatitis with hepatic coma' );
811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.51', '', 'Acute hepatitis c without hepatic coma' );
812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.52', '', 'Hepatitis delta without active hepatitis b disease or hepatic coma' );
813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.53', '', 'Hepatitis e without hepatic coma' );
814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.54', '', 'Chronic hepatitis c without hepatic coma' );
815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.59', '', 'Other specified viral hepatitis without hepatic coma' );
816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.6', '', 'Unspecified viral hepatitis with hepatic coma' );
817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.70', '', 'Unspecified viral hepatitis c without hepatic coma' );
818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.71', '', 'Unspecified viral hepatitis c with hepatic coma' );
819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '070.9', '', 'Unspecified viral hepatitis without hepatic coma' );
820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '071', '', 'Rabies' );
821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.0', '', 'Mumps orchitis' );
822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.1', '', 'Mumps meningitis' );
823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.2', '', 'Mumps encephalitis' );
824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.3', '', 'Mumps pancreatitis' );
825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.71', '', 'Mumps hepatitis' );
826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.72', '', 'Mumps polyneuropathy' );
827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.79', '', 'Mumps with other specified complications' );
828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.8', '', 'Mumps with unspecified complication' );
829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '072.9', '', 'Mumps without complication' );
830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '073.0', '', 'Ornithosis with pneumonia' );
831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '073.7', '', 'Ornithosis with other specified complications' );
832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '073.8', '', 'Ornithosis with unspecified complication' );
833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '073.9', '', 'Ornithosis unspecified' );
834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.0', '', 'Herpangina' );
835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.1', '', 'Epidemic pleurodynia' );
836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.20', '', 'Coxsackie carditis unspecified' );
837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.21', '', 'Coxsackie pericarditis' );
838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.22', '', 'Coxsackie endocarditis' );
839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.23', '', 'Coxsackie myocarditis' );
840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.3', '', 'Hand foot and mouth disease' );
841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '074.8', '', 'Other specified diseases due to coxsackie virus' );
842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '075', '', 'Infectious mononucleosis' );
843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '076.0', '', 'Trachoma initial stage' );
844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '076.1', '', 'Trachoma active stage' );
845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '076.9', '', 'Trachoma unspecified' );
846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.0', '', 'Inclusion conjunctivitis' );
847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.1', '', 'Epidemic keratoconjunctivitis' );
848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.2', '', 'Pharyngoconjunctival fever' );
849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.3', '', 'Other adenoviral conjunctivitis' );
850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.4', '', 'Epidemic hemorrhagic conjunctivitis' );
851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.8', '', 'Other viral conjunctivitis' );
852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.98', '', 'Unspecified diseases of conjunctiva due to chlamydiae' );
853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '077.99', '', 'Unspecified diseases of conjunctiva due to viruses' );
854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.0', '', 'Molluscum contagiosum' );
855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.10', '', 'Viral warts unspecified' );
856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.11', '', 'Condyloma acuminatum' );
857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.12', '', 'Plantar wart' );
858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.19', '', 'Other specified viral warts' );
859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.2', '', 'Sweating fever' );
860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.3', '', 'Cat-scratch disease' );
861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.4', '', 'Foot and mouth disease' );
862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.5', '', 'Cytomegaloviral disease' );
863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.6', '', 'Hemorrhagic nephrosonephritis' );
864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.7', '', 'Arenaviral hemorrhagic fever' );
865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.81', '', 'Epidemic vertigo' );
866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.82', '', 'Epidemic vomiting syndrome' );
867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.88', '', 'Other specified diseases due to chlamydiae' );
868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '078.89', '', 'Other specified diseases due to viruses' );
869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.0', '', 'Adenovirus infection in conditions classified elsewhere and of unspecified site' );
870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.1', '', 'Echo virus infection in conditions classified elsewhere and of unspecified site' );
871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.2', '', 'Coxsackie virus infection in conditions classified elsewhere and of unspecified site' );
872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.3', '', 'Rhinovirus infection in conditions classified elsewhere and of unspecified site' );
873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.4', '', 'Human papillomavirus in conditions classified elsewhere and of unspecified site' );
874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.50', '', 'Retrovirus unspecified' );
875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.51', '', 'Human t-cell lymphotrophic virus type i [htlv-i]' );
876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.52', '', 'Human t-cell lymphotrophic virus type ii [htlv-ii]' );
877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.53', '', 'Human immunodeficiency virus type 2 [hiv-2]' );
878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.59', '', 'Other specified retrovirus' );
879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.6', '', 'Respiratory syncytial virus (rsv)' );
880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.81', '', 'Hantavirus infection' );
881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.82', '', 'Sars-associated coronavirus infection' );
882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.83', '', 'Parvovirus b19' );
883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.88', '', 'Other specified chlamydial infection' );
884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.89', '', 'Other specified viral infection' );
885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.98', '', 'Unspecified chlamydial infection' );
886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '079.99', '', 'Unspecified viral infection' );
887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '080', '', 'Louse-borne (epidemic) typhus' );
888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '081.0', '', 'Murine (endemic) typhus' );
889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '081.1', '', 'Brill''s disease' );
890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '081.2', '', 'Scrub typhus' );
891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '081.9', '', 'Typhus unspecified' );
892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.0', '', 'Spotted fevers' );
893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.1', '', 'Boutonneuse fever' );
894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.2', '', 'North asian tick fever' );
895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.3', '', 'Queensland tick typhus' );
896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.40', '', 'Unspecified ehrlichiosis' );
897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.41', '', 'Ehrlichiosis chafeensis (e chafeensis)' );
898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.49', '', 'Other ehrlichiosis' );
899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.8', '', 'Other specified tick-borne rickettsioses' );
900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '082.9', '', 'Tick-borne rickettsiosis unspecified' );
901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '083.0', '', 'Q fever' );
902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '083.1', '', 'Trench fever' );
903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '083.2', '', 'Rickettsialpox' );
904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '083.8', '', 'Other specified rickettsioses' );
905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '083.9', '', 'Rickettsiosis unspecified' );
906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.0', '', 'Falciparum malaria (malignant tertian)' );
907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.1', '', 'Vivax malaria (benign tertian)' );
908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.2', '', 'Quartan malaria' );
909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.3', '', 'Ovale malaria' );
910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.4', '', 'Other malaria' );
911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.5', '', 'Mixed malaria' );
912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.6', '', 'Malaria unspecified' );
913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.7', '', 'Induced malaria' );
914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.8', '', 'Blackwater fever' );
915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '084.9', '', 'Other pernicious complications of malaria' );
916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.0', '', 'Leishmaniasis visceral (kala-azar)' );
917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.1', '', 'Cutaneous leishmaniasis urban' );
918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.2', '', 'Cutaneous leishmaniasis asian desert' );
919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.3', '', 'Cutaneous leishmaniasis ethiopian' );
920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.4', '', 'Cutaneous leishmaniasis american' );
921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.5', '', 'Mucocutaneous leishmaniasis (american)' );
922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '085.9', '', 'Leishmaniasis unspecified' );
923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.0', '', 'Chagas'' disease with heart involvement' );
924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.1', '', 'Chagas'' disease with other organ involvement' );
925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.2', '', 'Chagas'' disease without organ involvement' );
926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.3', '', 'Gambian trypanosomiasis' );
927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.4', '', 'Rhodesian trypanosomiasis' );
928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.5', '', 'African trypanosomiasis unspecified' );
929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '086.9', '', 'Trypanosomiasis unspecified' );
930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '087.0', '', 'Relapsing fever louse-borne' );
931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '087.1', '', 'Relapsing fever tick-borne' );
932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '087.9', '', 'Relapsing fever unspecified' );
933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '088.0', '', 'Bartonellosis' );
934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '088.81', '', 'Lyme disease' );
935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '088.82', '', 'Babesiosis' );
936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '088.89', '', 'Other specified arthropod-borne diseases other' );
937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '088.9', '', 'Arthropod-borne disease unspecified' );
938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.0', '', 'Early congenital syphilis symptomatic' );
939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.1', '', 'Early congenital syphilis latent' );
940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.2', '', 'Early congenital syphilis unspecified' );
941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.3', '', 'Syphilitic interstitial keratitis' );
942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.40', '', 'Juvenile neurosyphilis unspecified' );
943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.41', '', 'Congenital syphilitic encephalitis' );
944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.42', '', 'Congenital syphilitic meningitis' );
945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.49', '', 'Other juvenile neurosyphilis' );
946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.5', '', 'Other late congenital syphilis symptomatic' );
947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.6', '', 'Late congenital syphilis latent' );
948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.7', '', 'Late congenital syphilis unspecified' );
949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '090.9', '', 'Congenital syphilis unspecified' );
950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.0', '', 'Genital syphilis (primary)' );
951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.1', '', 'Primary anal syphilis' );
952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.2', '', 'Other primary syphilis' );
953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.3', '', 'Secondary syphilis of skin or mucous membranes' );
954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.4', '', 'Adenopathy due to secondary syphilis' );
955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.50', '', 'Syphilitic uveitis unspecified' );
956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.51', '', 'Syphilitic chorioretinitis (secondary)' );
957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.52', '', 'Syphilitic iridocyclitis (secondary)' );
958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.61', '', 'Secondary syphilitic periostitis' );
959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.62', '', 'Secondary syphilitic hepatitis' );
960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.69', '', 'Secondary syphilis of other viscera' );
961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.7', '', 'Secondary syphilis relapse' );
962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.81', '', 'Acute syphilitic meningitis (secondary)' );
963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.82', '', 'Syphilitic alopecia' );
964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.89', '', 'Other forms of secondary syphilis' );
965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '091.9', '', 'Unspecified secondary syphilis' );
966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '092.0', '', 'Early syphilis latent serological relapse after treatment' );
967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '092.9', '', 'Early syphilis latent unspecified' );
968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.0', '', 'Aneurysm of aorta specified as syphilitic' );
969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.1', '', 'Syphilitic aortitis' );
970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.20', '', 'Syphilitic endocarditis of valve unspecified' );
971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.21', '', 'Syphilitic endocarditis of mitral valve' );
972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.22', '', 'Syphilitic endocarditis of aortic valve' );
973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.23', '', 'Syphilitic endocarditis of tricuspid valve' );
974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.24', '', 'Syphilitic endocarditis of pulmonary valve' );
975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.81', '', 'Syphilitic pericarditis' );
976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.82', '', 'Syphilitic myocarditis' );
977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.89', '', 'Other specified cardiovascular syphilis' );
978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '093.9', '', 'Cardiovascular syphilis unspecified' );
979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.0', '', 'Tabes dorsalis' );
980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.1', '', 'General paresis' );
981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.2', '', 'Syphilitic meningitis' );
982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.3', '', 'Asymptomatic neurosyphilis' );
983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.81', '', 'Syphilitic encephalitis' );
984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.82', '', 'Syphilitic parkinsonism' );
985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.83', '', 'Syphilitic disseminated retinochoroiditis' );
986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.84', '', 'Syphilitic optic atrophy' );
987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.85', '', 'Syphilitic retrobulbar neuritis' );
988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.86', '', 'Syphilitic acoustic neuritis' );
989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.87', '', 'Syphilitic ruptured cerebral aneurysm' );
990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.89', '', 'Other specified neurosyphilis' );
991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '094.9', '', 'Neurosyphilis unspecified' );
992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.0', '', 'Syphilitic episcleritis' );
993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.1', '', 'Syphilis of lung' );
994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.2', '', 'Syphilitic peritonitis' );
995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.3', '', 'Syphilis of liver' );
996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.4', '', 'Syphilis of kidney' );
997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.5', '', 'Syphilis of bone' );
998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.6', '', 'Syphilis of muscle' );
999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.7', '', 'Syphilis of synovium tendon and bursa' );
1000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.8', '', 'Other specified forms of late symptomatic syphilis' );
1001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '095.9', '', 'Late symptomatic syphilis unspecified' );
1002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '096', '', 'Late syphilis latent' );
1003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '097.0', '', 'Late syphilis unspecified' );
1004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '097.1', '', 'Latent syphilis unspecified' );
1005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '097.9', '', 'Syphilis unspecified' );
1006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.0', '', 'Gonococcal infection (acute) of lower genitourinary tract' );
1007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.10', '', 'Gonococcal infection (acute) of upper genitourinary tract site unspecified' );
1008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.11', '', 'Gonococcal cystitis (acute)' );
1009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.12', '', 'Gonococcal prostatitis (acute)' );
1010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.13', '', 'Gonococcal epididymo-orchitis (acute)' );
1011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.14', '', 'Gonococcal seminal vesiculitis (acute)' );
1012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.15', '', 'Gonococcal cervicitis (acute)' );
1013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.16', '', 'Gonococcal endometritis (acute)' );
1014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.17', '', 'Gonococcal salpingitis specified as acute' );
1015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.19', '', 'Other gonococcal infection (acute) of upper genitourinary tract' );
1016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.2', '', 'Gonococcal infection chronic of lower genitourinary tract' );
1017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.30', '', 'Chronic gonococcal infection of upper genitourinary tract site unspecified' );
1018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.31', '', 'Gonococcal cystitis chronic' );
1019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.32', '', 'Gonococcal prostatitis chronic' );
1020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.33', '', 'Gonococcal epididymo-orchitis chronic' );
1021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.34', '', 'Gonococcal seminal vesiculitis chronic' );
1022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.35', '', 'Gonococcal cervicitis chronic' );
1023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.36', '', 'Gonococcal endometritis chronic' );
1024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.37', '', 'Gonococcal salpingitis (chronic)' );
1025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.39', '', 'Other chronic gonococcal infection of upper genitourinary tract' );
1026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.40', '', 'Gonococcal conjunctivitis (neonatorum)' );
1027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.41', '', 'Gonococcal iridocyclitis' );
1028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.42', '', 'Gonococcal endophthalmia' );
1029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.43', '', 'Gonococcal keratitis' );
1030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.49', '', 'Other gonococcal infection of eye' );
1031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.50', '', 'Gonococcal arthritis' );
1032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.51', '', 'Gonococcal synovitis and tenosynovitis' );
1033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.52', '', 'Gonococcal bursitis' );
1034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.53', '', 'Gonococcal spondylitis' );
1035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.59', '', 'Other gonococcal infection of joint' );
1036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.6', '', 'Gonococcal infection of pharynx' );
1037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.7', '', 'Gonococcal infection of anus and rectum' );
1038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.81', '', 'Gonococcal keratosis (blennorrhagica)' );
1039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.82', '', 'Gonococcal meningitis' );
1040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.83', '', 'Gonococcal pericarditis' );
1041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.84', '', 'Gonococcal endocarditis' );
1042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.85', '', 'Other gonococcal heart disease' );
1043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.86', '', 'Gonococcal peritonitis' );
1044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '098.89', '', 'Gonococcal infection of other specified sites' );
1045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.0', '', 'Chancroid' );
1046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.1', '', 'Lymphogranuloma venereum' );
1047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.2', '', 'Granuloma inguinale' );
1048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.3', '', 'Reiter''s disease' );
1049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.40', '', 'Other nongonococcal urethritis unspecified' );
1050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.41', '', 'Other nongonococcal urethritis chlamydia trachomatis' );
1051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.49', '', 'Other nongonococcal urethritis other specified organism' );
1052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.50', '', 'Other venereal diseases due to chlamydia trachomatis unspecified site' );
1053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.51', '', 'Other venereal diseases due to chlamydia trachomatis pharynx' );
1054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.52', '', 'Other venereal diseases due to chlamydia trachomatis anus and rectum' );
1055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.53', '', 'Other venereal diseases due to chlamydia trachomatis lower genitourinary sites' );
1056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.54', '', 'Other venereal diseases due to chlamydia trachomatis other genitourinary sites' );
1057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.55', '', 'Other venereal diseases due to chlamydia trachomatis unspecified genitourinary site' );
1058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.56', '', 'Other venereal diseases due to chlamydia trachomatis peritoneum' );
1059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.59', '', 'Other venereal diseases due to chlamydia trachomatis other specified site' );
1060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.8', '', 'Other specified venereal diseases' );
1061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '099.9', '', 'Venereal disease unspecified' );
1062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '100.0', '', 'Leptospirosis icterohemorrhagica' );
1063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '100.81', '', 'Leptospiral meningitis (aseptic)' );
1064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '100.89', '', 'Other specified leptospiral infections' );
1065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '100.9', '', 'Leptospirosis unspecified' );
1066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '101', '', 'Vincent''s angina' );
1067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.0', '', 'Initial lesions of yaws' );
1068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.1', '', 'Multiple papillomata due to yaws and wet crab yaws' );
1069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.2', '', 'Other early skin lesions of yaws' );
1070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.3', '', 'Hyperkeratosis due to yaws' );
1071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.4', '', 'Gummata and ulcers due to yaws' );
1072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.5', '', 'Gangosa' );
1073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.6', '', 'Bone and joint lesions due to yaws' );
1074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.7', '', 'Other manifestations of yaws' );
1075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.8', '', 'Latent yaws' );
1076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '102.9', '', 'Yaws unspecified' );
1077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '103.0', '', 'Primary lesions of pinta' );
1078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '103.1', '', 'Intermediate lesions of pinta' );
1079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '103.2', '', 'Late lesions of pinta' );
1080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '103.3', '', 'Mixed lesions of pinta' );
1081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '103.9', '', 'Pinta unspecified' );
1082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '104.0', '', 'Nonvenereal endemic syphilis' );
1083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '104.8', '', 'Other specified spirochetal infections' );
1084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '104.9', '', 'Spirochetal infection unspecified' );
1085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.0', '', 'Dermatophytosis of scalp and beard' );
1086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.1', '', 'Dermatophytosis of nail' );
1087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.2', '', 'Dermatophytosis of hand' );
1088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.3', '', 'Dermatophytosis of groin and perianal area' );
1089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.4', '', 'Dermatophytosis of foot' );
1090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.5', '', 'Dermatophytosis of the body' );
1091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.6', '', 'Deep seated dermatophytosis' );
1092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.8', '', 'Dermatophytosis of other specified sites' );
1093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '110.9', '', 'Dermatophytosis of unspecified site' );
1094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.0', '', 'Pityriasis versicolor' );
1095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.1', '', 'Tinea nigra' );
1096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.2', '', 'Tinea blanca' );
1097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.3', '', 'Black piedra' );
1098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.8', '', 'Other specified dermatomycoses' );
1099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '111.9', '', 'Dermatomycosis unspecified' );
1100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.0', '', 'Candidiasis of mouth' );
1101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.1', '', 'Candidiasis of vulva and vagina' );
1102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.2', '', 'Candidiasis of other urogenital sites' );
1103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.3', '', 'Candidiasis of skin and nails' );
1104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.4', '', 'Candidiasis of lung' );
1105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.5', '', 'Disseminated candidiasis' );
1106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.81', '', 'Candidal endocarditis' );
1107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.82', '', 'Candidal otitis externa' );
1108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.83', '', 'Candidal meningitis' );
1109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.84', '', 'Candidal esophagitis' );
1110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.85', '', 'Candidal enteritis' );
1111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.89', '', 'Other candidiasis of other specified sites' );
1112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '112.9', '', 'Candidiasis of unspecified site' );
1113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.0', '', 'Primary coccidioidomycosis (pulmonary)' );
1114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.1', '', 'Primary extrapulmonary coccidioidomycosis' );
1115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.2', '', 'Coccidioidal meningitis' );
1116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.3', '', 'Other forms of progressive coccidioidomycosis' );
1117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.4', '', 'Chronic pulmonary coccidioidomycosis' );
1118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.5', '', 'Pulmonary coccidioidomycosis unspecified' );
1119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '114.9', '', 'Coccidioidomycosis unspecified' );
1120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.00', '', 'Infection by histoplasma capsulatum without manifestation' );
1121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.01', '', 'Histoplasma capsulatum meningitis' );
1122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.02', '', 'Histoplasma capsulatum retinitis' );
1123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.03', '', 'Histoplasma capsulatum pericarditis' );
1124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.04', '', 'Histoplasma capsulatum endocarditis' );
1125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.05', '', 'Histoplasma capsulatum pneumonia' );
1126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.09', '', 'Infection by histoplasma capsulatum with other manifestation' );
1127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.10', '', 'Infection by histoplasma duboisii without manifestation' );
1128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.11', '', 'Histoplasma duboisii meningitis' );
1129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.12', '', 'Histoplasma duboisii retinitis' );
1130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.13', '', 'Histoplasma duboisii pericarditis' );
1131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.14', '', 'Histoplasma duboisii endocarditis' );
1132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.15', '', 'Histoplasma duboisii pneumonia' );
1133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.19', '', 'Infection by histoplasma duboisii with other manifestation' );
1134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.90', '', 'Histoplasmosis unspecified without manifestation' );
1135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.91', '', 'Histoplasmosis meningitis unspecified' );
1136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.92', '', 'Histoplasmosis retinitis unspecified' );
1137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.93', '', 'Histoplasmosis pericarditis unspecified' );
1138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.94', '', 'Histoplasmosis endocarditis' );
1139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.95', '', 'Histoplasmosis pneumonia unspecified' );
1140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '115.99', '', 'Histoplasmosis unspecified with other manifestation' );
1141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '116.0', '', 'Blastomycosis' );
1142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '116.1', '', 'Paracoccidioidomycosis' );
1143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '116.2', '', 'Lobomycosis' );
1144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.0', '', 'Rhinosporidiosis' );
1145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.1', '', 'Sporotrichosis' );
1146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.2', '', 'Chromoblastomycosis' );
1147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.3', '', 'Aspergillosis' );
1148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.4', '', 'Mycotic mycetomas' );
1149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.5', '', 'Cryptococcosis' );
1150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.6', '', 'Allescheriosis (petriellidosis)' );
1151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.7', '', 'Zygomycosis (phycomycosis or mucormycosis)' );
1152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.8', '', 'Infection by dematiacious fungi (phaehyphomycosis)' );
1153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '117.9', '', 'Other and unspecified mycoses' );
1154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '118', '', 'Opportunistic mycoses' );
1155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.0', '', 'Schistosomiasis due to schistosoma haematobium' );
1156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.1', '', 'Schistosomiasis due to schistosoma mansoni' );
1157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.2', '', 'Schistosomiasis due to schistosoma japonicum' );
1158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.3', '', 'Cutaneous schistosomiasis' );
1159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.8', '', 'Other specified schistosomiasis' );
1160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '120.9', '', 'Schistosomiasis unspecified' );
1161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.0', '', 'Opisthorchiasis' );
1162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.1', '', 'Clonorchiasis' );
1163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.2', '', 'Paragonimiasis' );
1164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.3', '', 'Fascioliasis' );
1165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.4', '', 'Fasciolopsiasis' );
1166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.5', '', 'Metagonimiasis' );
1167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.6', '', 'Heterophyiasis' );
1168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.8', '', 'Other specified trematode infections' );
1169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '121.9', '', 'Trematode infection unspecified' );
1170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.0', '', 'Echinococcus granulosus infection of liver' );
1171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.1', '', 'Echinococcus granulosus infection of lung' );
1172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.2', '', 'Echinococcus granulosus infection of thyroid' );
1173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.3', '', 'Echinococcus granulosus infection other' );
1174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.4', '', 'Echinococcus granulosus infection unspecified' );
1175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.5', '', 'Echinococcus multilocularis infection of liver' );
1176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.6', '', 'Echinococcus multilocularis infection other' );
1177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.7', '', 'Echinococcus multilocularis infection unspecified' );
1178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.8', '', 'Echinococcosis unspecified of liver' );
1179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '122.9', '', 'Echinococcosis other and unspecified' );
1180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.0', '', 'Taenia solium infection intestinal form' );
1181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.1', '', 'Cysticercosis' );
1182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.2', '', 'Taenia saginata infection' );
1183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.3', '', 'Taeniasis unspecified' );
1184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.4', '', 'Diphyllobotherriasis intestinal' );
1185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.5', '', 'Sparganosis (larval diphyllobotherriasis)' );
1186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.6', '', 'Hymenolepiasis' );
1187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.8', '', 'Other specified cestode infection' );
1188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '123.9', '', 'Cestode infection unspecified' );
1189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '124', '', 'Trichinosis' );
1190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.0', '', 'Bancroftian filariasis' );
1191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.1', '', 'Malayan filariasis' );
1192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.2', '', 'Loiasis' );
1193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.3', '', 'Onchocerciasis' );
1194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.4', '', 'Dipetalonemiasis' );
1195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.5', '', 'Mansonella ozzardi infection' );
1196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.6', '', 'Other specified filariasis' );
1197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.7', '', 'Dracontiasis' );
1198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '125.9', '', 'Unspecified filariasis' );
1199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.0', '', 'Ancylostomiasis due to ancylostoma duodenale' );
1200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.1', '', 'Necatoriasis due to necator americanus' );
1201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.2', '', 'Ancylostomiasis due to ancylostoma braziliense' );
1202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.3', '', 'Ancylostomiasis due to ancylostoma ceylanicum' );
1203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.8', '', 'Other specified ancylostoma' );
1204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '126.9', '', 'Ancylostomiasis and necatoriasis unspecified' );
1205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.0', '', 'Ascariasis' );
1206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.1', '', 'Anisakiasis' );
1207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.2', '', 'Strongyloidiasis' );
1208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.3', '', 'Trichuriasis' );
1209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.4', '', 'Enterobiasis' );
1210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.5', '', 'Capillariasis' );
1211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.6', '', 'Trichostrongyliasis' );
1212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.7', '', 'Other specified intestinal helminthiasis' );
1213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.8', '', 'Mixed intestinal helminthiasis' );
1214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '127.9', '', 'Intestinal helminthiasis unspecified' );
1215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '128.0', '', 'Toxocariasis' );
1216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '128.1', '', 'Gnathostomiasis' );
1217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '128.8', '', 'Other specified helminthiasis' );
1218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '128.9', '', 'Helminth infection unspecified' );
1219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '129', '', 'Intestinal parasitism unspecified' );
1220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.0', '', 'Meningoencephalitis due to toxoplasmosis' );
1221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.1', '', 'Conjunctivitis due to toxoplasmosis' );
1222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.2', '', 'Chorioretinitis due to toxoplasmosis' );
1223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.3', '', 'Myocarditis due to toxoplasmosis' );
1224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.4', '', 'Pneumonitis due to toxoplasmosis' );
1225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.5', '', 'Hepatitis due to toxoplasmosis' );
1226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.7', '', 'Toxoplasmosis of other specified sites' );
1227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.8', '', 'Multisystemic disseminated toxoplasmosis' );
1228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '130.9', '', 'Toxoplasmosis unspecified' );
1229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.00', '', 'Urogenital trichomoniasis unspecified' );
1230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.01', '', 'Trichomonal vulvovaginitis' );
1231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.02', '', 'Trichomonal urethritis' );
1232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.03', '', 'Trichomonal prostatitis' );
1233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.09', '', 'Other urogenital trichomoniasis' );
1234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.8', '', 'Trichomoniasis of other specified sites' );
1235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '131.9', '', 'Trichomoniasis unspecified' );
1236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '132.0', '', 'Pediculus capitis (head louse)' );
1237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '132.1', '', 'Pediculus corporis (body louse)' );
1238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '132.2', '', 'Phthirus pubis (pubic louse)' );
1239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '132.3', '', 'Mixed pediculosis infestation' );
1240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '132.9', '', 'Pediculosis unspecified' );
1241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '133.0', '', 'Scabies' );
1242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '133.8', '', 'Other acariasis' );
1243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '133.9', '', 'Acariasis unspecified' );
1244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '134.0', '', 'Myiasis' );
1245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '134.1', '', 'Other arthropod infestation' );
1246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '134.2', '', 'Hirudiniasis' );
1247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '134.8', '', 'Other specified infestations' );
1248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '134.9', '', 'Infestation unspecified' );
1249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '135', '', 'Sarcoidosis' );
1250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.0', '', 'Ainhum' );
1251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.1', '', 'Behcet''s syndrome' );
1252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.21', '', 'Specific infection due to acanthamoeba' );
1253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.29', '', 'Other specific infections by free-living amebae' );
1254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.3', '', 'Pneumocystosis' );
1255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.4', '', 'Psorospermiasis' );
1256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.5', '', 'Sarcosporidiosis' );
1257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.8', '', 'Other specified infectious and parasitic diseases' );
1258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '136.9', '', 'Unspecified infectious and parasitic diseases' );
1259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '137.0', '', 'Late effects of respiratory or unspecified tuberculosis' );
1260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '137.1', '', 'Late effects of central nervous system tuberculosis' );
1261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '137.2', '', 'Late effects of genitourinary tuberculosis' );
1262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '137.3', '', 'Late effects of tuberculosis of bones and joints' );
1263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '137.4', '', 'Late effects of tuberculosis of other specified organs' );
1264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '138', '', 'Late effects of acute poliomyelitis' );
1265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '139.0', '', 'Late effects of viral encephalitis' );
1266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '139.1', '', 'Late effects of trachoma' );
1267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '139.8', '', 'Late effects of other and unspecified infectious and parasitic diseases' );
1268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.0', '', 'Malignant neoplasm of upper lip vermilion border' );
1269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.1', '', 'Malignant neoplasm of lower lip vermilion border' );
1270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.3', '', 'Malignant neoplasm of upper lip inner aspect' );
1271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.4', '', 'Malignant neoplasm of lower lip inner aspect' );
1272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.5', '', 'Malignant neoplasm of lip unspecified inner aspect' );
1273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.6', '', 'Malignant neoplasm of commissure of lip' );
1274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.8', '', 'Malignant neoplasm of other sites of lip' );
1275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '140.9', '', 'Malignant neoplasm of lip unspecified vermilion border' );
1276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.0', '', 'Malignant neoplasm of base of tongue' );
1277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.1', '', 'Malignant neoplasm of dorsal surface of tongue' );
1278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.2', '', 'Malignant neoplasm of tip and lateral border of tongue' );
1279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.3', '', 'Malignant neoplasm of ventral surface of tongue' );
1280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.4', '', 'Malignant neoplasm of anterior two-thirds of tongue part unspecified' );
1281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.5', '', 'Malignant neoplasm of junctional zone of tongue' );
1282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.6', '', 'Malignant neoplasm of lingual tonsil' );
1283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.8', '', 'Malignant neoplasm of other sites of tongue' );
1284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '141.9', '', 'Malignant neoplasm of tongue unspecified' );
1285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '142.0', '', 'Malignant neoplasm of parotid gland' );
1286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '142.1', '', 'Malignant neoplasm of submandibular gland' );
1287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '142.2', '', 'Malignant neoplasm of sublingual gland' );
1288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '142.8', '', 'Malignant neoplasm of other major salivary glands' );
1289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '142.9', '', 'Malignant neoplasm of salivary gland unspecified' );
1290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '143.0', '', 'Malignant neoplasm of upper gum' );
1291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '143.1', '', 'Malignant neoplasm of lower gum' );
1292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '143.8', '', 'Malignant neoplasm of other sites of gum' );
1293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '143.9', '', 'Malignant neoplasm of gum unspecified' );
1294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '144.0', '', 'Malignant neoplasm of anterior portion of floor of mouth' );
1295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '144.1', '', 'Malignant neoplasm of lateral portion of floor of mouth' );
1296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '144.8', '', 'Malignant neoplasm of other sites of floor of mouth' );
1297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '144.9', '', 'Malignant neoplasm of floor of mouth part unspecified' );
1298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.0', '', 'Malignant neoplasm of cheek mucosa' );
1299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.1', '', 'Malignant neoplasm of vestibule of mouth' );
1300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.2', '', 'Malignant neoplasm of hard palate' );
1301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.3', '', 'Malignant neoplasm of soft palate' );
1302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.4', '', 'Malignant neoplasm of uvula' );
1303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.5', '', 'Malignant neoplasm of palate unspecified' );
1304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.6', '', 'Malignant neoplasm of retromolar area' );
1305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.8', '', 'Malignant neoplasm of other specified parts of mouth' );
1306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '145.9', '', 'Malignant neoplasm of mouth unspecified' );
1307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.0', '', 'Malignant neoplasm of tonsil' );
1308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.1', '', 'Malignant neoplasm of tonsillar fossa' );
1309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.2', '', 'Malignant neoplasm of tonsillar pillars (anterior) (posterior)' );
1310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.3', '', 'Malignant neoplasm of vallecula epiglottica' );
1311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.4', '', 'Malignant neoplasm of anterior aspect of epiglottis' );
1312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.5', '', 'Malignant neoplasm of junctional region of oropharynx' );
1313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.6', '', 'Malignant neoplasm of lateral wall of oropharynx' );
1314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.7', '', 'Malignant neoplasm of posterior wall of oropharynx' );
1315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.8', '', 'Malignant neoplasm of other specified sites of oropharynx' );
1316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '146.9', '', 'Malignant neoplasm of oropharynx unspecified site' );
1317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.0', '', 'Malignant neoplasm of superior wall of nasopharynx' );
1318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.1', '', 'Malignant neoplasm of posterior wall of nasopharynx' );
1319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.2', '', 'Malignant neoplasm of lateral wall of nasopharynx' );
1320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.3', '', 'Malignant neoplasm of anterior wall of nasopharynx' );
1321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.8', '', 'Malignant neoplasm of other specified sites of nasopharynx' );
1322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '147.9', '', 'Malignant neoplasm of nasopharynx unspecified site' );
1323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.0', '', 'Malignant neoplasm of postcricoid region of hypopharynx' );
1324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.1', '', 'Malignant neoplasm of pyriform sinus' );
1325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.2', '', 'Malignant neoplasm of aryepiglottic fold hypopharyngeal aspect' );
1326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.3', '', 'Malignant neoplasm of posterior hypopharyngeal wall' );
1327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.8', '', 'Malignant neoplasm of other specified sites of hypopharynx' );
1328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '148.9', '', 'Malignant neoplasm of hypopharynx unspecified site' );
1329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '149.0', '', 'Malignant neoplasm of pharynx unspecified' );
1330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '149.1', '', 'Malignant neoplasm of waldeyer''s ring' );
1331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '149.8', '', 'Malignant neoplasm of other sites within the lip and oral cavity' );
1332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '149.9', '', 'Malignant neoplasm of ill-defined sites within the lip and oral cavity' );
1333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.0', '', 'Malignant neoplasm of cervical esophagus' );
1334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.1', '', 'Malignant neoplasm of thoracic esophagus' );
1335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.2', '', 'Malignant neoplasm of abdominal esophagus' );
1336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.3', '', 'Malignant neoplasm of upper third of esophagus' );
1337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.4', '', 'Malignant neoplasm of middle third of esophagus' );
1338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.5', '', 'Malignant neoplasm of lower third of esophagus' );
1339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.8', '', 'Malignant neoplasm of other specified part of esophagus' );
1340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '150.9', '', 'Malignant neoplasm of esophagus unspecified site' );
1341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.0', '', 'Malignant neoplasm of cardia' );
1342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.1', '', 'Malignant neoplasm of pylorus' );
1343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.2', '', 'Malignant neoplasm of pyloric antrum' );
1344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.3', '', 'Malignant neoplasm of fundus of stomach' );
1345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.4', '', 'Malignant neoplasm of body of stomach' );
1346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.5', '', 'Malignant neoplasm of lesser curvature of stomach unspecified' );
1347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.6', '', 'Malignant neoplasm of greater curvature of stomach unspecified' );
1348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.8', '', 'Malignant neoplasm of other specified sites of stomach' );
1349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '151.9', '', 'Malignant neoplasm of stomach unspecified site' );
1350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.0', '', 'Malignant neoplasm of duodenum' );
1351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.1', '', 'Malignant neoplasm of jejunum' );
1352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.2', '', 'Malignant neoplasm of ileum' );
1353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.3', '', 'Malignant neoplasm of meckel''s diverticulum' );
1354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.8', '', 'Malignant neoplasm of other specified sites of small intestine' );
1355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '152.9', '', 'Malignant neoplasm of small intestine unspecified site' );
1356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.0', '', 'Malignant neoplasm of hepatic flexure' );
1357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.1', '', 'Malignant neoplasm of transverse colon' );
1358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.2', '', 'Malignant neoplasm of descending colon' );
1359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.3', '', 'Malignant neoplasm of sigmoid colon' );
1360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.4', '', 'Malignant neoplasm of cecum' );
1361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.5', '', 'Malignant neoplasm of appendix vermiformis' );
1362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.6', '', 'Malignant neoplasm of ascending colon' );
1363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.7', '', 'Malignant neoplasm of splenic flexure' );
1364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.8', '', 'Malignant neoplasm of other specified sites of large intestine' );
1365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '153.9', '', 'Malignant neoplasm of colon unspecified site' );
1366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '154.0', '', 'Malignant neoplasm of rectosigmoid junction' );
1367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '154.1', '', 'Malignant neoplasm of rectum' );
1368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '154.2', '', 'Malignant neoplasm of anal canal' );
1369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '154.3', '', 'Malignant neoplasm of anus unspecified site' );
1370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '154.8', '', 'Malignant neoplasm of other sites of rectum rectosigmoid junction and anus' );
1371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '155.0', '', 'Malignant neoplasm of liver primary' );
1372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '155.1', '', 'Malignant neoplasm of intrahepatic bile ducts' );
1373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '155.2', '', 'Malignant neoplasm of liver not specified as primary or secondary' );
1374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '156.0', '', 'Malignant neoplasm of gallbladder' );
1375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '156.1', '', 'Malignant neoplasm of extrahepatic bile ducts' );
1376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '156.2', '', 'Malignant neoplasm of ampulla of vater' );
1377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '156.8', '', 'Malignant neoplasm of other specified sites of gallbladder and extrahepatic bile ducts' );
1378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '156.9', '', 'Malignant neoplasm of biliary tract part unspecified site' );
1379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.0', '', 'Malignant neoplasm of head of pancreas' );
1380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.1', '', 'Malignant neoplasm of body of pancreas' );
1381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.2', '', 'Malignant neoplasm of tail of pancreas' );
1382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.3', '', 'Malignant neoplasm of pancreatic duct' );
1383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.4', '', 'Malignant neoplasm of islets of langerhans' );
1384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.8', '', 'Malignant neoplasm of other specified sites of pancreas' );
1385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '157.9', '', 'Malignant neoplasm of pancreas part unspecified' );
1386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '158.0', '', 'Malignant neoplasm of retroperitoneum' );
1387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '158.8', '', 'Malignant neoplasm of specified parts of peritoneum' );
1388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '158.9', '', 'Malignant neoplasm of peritoneum unspecified' );
1389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '159.0', '', 'Malignant neoplasm of intestinal tract part unspecified' );
1390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '159.1', '', 'Malignant neoplasm of spleen not elsewhere classified' );
1391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '159.8', '', 'Malignant neoplasm of other sites of digestive system and intra-abdominal organs' );
1392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '159.9', '', 'Malignant neoplasm of ill-defined sites within the digestive organs and peritoneum' );
1393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.0', '', 'Malignant neoplasm of nasal cavities' );
1394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.1', '', 'Malignant neoplasm of auditory tube middle ear and mastoid air cells' );
1395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.2', '', 'Malignant neoplasm of maxillary sinus' );
1396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.3', '', 'Malignant neoplasm of ethmoidal sinus' );
1397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.4', '', 'Malignant neoplasm of frontal sinus' );
1398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.5', '', 'Malignant neoplasm of sphenoidal sinus' );
1399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.8', '', 'Malignant neoplasm of other accessory sinuses' );
1400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '160.9', '', 'Malignant neoplasm of accessory sinus unspecified' );
1401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.0', '', 'Malignant neoplasm of glottis' );
1402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.1', '', 'Malignant neoplasm of supraglottis' );
1403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.2', '', 'Malignant neoplasm of subglottis' );
1404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.3', '', 'Malignant neoplasm of laryngeal cartilages' );
1405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.8', '', 'Malignant neoplasm of other specified sites of larynx' );
1406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '161.9', '', 'Malignant neoplasm of larynx unspecified' );
1407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.0', '', 'Malignant neoplasm of trachea' );
1408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.2', '', 'Malignant neoplasm of main bronchus' );
1409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.3', '', 'Malignant neoplasm of upper lobe bronchus or lung' );
1410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.4', '', 'Malignant neoplasm of middle lobe bronchus or lung' );
1411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.5', '', 'Malignant neoplasm of lower lobe bronchus or lung' );
1412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.8', '', 'Malignant neoplasm of other parts of bronchus or lung' );
1413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '162.9', '', 'Malignant neoplasm of bronchus and lung unspecified' );
1414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '163.0', '', 'Malignant neoplasm of parietal pleura' );
1415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '163.1', '', 'Malignant neoplasm of visceral pleura' );
1416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '163.8', '', 'Malignant neoplasm of other specified sites of pleura' );
1417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '163.9', '', 'Malignant neoplasm of pleura unspecified' );
1418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.0', '', 'Malignant neoplasm of thymus' );
1419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.1', '', 'Malignant neoplasm of heart' );
1420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.2', '', 'Malignant neoplasm of anterior mediastinum' );
1421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.3', '', 'Malignant neoplasm of posterior mediastinum' );
1422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.8', '', 'Malignant neoplasm of other parts of mediastinum' );
1423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '164.9', '', 'Malignant neoplasm of mediastinum part unspecified' );
1424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '165.0', '', 'Malignant neoplasm of upper respiratory tract part unspecified' );
1425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '165.8', '', 'Malignant neoplasm of other sites within the respiratory system and intrathoracic organs' );
1426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '165.9', '', 'Malignant neoplasm of ill-defined sites within the respiratory system' );
1427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.0', '', 'Malignant neoplasm of bones of skull and face except mandible' );
1428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.1', '', 'Malignant neoplasm of mandible' );
1429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.2', '', 'Malignant neoplasm of vertebral column excluding sacrum and coccyx' );
1430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.3', '', 'Malignant neoplasm of ribs sternum and clavicle' );
1431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.4', '', 'Malignant neoplasm of scapula and long bones of upper limb' );
1432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.5', '', 'Malignant neoplasm of short bones of upper limb' );
1433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.6', '', 'Malignant neoplasm of pelvic bones sacrum and coccyx' );
1434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.7', '', 'Malignant neoplasm of long bones of lower limb' );
1435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.8', '', 'Malignant neoplasm of short bones of lower limb' );
1436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '170.9', '', 'Malignant neoplasm of bone and articular cartilage site unspecified' );
1437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.0', '', 'Malignant neoplasm of connective and other soft tissue of head face and neck' );
1438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.2', '', 'Malignant neoplasm of connective and other soft tissue of upper limb including shoulder' );
1439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.3', '', 'Malignant neoplasm of connective and other soft tissue of lower limb including hip' );
1440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.4', '', 'Malignant neoplasm of connective and other soft tissue of thorax' );
1441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.5', '', 'Malignant neoplasm of connective and other soft tissue of abdomen' );
1442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.6', '', 'Malignant neoplasm of connective and other soft tissue of pelvis' );
1443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.7', '', 'Malignant neoplasm of connective and other soft tissue of trunk unspecified' );
1444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.8', '', 'Malignant neoplasm of other specified sites of connective and other soft tissue' );
1445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '171.9', '', 'Malignant neoplasm of connective and other soft tissue site unspecified' );
1446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.0', '', 'Malignant melanoma of skin of lip' );
1447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.1', '', 'Malignant melanoma of skin of eyelid including canthus' );
1448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.2', '', 'Malignant melanoma of skin of ear and external auditory canal' );
1449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.3', '', 'Malignant melanoma of skin of other and unspecified parts of face' );
1450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.4', '', 'Malignant melanoma of skin of scalp and neck' );
1451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.5', '', 'Malignant melanoma of skin of trunk except scrotum' );
1452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.6', '', 'Malignant melanoma of skin of upper limb including shoulder' );
1453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.7', '', 'Malignant melanoma of skin of lower limb including hip' );
1454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.8', '', 'Malignant melanoma of other specified sites of skin' );
1455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '172.9', '', 'Melanoma of skin site unspecified' );
1456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.0', '', 'Other malignant neoplasm of skin of lip' );
1457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.1', '', 'Other malignant neoplasm of skin of eyelid including canthus' );
1458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.2', '', 'Other malignant neoplasm of skin of ear and external auditory canal' );
1459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.3', '', 'Other malignant neoplasm of skin of other and unspecified parts of face' );
1460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.4', '', 'Other malignant neoplasm of scalp and skin of neck' );
1461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.5', '', 'Other malignant neoplasm of skin of trunk except scrotum' );
1462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.6', '', 'Other malignant neoplasm of skin of upper limb including shoulder' );
1463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.7', '', 'Other malignant neoplasm of skin of lower limb including hip' );
1464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.8', '', 'Other malignant neoplasm of other specified sites of skin' );
1465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '173.9', '', 'Other malignant neoplasm of skin site unspecified' );
1466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.0', '', 'Malignant neoplasm of nipple and areola of female breast' );
1467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.1', '', 'Malignant neoplasm of central portion of female breast' );
1468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.2', '', 'Malignant neoplasm of upper-inner quadrant of female breast' );
1469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.3', '', 'Malignant neoplasm of lower-inner quadrant of female breast' );
1470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.4', '', 'Malignant neoplasm of upper-outer quadrant of female breast' );
1471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.5', '', 'Malignant neoplasm of lower-outer quadrant of female breast' );
1472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.6', '', 'Malignant neoplasm of axillary tail of female breast' );
1473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.8', '', 'Malignant neoplasm of other specified sites of female breast' );
1474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '174.9', '', 'Malignant neoplasm of breast (female) unspecified site' );
1475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '175.0', '', 'Malignant neoplasm of nipple and areola of male breast' );
1476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '175.9', '', 'Malignant neoplasm of other and unspecified sites of male breast' );
1477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.0', '', 'Kaposi''s sarcoma skin' );
1478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.1', '', 'Kaposi''s sarcoma soft tissue' );
1479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.2', '', 'Kaposi''s sarcoma palate' );
1480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.3', '', 'Kaposi''s sarcoma gastrointestinal sites' );
1481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.4', '', 'Kaposi''s sarcoma lung' );
1482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.5', '', 'Kaposi''s sarcoma lymph nodes' );
1483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.8', '', 'Kaposi''s sarcoma other specified sites' );
1484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '176.9', '', 'Kaposi''s sarcoma unspecified site' );
1485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '179', '', 'Malignant neoplasm of uterus-part unspecified' );
1486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '180.0', '', 'Malignant neoplasm of endocervix' );
1487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '180.1', '', 'Malignant neoplasm of exocervix' );
1488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '180.8', '', 'Malignant neoplasm of other specified sites of cervix' );
1489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '180.9', '', 'Malignant neoplasm of cervix uteri unspecified site' );
1490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '181', '', 'Malignant neoplasm of placenta' );
1491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '182.0', '', 'Malignant neoplasm of corpus uteri except isthmus' );
1492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '182.1', '', 'Malignant neoplasm of isthmus' );
1493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '182.8', '', 'Malignant neoplasm of other specified sites of body of uterus' );
1494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.0', '', 'Malignant neoplasm of ovary' );
1495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.2', '', 'Malignant neoplasm of fallopian tube' );
1496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.3', '', 'Malignant neoplasm of broad ligament of uterus' );
1497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.4', '', 'Malignant neoplasm of parametrium' );
1498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.5', '', 'Malignant neoplasm of round ligament of uterus' );
1499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.8', '', 'Malignant neoplasm of other specified sites of uterine adnexa' );
1500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '183.9', '', 'Malignant neoplasm of uterine adnexa unspecified site' );
1501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.0', '', 'Malignant neoplasm of vagina' );
1502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.1', '', 'Malignant neoplasm of labia majora' );
1503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.2', '', 'Malignant neoplasm of labia minora' );
1504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.3', '', 'Malignant neoplasm of clitoris' );
1505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.4', '', 'Malignant neoplasm of vulva unspecified site' );
1506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.8', '', 'Malignant neoplasm of other specified sites of female genital organs' );
1507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '184.9', '', 'Malignant neoplasm of female genital organ site unspecified' );
1508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '185', '', 'Malignant neoplasm of prostate' );
1509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '186.0', '', 'Malignant neoplasm of undescended testis' );
1510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '186.9', '', 'Malignant neoplasm of other and unspecified testis' );
1511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.1', '', 'Malignant neoplasm of prepuce' );
1512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.2', '', 'Malignant neoplasm of glans penis' );
1513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.3', '', 'Malignant neoplasm of body of penis' );
1514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.4', '', 'Malignant neoplasm of penis part unspecified' );
1515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.5', '', 'Malignant neoplasm of epididymis' );
1516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.6', '', 'Malignant neoplasm of spermatic cord' );
1517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.7', '', 'Malignant neoplasm of scrotum' );
1518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.8', '', 'Malignant neoplasm of other specified sites of male genital organs' );
1519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '187.9', '', 'Malignant neoplasm of male genital organ site unspecified' );
1520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.0', '', 'Malignant neoplasm of trigone of urinary bladder' );
1521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.1', '', 'Malignant neoplasm of dome of urinary bladder' );
1522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.2', '', 'Malignant neoplasm of lateral wall of urinary bladder' );
1523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.3', '', 'Malignant neoplasm of anterior wall of urinary bladder' );
1524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.4', '', 'Malignant neoplasm of posterior wall of urinary bladder' );
1525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.5', '', 'Malignant neoplasm of bladder neck' );
1526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.6', '', 'Malignant neoplasm of ureteric orifice' );
1527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.7', '', 'Malignant neoplasm of urachus' );
1528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.8', '', 'Malignant neoplasm of other specified sites of bladder' );
1529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '188.9', '', 'Malignant neoplasm of bladder part unspecified' );
1530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.0', '', 'Malignant neoplasm of kidney except pelvis' );
1531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.1', '', 'Malignant neoplasm of renal pelvis' );
1532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.2', '', 'Malignant neoplasm of ureter' );
1533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.3', '', 'Malignant neoplasm of urethra' );
1534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.4', '', 'Malignant neoplasm of paraurethral glands' );
1535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.8', '', 'Malignant neoplasm of other specified sites of urinary organs' );
1536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '189.9', '', 'Malignant neoplasm of urinary organ site unspecified' );
1537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.0', '', 'Malignant neoplasm of eyeball except conjunctiva cornea retina and choroid' );
1538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.1', '', 'Malignant neoplasm of orbit' );
1539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.2', '', 'Malignant neoplasm of lacrimal gland' );
1540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.3', '', 'Malignant neoplasm of conjunctiva' );
1541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.4', '', 'Malignant neoplasm of cornea' );
1542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.5', '', 'Malignant neoplasm of retina' );
1543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.6', '', 'Malignant neoplasm of choroid' );
1544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.7', '', 'Malignant neoplasm of lacrimal duct' );
1545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.8', '', 'Malignant neoplasm of other specified sites of eye' );
1546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '190.9', '', 'Malignant neoplasm of eye part unspecified' );
1547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.0', '', 'Malignant neoplasm of cerebrum except lobes and ventricles' );
1548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.1', '', 'Malignant neoplasm of frontal lobe' );
1549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.2', '', 'Malignant neoplasm of temporal lobe' );
1550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.3', '', 'Malignant neoplasm of parietal lobe' );
1551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.4', '', 'Malignant neoplasm of occipital lobe' );
1552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.5', '', 'Malignant neoplasm of ventricles' );
1553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.6', '', 'Malignant neoplasm of cerebellum nos' );
1554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.7', '', 'Malignant neoplasm of brain stem' );
1555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.8', '', 'Malignant neoplasm of other parts of brain' );
1556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '191.9', '', 'Malignant neoplasm of brain unspecified site' );
1557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.0', '', 'Malignant neoplasm of cranial nerves' );
1558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.1', '', 'Malignant neoplasm of cerebral meninges' );
1559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.2', '', 'Malignant neoplasm of spinal cord' );
1560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.3', '', 'Malignant neoplasm of spinal meninges' );
1561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.8', '', 'Malignant neoplasm of other specified sites of nervous system' );
1562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '192.9', '', 'Malignant neoplasm of nervous system part unspecified' );
1563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '193', '', 'Malignant neoplasm of thyroid gland' );
1564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.0', '', 'Malignant neoplasm of adrenal gland' );
1565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.1', '', 'Malignant neoplasm of parathyroid gland' );
1566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.3', '', 'Malignant neoplasm of pituitary gland and craniopharyngeal duct' );
1567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.4', '', 'Malignant neoplasm of pineal gland' );
1568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.5', '', 'Malignant neoplasm of carotid body' );
1569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.6', '', 'Malignant neoplasm of aortic body and other paraganglia' );
1570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.8', '', 'Malignant neoplasm of other endocrine glands and related structures' );
1571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '194.9', '', 'Malignant neoplasm of endocrine gland site unspecified' );
1572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.0', '', 'Malignant neoplasm of head face and neck' );
1573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.1', '', 'Malignant neoplasm of thorax' );
1574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.2', '', 'Malignant neoplasm of abdomen' );
1575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.3', '', 'Malignant neoplasm of pelvis' );
1576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.4', '', 'Malignant neoplasm of upper limb' );
1577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.5', '', 'Malignant neoplasm of lower limb' );
1578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '195.8', '', 'Malignant neoplasm of other specified sites' );
1579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.0', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of head face and neck' );
1580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.1', '', 'Secondary and unspecified malignant neoplasm of intrathoracic lymph nodes' );
1581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.2', '', 'Secondary and unspecified malignant neoplasm of intra-abdominal lymph nodes' );
1582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.3', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of axilla and upper limb' );
1583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.5', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of inguinal region and lower limb' );
1584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.6', '', 'Secondary and unspecified malignant neoplasm of intrapelvic lymph nodes' );
1585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.8', '', 'Secondary and unspecified malignant neoplasm of lymph nodes of multiple sites' );
1586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '196.9', '', 'Secondary and unspecified malignant neoplasm of lymph nodes site unspecified' );
1587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.0', '', 'Secondary malignant neoplasm of lung' );
1588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.1', '', 'Secondary malignant neoplasm of mediastinum' );
1589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.2', '', 'Secondary malignant neoplasm of pleura' );
1590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.3', '', 'Secondary malignant neoplasm of other respiratory organs' );
1591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.4', '', 'Secondary malignant neoplasm of small intestine including duodenum' );
1592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.5', '', 'Secondary malignant neoplasm of large intestine and rectum' );
1593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.6', '', 'Secondary malignant neoplasm of retroperitoneum and peritoneum' );
1594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.7', '', 'Malignant neoplasm of liver secondary' );
1595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '197.8', '', 'Secondary malignant neoplasm of other digestive organs and spleen' );
1596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.0', '', 'Secondary malignant neoplasm of kidney' );
1597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.1', '', 'Secondary malignant neoplasm of other urinary organs' );
1598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.2', '', 'Secondary malignant neoplasm of skin' );
1599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.3', '', 'Secondary malignant neoplasm of brain and spinal cord' );
1600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.4', '', 'Secondary malignant neoplasm of other parts of nervous system' );
1601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.5', '', 'Secondary malignant neoplasm of bone and bone marrow' );
1602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.6', '', 'Secondary malignant neoplasm of ovary' );
1603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.7', '', 'Secondary malignant neoplasm of adrenal gland' );
1604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.81', '', 'Secondary malignant neoplasm of breast' );
1605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.82', '', 'Secondary malignant neoplasm of genital organs' );
1606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '198.89', '', 'Secondary malignant neoplasm of other specified sites' );
1607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '199.0', '', 'Disseminated malignant neoplasm' );
1608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '199.1', '', 'Other malignant neoplasm of unspecified site' );
1609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '199.2', '', 'Malignant neoplasm associated with transplant organ' );
1610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.00', '', 'Reticulosarcoma unspecified site' );
1611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.01', '', 'Reticulosarcoma involving lymph nodes of head face and neck' );
1612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.02', '', 'Reticulosarcoma involving intrathoracic lymph nodes' );
1613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.03', '', 'Reticulosarcoma involving intra-abdominal lymph nodes' );
1614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.04', '', 'Reticulosarcoma involving lymph nodes of axilla and upper limb' );
1615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.05', '', 'Reticulosarcoma involving lymph nodes of inguinal region and lower limb' );
1616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.06', '', 'Reticulosarcoma involving intrapelvic lymph nodes' );
1617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.07', '', 'Reticulosarcoma involving spleen' );
1618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.08', '', 'Reticulosarcoma involving lymph nodes of multiple sites' );
1619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.10', '', 'Lymphosarcoma unspecified site' );
1620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.11', '', 'Lymphosarcoma involving lymph nodes of head face and neck' );
1621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.12', '', 'Lymphosarcoma involving intrathoracic lymph nodes' );
1622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.13', '', 'Lymphosarcoma involving intra-abdominal lymph nodes' );
1623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.14', '', 'Lymphosarcoma involving lymph nodes of axilla and upper limb' );
1624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.15', '', 'Lymphosarcoma involving lymph nodes of inguinal region and lower limb' );
1625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.16', '', 'Lymphosarcoma involving intrapelvic lymph nodes' );
1626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.17', '', 'Lymphosarcoma involving spleen' );
1627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.18', '', 'Lymphosarcoma involving lymph nodes of multiple sites' );
1628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.20', '', 'Burkitt''s tumor or lymphoma unspecified site' );
1629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.21', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of head face and neck' );
1630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.22', '', 'Burkitt''s tumor or lymphoma involving intrathoracic lymph nodes' );
1631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.23', '', 'Burkitt''s tumor or lymphoma involving intra-abdominal lymph nodes' );
1632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.24', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of axilla and upper limb' );
1633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.25', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of inguinal region and lower limb' );
1634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.26', '', 'Burkitt''s tumor or lymphoma involving intrapelvic lymph nodes' );
1635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.27', '', 'Burkitt''s tumor or lymphoma involving spleen' );
1636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.28', '', 'Burkitt''s tumor or lymphoma involving lymph nodes of multiple sites' );
1637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.30', '', 'Marginal zone lymphoma, unspecified site, extranodal and solid organ sites' );
1638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.31', '', 'Marginal zone lymphoma, lymph nodes of head, face and neck' );
1639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.32', '', 'Marginal zone lymphoma, intrathoracic lymph nodes' );
1640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.33', '', 'Marginal zone lymphoma, intraabdominal lymph nodes' );
1641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.34', '', 'Marginal zone lymphoma, lymph nodes of axilla and upper limb' );
1642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.35', '', 'Marginal zone lymphoma, lymph nodes of inguinal region and lower limb' );
1643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.36', '', 'Marginal zone lymphoma, intrapelvic lymph nodes' );
1644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.37', '', 'Marginal zone lymphoma, spleen' );
1645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.38', '', 'Marginal zone lymphoma, lymph nodes of multiple sites' );
1646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.40', '', 'Mantle cell lymphoma, unspecified site, extranodal and solid organ sites' );
1647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.41', '', 'Mantle cell lymphoma, lymph nodes of head, face and neck' );
1648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.42', '', 'Mantle cell lymphoma, intrathoracic lymph nodes' );
1649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.43', '', 'Mantle cell lymphoma, intra-abdominal lymph nodes' );
1650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.44', '', 'Mantle cell lymphoma, lymph nodes of axilla and upper limb' );
1651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.45', '', 'Mantle cell lymphoma, lymph nodes of inguinal region and lower limb' );
1652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.46', '', 'Mantle cell lymphoma, intrapelvic lymph nodes' );
1653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.47', '', 'Mantle cell lymphoma, spleen' );
1654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.48', '', 'Mantle cell lymphoma, lymph nodes multiple sites' );
1655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.50', '', 'Primary central nervous system lymphoma, unspecified site, extranodal and solid organ sites' );
1656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.51', '', 'Primary central nervous system lymphoma, lymph nodes of head, face, and neck' );
1657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.52', '', 'Primary central nervous system lymphoma, intrathoracic lymph nodes' );
1658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.53', '', 'Primary central nervous system lymphoma, intra-abdominal lymph nodes' );
1659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.54', '', 'Primary central nervous system lymphoma, lymph nodes of axilla and upper limb' );
1660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.55', '', 'Primary central nervous system lymphoma, lymph nodes of inguinal region and lower limb' );
1661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.56', '', 'Primary central nervous system lymphoma, intrapelvic lymph nodes' );
1662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.57', '', 'Primary central nervous system lymphoma, spleen' );
1663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.58', '', 'Primary central nervous system lymphoma, lymph nodes of multiple sites' );
1664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.60', '', 'Anaplastic large cell lymphoma, unspecified site, extranodal and solid organ sites' );
1665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.61', '', 'Anaplastic large cell lymphoma, lymph nodes of head, face, and neck' );
1666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.62', '', 'Anaplastic large cell lymphoma, intrathoracic lymph nodes' );
1667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.63', '', 'Anaplastic large cell lymphoma, intra-abdominal lymph nodes' );
1668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.64', '', 'Anaplastic large cell lymphoma, lymph nodes of axilla and upper limb' );
1669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.65', '', 'Anaplastic large cell lymphoma, lymph nodes of inguinal region and lower limb' );
1670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.66', '', 'Anaplastic large cell lymphoma, intrapelvic lymph nodes' );
1671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.67', '', 'Anaplastic large cell lymphoma, spleen' );
1672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.68', '', 'Anaplastic large cell lymphoma, lymph nodes of multiple sites' );
1673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.70', '', 'Large cell lymphoma, unspecified site, extranodal and solid organ sites' );
1674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.71', '', 'Large cell lymphoma, lymph nodes of head, face, and neck' );
1675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.72', '', 'Large cell lymphoma, intrathoracic lymph nodes' );
1676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.73', '', 'Large cell lymphoma, intra-abdominal lymph nodes' );
1677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.74', '', 'Large cell lymphoma, lymph nodes of axilla and upper limb' );
1678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.75', '', 'Large cell lymphoma, lymph nodes of inguinal region and lower limb' );
1679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.76', '', 'Large cell lymphoma, intrapelvic lymph nodes' );
1680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.77', '', 'Large cell lymphoma, spleen' );
1681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.78', '', 'Large cell lymphoma, lymph nodes of multiple sites' );
1682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.80', '', 'Other named variants of lymphosarcoma and reticulosarcoma unspecified site' );
1683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.81', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving lymph nodes of head face and neck' );
1684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.82', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrathoracic lymph nodes' );
1685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.83', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intra-abdominal lymph nodes' );
1686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.84', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving lymph nodes of axilla and upper limb' );
1687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.85', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving lymph nodes of inguinal region and lower limb' );
1688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.86', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving intrapelvic lymph nodes' );
1689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.87', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving spleen' );
1690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '200.88', '', 'Other named variants of lymphosarcoma and reticulosarcoma involving lymph nodes of multiple sites' );
1691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.00', '', 'Hodgkin''s paragranuloma unspecified site' );
1692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.01', '', 'Hodgkin''s paragranuloma involving lymph nodes of head face and neck' );
1693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.02', '', 'Hodgkin''s paragranuloma involving intrathoracic lymph nodes' );
1694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.03', '', 'Hodgkin''s paragranuloma involving intra-abdominal lymph nodes' );
1695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.04', '', 'Hodgkin''s paragranuloma involving lymph nodes of axilla and upper limb' );
1696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.05', '', 'Hodgkin''s paragranuloma involving lymph nodes of inguinal region and lower limb' );
1697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.06', '', 'Hodgkin''s paragranuloma involving intrapelvic lymph nodes' );
1698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.07', '', 'Hodgkin''s paragranuloma involving spleen' );
1699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.08', '', 'Hodgkin''s paragranuloma involving lymph nodes of multiple sites' );
1700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.10', '', 'Hodgkin''s granuloma unspecified site' );
1701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.11', '', 'Hodgkin''s granuloma involving lymph nodes of head face and neck' );
1702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.12', '', 'Hodgkin''s granuloma involving intrathoracic lymph nodes' );
1703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.13', '', 'Hodgkin''s granuloma involving intra-abdominal lymph nodes' );
1704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.14', '', 'Hodgkin''s granuloma involving lymph nodes of axilla and upper limb' );
1705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.15', '', 'Hodgkin''s granuloma involving lymph nodes of inguinal region and lower limb' );
1706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.16', '', 'Hodgkin''s granuloma involving intrapelvic lymph nodes' );
1707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.17', '', 'Hodgkin''s granuloma involving spleen' );
1708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.18', '', 'Hodgkin''s granuloma involving lymph nodes of multiple sites' );
1709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.20', '', 'Hodgkin''s sarcoma unspecified site' );
1710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.21', '', 'Hodgkin''s sarcoma involving lymph nodes of head face and neck' );
1711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.22', '', 'Hodgkin''s sarcoma involving intrathoracic lymph nodes' );
1712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.23', '', 'Hodgkin''s sarcoma involving intra-abdominal lymph nodes' );
1713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.24', '', 'Hodgkin''s sarcoma involving lymph nodes of axilla and upper limb' );
1714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.25', '', 'Hodgkin''s sarcoma involving lymph nodes of inguinal region and lower limb' );
1715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.26', '', 'Hodgkin''s sarcoma involving intrapelvic lymph nodes' );
1716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.27', '', 'Hodgkin''s sarcoma involving spleen' );
1717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.28', '', 'Hodgkin''s sarcoma involving lymph nodes of multiple sites' );
1718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.40', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance unspecified site' );
1719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.41', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving lymph nodes of head face and neck' );
1720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.42', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrathoracic lymph nodes' );
1721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.43', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intra-abdominal lymph nodes' );
1722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.44', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving lymph nodes of axilla and upper limb' );
1723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.45', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving lymph nodes of inguinal region and lower limb' );
1724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.46', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving intrapelvic lymph nodes' );
1725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.47', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving spleen' );
1726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.48', '', 'Hodgkin''s disease lymphocytic-histiocytic predominance involving lymph nodes of multiple sites' );
1727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.50', '', 'Hodgkin''s disease nodular sclerosis unspecified site' );
1728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.51', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of head face and neck' );
1729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.52', '', 'Hodgkin''s disease nodular sclerosis involving intrathoracic lymph nodes' );
1730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.53', '', 'Hodgkin''s disease nodular sclerosis involving intra-abdominal lymph nodes' );
1731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.54', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of axilla and upper limb' );
1732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.55', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of inguinal region and lower limb' );
1733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.56', '', 'Hodgkin''s disease nodular sclerosis involving intrapelvic lymph nodes' );
1734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.57', '', 'Hodgkin''s disease nodular sclerosis involving spleen' );
1735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.58', '', 'Hodgkin''s disease nodular sclerosis involving lymph nodes of multiple sites' );
1736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.60', '', 'Hodgkin''s disease mixed cellularity unspecified site' );
1737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.61', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of head face and neck' );
1738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.62', '', 'Hodgkin''s disease mixed cellularity involving intrathoracic lymph nodes' );
1739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.63', '', 'Hodgkin''s disease mixed cellularity involving intra-abdominal lymph nodes' );
1740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.64', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of axilla and upper limb' );
1741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.65', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of inguinal region and lower limb' );
1742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.66', '', 'Hodgkin''s disease mixed cellularity involving intrapelvic lymph nodes' );
1743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.67', '', 'Hodgkin''s disease mixed cellularity involving spleen' );
1744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.68', '', 'Hodgkin''s disease mixed cellularity involving lymph nodes of multiple sites' );
1745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.70', '', 'Hodgkin''s disease lymphocytic depletion unspecified site' );
1746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.71', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of head face and neck' );
1747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.72', '', 'Hodgkin''s disease lymphocytic depletion involving intrathoracic lymph nodes' );
1748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.73', '', 'Hodgkin''s disease lymphocytic depletion involving intra-abdominal lymph nodes' );
1749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.74', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of axilla and upper limb' );
1750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.75', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of inguinal region and lower limb' );
1751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.76', '', 'Hodgkin''s disease lymphocytic depletion involving intrapelvic lymph nodes' );
1752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.77', '', 'Hodgkin''s disease lymphocytic depletion involving spleen' );
1753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.78', '', 'Hodgkin''s disease lymphocytic depletion involving lymph nodes of multiple sites' );
1754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.90', '', 'Hodgkin''s disease unspecified type unspecified site' );
1755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.91', '', 'Hodgkin''s disease unspecified type involving lymph nodes of head face and neck' );
1756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.92', '', 'Hodgkin''s disease unspecified type involving intrathoracic lymph nodes' );
1757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.93', '', 'Hodgkin''s disease unspecified type involving intra-abdominal lymph nodes' );
1758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.94', '', 'Hodgkin''s disease unspecified type involving lymph nodes of axilla and upper limb' );
1759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.95', '', 'Hodgkin''s disease unspecified type involving lymph nodes of inguinal region and lower limb' );
1760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.96', '', 'Hodgkin''s disease unspecified type involving intrapelvic lymph nodes' );
1761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.97', '', 'Hodgkin''s disease unspecified type involving spleen' );
1762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '201.98', '', 'Hodgkin''s disease unspecified type involving lymph nodes of multiple sites' );
1763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.00', '', 'Nodular lymphoma unspecified site' );
1764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.01', '', 'Nodular lymphoma involving lymph nodes of head face and neck' );
1765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.02', '', 'Nodular lymphoma involving intrathoracic lymph nodes' );
1766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.03', '', 'Nodular lymphoma involving intra-abdominal lymph nodes' );
1767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.04', '', 'Nodular lymphoma involving lymph nodes of axilla and upper limb' );
1768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.05', '', 'Nodular lymphoma involving lymph nodes of inguinal region and lower limb' );
1769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.06', '', 'Nodular lymphoma involving intrapelvic lymph nodes' );
1770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.07', '', 'Nodular lymphoma involving spleen' );
1771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.08', '', 'Nodular lymphoma involving lymph nodes of multiple sites' );
1772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.10', '', 'Mycosis fungoides unspecified site' );
1773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.11', '', 'Mycosis fungoides involving lymph nodes of head face and neck' );
1774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.12', '', 'Mycosis fungoides involving intrathoracic lymph nodes' );
1775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.13', '', 'Mycosis fungoides involving intra-abdominal lymph nodes' );
1776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.14', '', 'Mycosis fungoides involving lymph nodes of axilla and upper limb' );
1777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.15', '', 'Mycosis fungoides involving lymph nodes of inguinal region and lower limb' );
1778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.16', '', 'Mycosis fungoides involving intrapelvic lymph nodes' );
1779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.17', '', 'Mycosis fungoides involving spleen' );
1780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.18', '', 'Mycosis fungoides involving lymph nodes of multiple sites' );
1781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.20', '', 'Sezary''s disease unspecified site' );
1782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.21', '', 'Sezary''s disease involving lymph nodes of head face and neck' );
1783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.22', '', 'Sezary''s disease involving intrathoracic lymph nodes' );
1784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.23', '', 'Sezary''s disease involving intra-abdominal lymph nodes' );
1785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.24', '', 'Sezary''s disease involving lymph nodes of axilla and upper limb' );
1786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.25', '', 'Sezary''s disease involving lymph nodes of inguinal region and lower limb' );
1787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.26', '', 'Sezary''s disease involving intrapelvic lymph nodes' );
1788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.27', '', 'Sezary''s disease involving spleen' );
1789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.28', '', 'Sezary''s disease involving lymph nodes of multiple sites' );
1790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.30', '', 'Malignant histiocytosis unspecified site' );
1791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.31', '', 'Malignant histiocytosis involving lymph nodes of head face and neck' );
1792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.32', '', 'Malignant histiocytosis involving intrathoracic lymph nodes' );
1793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.33', '', 'Malignant histiocytosis involving intra-abdominal lymph nodes' );
1794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.34', '', 'Malignant histiocytosis involving lymph nodes of axilla and upper limb' );
1795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.35', '', 'Malignant histiocytosis involving lymph nodes of inguinal region and lower limb' );
1796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.36', '', 'Malignant histiocytosis involving intrapelvic lymph nodes' );
1797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.37', '', 'Malignant histiocytosis involving spleen' );
1798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.38', '', 'Malignant histiocytosis involving lymph nodes of multiple sites' );
1799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.40', '', 'Leukemic reticuloendotheliosis unspecified site' );
1800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.41', '', 'Leukemic reticuloendotheliosis involving lymph nodes of head face and neck' );
1801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.42', '', 'Leukemic reticuloendotheliosis involving intrathoracic lymph nodes' );
1802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.43', '', 'Leukemic reticuloendotheliosis involving intra-abdominal lymph nodes' );
1803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.44', '', 'Leukemic reticuloendotheliosis involving lymph nodes of axilla and upper arm' );
1804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.45', '', 'Leukemic reticuloendotheliosis involving lymph nodes of inguinal region and lower limb' );
1805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.46', '', 'Leukemic reticuloendotheliosis involving intrapelvic lymph nodes' );
1806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.47', '', 'Leukemic reticuloendotheliosis involving spleen' );
1807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.48', '', 'Leukemic reticuloendotheliosis involving lymph nodes of multiple sites' );
1808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.50', '', 'Letterer-siwe disease unspecified site' );
1809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.51', '', 'Letterer-siwe disease involving lymph nodes of head face and neck' );
1810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.52', '', 'Letterer-siwe disease involving intrathoracic lymph nodes' );
1811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.53', '', 'Letterer-siwe disease involving intra-abdominal lymph nodes' );
1812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.54', '', 'Letterer-siwe disease involving lymph nodes of axilla and upper limb' );
1813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.55', '', 'Letterer-siwe disease involving lymph nodes of inguinal region and lower limb' );
1814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.56', '', 'Letterer-siwe disease involving intrapelvic lymph nodes' );
1815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.57', '', 'Letterer-siwe disease involving spleen' );
1816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.58', '', 'Letterer-siwe disease involving lymph nodes of multiple sites' );
1817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.60', '', 'Malignant mast cell tumors unspecified site' );
1818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.61', '', 'Malignant mast cell tumors involving lymph nodes of head face and neck' );
1819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.62', '', 'Malignant mast cell tumors involving intrathoracic lymph nodes' );
1820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.63', '', 'Malignant mast cell tumors involving intra-abdominal lymph nodes' );
1821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.64', '', 'Malignant mast cell tumors involving lymph nodes of axilla and upper limb' );
1822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.65', '', 'Malignant mast cell tumors involving lymph nodes of inguinal region and lower limb' );
1823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.66', '', 'Malignant mast cell tumors involving intrapelvic lymph nodes' );
1824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.67', '', 'Malignant mast cell tumors involving spleen' );
1825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.68', '', 'Malignant mast cell tumors involving lymph nodes of multiple sites' );
1826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.70', '', 'Peripheral t-cell lymphoma, unspecified site, extranodal and solid organ sites' );
1827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.71', '', 'Peripheral t-cell lymphoma, lymph nodes of head, face and neck' );
1828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.72', '', 'Peripheral t-cell lymphoma, intrathoracic lymph nodes' );
1829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.73', '', 'Peripheral t-cell lymphoma, intraabdominal lymph nodes' );
1830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.74', '', 'Peripheral t-cell lymphoma, lymph nodes of axilla and upper limb' );
1831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.75', '', 'Peripheral t-cell lymphoma, lymph nodes of inguinal region and lower limb' );
1832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.76', '', 'Peripheral t-cell lymphoma, intrapelvic lymph nodes' );
1833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.77', '', 'Peripheral t-cell lymphoma, spleen' );
1834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.78', '', 'Peripheral t-cell lymphoma, lymph nodes of multiple sites' );
1835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.80', '', 'Other malignant lymphomas unspecified site' );
1836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.81', '', 'Other malignant lymphomas involving lymph nodes of head face and neck' );
1837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.82', '', 'Other malignant lymphomas involving intrathoracic lymph nodes' );
1838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.83', '', 'Other malignant lymphomas involving intra-abdominal lymph nodes' );
1839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.84', '', 'Other malignant lymphomas involving lymph nodes of axilla and upper limb' );
1840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.85', '', 'Other malignant lymphomas involving lymph nodes of inguinal region and lower limb' );
1841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.86', '', 'Other malignant lymphomas involving intrapelvic lymph nodes' );
1842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.87', '', 'Other malignant lymphomas involving spleen' );
1843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.88', '', 'Other malignant lymphomas involving lymph nodes of multiple sites' );
1844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.90', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue unspecified site' );
1845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.91', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving lymph nodes of head face and neck' );
1846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.92', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving intrathoracic lymph nodes' );
1847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.93', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving intra-abdominal lymph nodes' );
1848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.94', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving lymph nodes of axilla and upper limb' );
1849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.95', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving lymph nodes of inguinal region and lower limb' );
1850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.96', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving intrapelvic lymph nodes' );
1851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.97', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving spleen' );
1852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '202.98', '', 'Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue involving lymph nodes of multiple sites' );
1853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.00', '', 'Multiple myeloma without remission' );
1854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.01', '', 'Multiple myeloma in remission' );
1855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.02', '', 'Multiple myeloma, in relapse' );
1856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.10', '', 'Plasma cell leukemia without remission' );
1857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.11', '', 'Plasma cell leukemia in remission' );
1858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.12', '', 'Plasma cell leukemia, in relapse' );
1859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.80', '', 'Other immunoproliferative neoplasms without remission' );
1860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.81', '', 'Other immunoproliferative neoplasms in remission' );
1861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '203.82', '', 'Other immunoproliferative neoplasms, in relapse' );
1862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.00', '', 'Lymphoid leukemia acute without mention of having achieved remission' );
1863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.01', '', 'Lymphoid leukemia acute in remission' );
1864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.02', '', 'Acute lymphoid leukemia, in relapse' );
1865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.10', '', 'Lymphoid leukemia chronic without mention of having achieved remission' );
1866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.11', '', 'Lymphoid leukemia chronic in remission' );
1867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.12', '', 'Chronic lymphoid leukemia, in relapse' );
1868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.20', '', 'Lymphoid leukemia subacute without mention of having achieved remission' );
1869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.21', '', 'Lymphoid leukemia subacute in remission' );
1870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.22', '', 'Subacute lymphoid leukemia, in relapse' );
1871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.80', '', 'Other lymphoid leukemia without mention of having achieved remission' );
1872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.81', '', 'Other lymphoid leukemia in remission' );
1873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.82', '', 'Other lymphoid leukemia, in relapse' );
1874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.90', '', 'Unspecified lymphoid leukemia without mention of having achieved remission' );
1875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.91', '', 'Unspecified lymphoid leukemia in remission' );
1876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '204.92', '', 'Unspecified lymphoid leukemia, in relapse' );
1877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.00', '', 'Myeloid leukemia acute without mention of having achieved remission' );
1878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.01', '', 'Myeloid leukemia acute in remission' );
1879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.02', '', 'Acute myeloid leukemia, in relapse' );
1880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.10', '', 'Myeloid leukemia chronic without mention of having achieved remission' );
1881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.11', '', 'Myeloid leukemia chronic in remission' );
1882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.12', '', 'Chronic myeloid leukemia, in relapse' );
1883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.20', '', 'Myeloid leukemia subacute without mention of having achieved remission' );
1884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.21', '', 'Myeloid leukemia subacute in remission' );
1885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.22', '', 'Subacute myeloid leukemia, in relapse' );
1886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.30', '', 'Myeloid sarcoma without mention of having achieved remission' );
1887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.31', '', 'Myeloid sarcoma in remission' );
1888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.32', '', 'Myeloid sarcoma, in relapse' );
1889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.80', '', 'Other myeloid leukemia without mention of having achieved remission' );
1890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.81', '', 'Other myeloid leukemia in remission' );
1891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.82', '', 'Other myeloid leukemia, in relapse' );
1892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.90', '', 'Unspecified myeloid leukemia without mention of having achieved remission' );
1893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.91', '', 'Unspecified myeloid leukemia in remission' );
1894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '205.92', '', 'Unspecified myeloid leukemia, in relapse' );
1895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.00', '', 'Monocytic leukemia acute without mention of having achieved remission' );
1896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.01', '', 'Monocytic leukemia acute in remission' );
1897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.02', '', 'Acute monocytic leukemia, in relapse' );
1898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.10', '', 'Monocytic leukemia chronic without mention of having achieved remission' );
1899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.11', '', 'Monocytic leukemia chronic in remission' );
1900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.12', '', 'Chronic monocytic leukemia, in relapse' );
1901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.20', '', 'Monocytic leukemia subacute without mention of having achieved remission' );
1902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.21', '', 'Monocytic leukemia subacute in remission' );
1903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.22', '', 'Subacute monocytic leukemia, in relapse' );
1904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.80', '', 'Other monocytic leukemia without mention of having achieved remission' );
1905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.81', '', 'Other monocytic leukemia in remission' );
1906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.82', '', 'Other monocytic leukemia, in relapse' );
1907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.90', '', 'Unspecified monocytic leukemia without mention of having achieved remission' );
1908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.91', '', 'Unspecified monocytic leukemia in remission' );
1909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '206.92', '', 'Unspecified monocytic leukemia, in relapse' );
1910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.00', '', 'Acute erythremia and erythroleukemia without mention of having achieved remission' );
1911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.01', '', 'Acute erythremia and erythroleukemia in remission' );
1912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.02', '', 'Acute erythremia and erythroleukemia, in relapse' );
1913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.10', '', 'Chronic erythremia without mention of having achieved remission' );
1914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.11', '', 'Chronic erythremia in remission' );
1915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.12', '', 'Chronic erythremia, in relapse' );
1916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.20', '', 'Megakaryocytic leukemia without mention of having achieved remission' );
1917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.21', '', 'Megakaryocytic leukemia in remission' );
1918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.22', '', 'Megakaryocytic leukemia, in relapse' );
1919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.80', '', 'Other specified leukemia without mention of having achieved remission' );
1920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.81', '', 'Other specified leukemia in remission' );
1921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '207.82', '', 'Other specified leukemia, in relapse' );
1922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.00', '', 'Leukemia of unspecified cell type acute without mention of having achieved remission' );
1923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.01', '', 'Leukemia of unspecified cell type acute in remission' );
1924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.02', '', 'Acute leukemia of unspecified cell type, in relapse' );
1925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.10', '', 'Leukemia of unspecified cell type chronic without mention of having achieved remission' );
1926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.11', '', 'Leukemia of unspecified cell type chronic in remission' );
1927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.12', '', 'Chronic leukemia of unspecified cell type, in relapse' );
1928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.20', '', 'Leukemia of unspecified cell type subacute without mention of having achieved remission' );
1929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.21', '', 'Leukemia of unspecified cell type subacute in remission' );
1930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.22', '', 'Subacute leukemia of unspecified cell type, in relapse' );
1931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.80', '', 'Other leukemia of unspecified cell type without mention of having achieved remission' );
1932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.81', '', 'Other leukemia of unspecified cell type in remission' );
1933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.82', '', 'Other leukemia of unspecified cell type, in relapse' );
1934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.90', '', 'Unspecified leukemia without mention of having achieved remission' );
1935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.91', '', 'Unspecified leukemia in remission' );
1936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '208.92', '', 'Unspecified leukemia in relapse' );
1937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.00', '', 'Malignant carcinoid tumor of the small intestine, unspecified portion' );
1938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.01', '', 'Malignant carcinoid tumor of the duodenum' );
1939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.02', '', 'Malignant carcinoid tumor of the jejunum' );
1940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.03', '', 'Malignant carcinoid tumor of the ileum' );
1941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.10', '', 'Malignant carcinoid tumor of the large intestine, unspecified portion' );
1942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.11', '', 'Malignant carcinoid tumor of the appendix' );
1943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.12', '', 'Malignant carcinoid tumor of the cecum' );
1944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.13', '', 'Malignant carcinoid tumor of the ascending colon' );
1945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.14', '', 'Malignant carcinoid tumor of the transverse colon' );
1946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.15', '', 'Malignant carcinoid tumor of the descending colon' );
1947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.16', '', 'Malignant carcinoid tumor of the sigmoid colon' );
1948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.17', '', 'Malignant carcinoid tumor of the rectum' );
1949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.20', '', 'Malignant carcinoid tumor of unknown primary site' );
1950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.21', '', 'Malignant carcinoid tumor of the bronchus and lung' );
1951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.22', '', 'Malignant carcinoid tumor of the thymus' );
1952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.23', '', 'Malignant carcinoid tumor of the stomach' );
1953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.24', '', 'Malignant carcinoid tumor of the kidney' );
1954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.25', '', 'Malignant carcinoid tumor of foregut, not otherwise specified' );
1955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.26', '', 'Malignant carcinoid tumor of midgut, not otherwise specified' );
1956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.27', '', 'Malignant carcinoid tumor of hindgut, not otherwise specified' );
1957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.29', '', 'Malignant carcinoid tumor of other sites' );
1958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.30', '', 'Malignant poorly differentiated neuroendocrine carcinoma, any site' );
1959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.31', '', 'Merkel cell carcinoma of the face' );
1960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.32', '', 'Merkel cell carcinoma of the scalp and neck' );
1961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.33', '', 'Merkel cell carcinoma of the upper limb' );
1962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.34', '', 'Merkel cell carcinoma of the lower limb' );
1963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.35', '', 'Merkel cell carcinoma of the trunk' );
1964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.36', '', 'Merkel cell carcinoma of other sites' );
1965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.40', '', 'Benign carcinoid tumor of the small intestine, unspecified portion' );
1966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.41', '', 'Benign carcinoid tumor of the duodenum' );
1967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.42', '', 'Benign carcinoid tumor of the jejunum' );
1968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.43', '', 'Benign carcinoid tumor of the ileum' );
1969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.50', '', 'Benign carcinoid tumor of the large intestine, unspecified portion' );
1970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.51', '', 'Benign carcinoid tumor of the appendix' );
1971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.52', '', 'Benign carcinoid tumor of the cecum' );
1972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.53', '', 'Benign carcinoid tumor of the ascending colon' );
1973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.54', '', 'Benign carcinoid tumor of the transverse colon' );
1974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.55', '', 'Benign carcinoid tumor of the descending colon' );
1975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.56', '', 'Benign carcinoid tumor of the sigmoid colon' );
1976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.57', '', 'Benign carcinoid tumor of the rectum' );
1977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.60', '', 'Benign carcinoid tumor of unknown primary site' );
1978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.61', '', 'Benign carcinoid tumor of the bronchus and lung' );
1979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.62', '', 'Benign carcinoid tumor of the thymus' );
1980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.63', '', 'Benign carcinoid tumor of the stomach' );
1981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.64', '', 'Benign carcinoid tumor of the kidney' );
1982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.65', '', 'Benign carcinoid tumor of foregut, not otherwise specified' );
1983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.66', '', 'Benign carcinoid tumor of midgut, not otherwise specified' );
1984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.67', '', 'Benign carcinoid tumor of hindgut, not otherwise specified' );
1985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.69', '', 'Benign carcinoid tumor of other sites' );
1986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.70', '', 'Secondary neuroendocrine tumor, unspecified site' );
1987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.71', '', 'Secondary neuroendocrine tumor of distant lymph nodes' );
1988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.72', '', 'Secondary neuroendocrine tumor of liver' );
1989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.73', '', 'Secondary neuroendocrine tumor of bone' );
1990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.74', '', 'Secondary neuroendocrine tumor of peritoneum' );
1991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.75', '', 'Merkel cell carcinoma, unknown primary site' );
1992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '209.79', '', 'Secondary neuroendocrine tumor of other sites' );
1993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.0', '', 'Benign neoplasm of lip' );
1994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.1', '', 'Benign neoplasm of tongue' );
1995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.2', '', 'Benign neoplasm of major salivary glands' );
1996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.3', '', 'Benign neoplasm of floor of mouth' );
1997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.4', '', 'Benign neoplasm of other and unspecified parts of mouth' );
1998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.5', '', 'Benign neoplasm of tonsil' );
1999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.6', '', 'Benign neoplasm of other parts of oropharynx' );
2000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.7', '', 'Benign neoplasm of nasopharynx' );
2001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.8', '', 'Benign neoplasm of hypopharynx' );
2002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '210.9', '', 'Benign neoplasm of pharynx unspecified' );
2003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.0', '', 'Benign neoplasm of esophagus' );
2004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.1', '', 'Benign neoplasm of stomach' );
2005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.2', '', 'Benign neoplasm of duodenum jejunum and ileum' );
2006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.3', '', 'Benign neoplasm of colon' );
2007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.4', '', 'Benign neoplasm of rectum and anal canal' );
2008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.5', '', 'Benign neoplasm of liver and biliary passages' );
2009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.6', '', 'Benign neoplasm of pancreas except islets of langerhans' );
2010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.7', '', 'Benign neoplasm of islets of langerhans' );
2011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.8', '', 'Benign neoplasm of retroperitoneum and peritoneum' );
2012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '211.9', '', 'Benign neoplasm of other and unspecified site in the digestive system' );
2013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.0', '', 'Benign neoplasm of nasal cavities middle ear and accessory sinuses' );
2014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.1', '', 'Benign neoplasm of larynx' );
2015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.2', '', 'Benign neoplasm of trachea' );
2016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.3', '', 'Benign neoplasm of bronchus and lung' );
2017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.4', '', 'Benign neoplasm of pleura' );
2018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.5', '', 'Benign neoplasm of mediastinum' );
2019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.6', '', 'Benign neoplasm of thymus' );
2020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.7', '', 'Benign neoplasm of heart' );
2021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.8', '', 'Benign neoplasm of other specified sites of respiratory and intrathoracic organs' );
2022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '212.9', '', 'Benign neoplasm of respiratory and intrathoracic organs site unspecified' );
2023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.0', '', 'Benign neoplasm of bones of skull and face' );
2024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.1', '', 'Benign neoplasm of lower jaw bone' );
2025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.2', '', 'Benign neoplasm of vertebral column excluding sacrum and coccyx' );
2026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.3', '', 'Benign neoplasm of ribs sternum and clavicle' );
2027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.4', '', 'Benign neoplasm of scapula and long bones of upper limb' );
2028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.5', '', 'Benign neoplasm of short bones of upper limb' );
2029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.6', '', 'Benign neoplasm of pelvic bones sacrum and coccyx' );
2030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.7', '', 'Benign neoplasm of long bones of lower limb' );
2031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.8', '', 'Benign neoplasm of short bones of lower limb' );
2032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '213.9', '', 'Benign neoplasm of bone and articular cartilage site unspecified' );
2033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.0', '', 'Lipoma of skin and subcutaneous tissue of face' );
2034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.1', '', 'Lipoma of other skin and subcutaneous tissue' );
2035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.2', '', 'Lipoma of intrathoracic organs' );
2036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.3', '', 'Lipoma of intra-abdominal organs' );
2037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.4', '', 'Lipoma of spermatic cord' );
2038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.8', '', 'Lipoma of other specified sites' );
2039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '214.9', '', 'Lipoma unspecified site' );
2040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.0', '', 'Other benign neoplasm of connective and other soft tissue of head face and neck' );
2041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.2', '', 'Other benign neoplasm of connective and other soft tissue of upper limb including shoulder' );
2042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.3', '', 'Other benign neoplasm of connective and other soft tissue of lower limb including hip' );
2043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.4', '', 'Other benign neoplasm of connective and other soft tissue of thorax' );
2044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.5', '', 'Other benign neoplasm of connective and other soft tissue of abdomen' );
2045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.6', '', 'Other benign neoplasm of connective and other soft tissue of pelvis' );
2046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.7', '', 'Other benign neoplasm of connective and other soft tissue of trunk unspecified' );
2047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.8', '', 'Other benign neoplasm of connective and other soft tissue of other specified sites' );
2048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '215.9', '', 'Other benign neoplasm of connective and other soft tissue site unspecified' );
2049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.0', '', 'Benign neoplasm of skin of lip' );
2050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.1', '', 'Benign neoplasm of eyelid including canthus' );
2051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.2', '', 'Benign neoplasm of ear and external auditory canal' );
2052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.3', '', 'Benign neoplasm of skin of other and unspecified parts of face' );
2053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.4', '', 'Benign neoplasm of scalp and skin of neck' );
2054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.5', '', 'Benign neoplasm of skin of trunk except scrotum' );
2055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.6', '', 'Benign neoplasm of skin of upper limb including shoulder' );
2056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.7', '', 'Benign neoplasm of skin of lower limb including hip' );
2057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.8', '', 'Benign neoplasm of other specified sites of skin' );
2058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '216.9', '', 'Benign neoplasm of skin site unspecified' );
2059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '217', '', 'Benign neoplasm of breast' );
2060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '218.0', '', 'Submucous leiomyoma of uterus' );
2061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '218.1', '', 'Intramural leiomyoma of uterus' );
2062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '218.2', '', 'Subserous leiomyoma of uterus' );
2063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '218.9', '', 'Leiomyoma of uterus unspecified' );
2064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '219.0', '', 'Benign neoplasm of cervix uteri' );
2065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '219.1', '', 'Benign neoplasm of corpus uteri' );
2066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '219.8', '', 'Benign neoplasm of other specified parts of uterus' );
2067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '219.9', '', 'Benign neoplasm of uterus part unspecified' );
2068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '220', '', 'Benign neoplasm of ovary' );
2069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '221.0', '', 'Benign neoplasm of fallopian tube and uterine ligaments' );
2070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '221.1', '', 'Benign neoplasm of vagina' );
2071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '221.2', '', 'Benign neoplasm of vulva' );
2072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '221.8', '', 'Benign neoplasm of other specified sites of female genital organs' );
2073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '221.9', '', 'Benign neoplasm of female genital organ site unspecified' );
2074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.0', '', 'Benign neoplasm of testis' );
2075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.1', '', 'Benign neoplasm of penis' );
2076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.2', '', 'Benign neoplasm of prostate' );
2077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.3', '', 'Benign neoplasm of epididymis' );
2078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.4', '', 'Benign neoplasm of scrotum' );
2079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.8', '', 'Benign neoplasm of other specified sites of male genital organs' );
2080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '222.9', '', 'Benign neoplasm of male genital organ site unspecified' );
2081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.0', '', 'Benign neoplasm of kidney except pelvis' );
2082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.1', '', 'Benign neoplasm of renal pelvis' );
2083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.2', '', 'Benign neoplasm of ureter' );
2084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.3', '', 'Benign neoplasm of bladder' );
2085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.81', '', 'Benign neoplasm of urethra' );
2086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.89', '', 'Benign neoplasm of other specified sites of urinary organs' );
2087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '223.9', '', 'Benign neoplasm of urinary organ site unspecified' );
2088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.0', '', 'Benign neoplasm of eyeball except conjunctiva cornea retina and choroid' );
2089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.1', '', 'Benign neoplasm of orbit' );
2090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.2', '', 'Benign neoplasm of lacrimal gland' );
2091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.3', '', 'Benign neoplasm of conjunctiva' );
2092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.4', '', 'Benign neoplasm of cornea' );
2093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.5', '', 'Benign neoplasm of retina' );
2094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.6', '', 'Benign neoplasm of choroid' );
2095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.7', '', 'Benign neoplasm of lacrimal duct' );
2096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.8', '', 'Benign neoplasm of other specified parts of eye' );
2097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '224.9', '', 'Benign neoplasm of eye part unspecified' );
2098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.0', '', 'Benign neoplasm of brain' );
2099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.1', '', 'Benign neoplasm of cranial nerves' );
2100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.2', '', 'Benign neoplasm of cerebral meninges' );
2101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.3', '', 'Benign neoplasm of spinal cord' );
2102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.4', '', 'Benign neoplasm of spinal meninges' );
2103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.8', '', 'Benign neoplasm of other specified sites of nervous system' );
2104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '225.9', '', 'Benign neoplasm of nervous system part unspecified' );
2105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '226', '', 'Benign neoplasm of thyroid glands' );
2106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.0', '', 'Benign neoplasm of adrenal gland' );
2107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.1', '', 'Benign neoplasm of parathyroid gland' );
2108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.3', '', 'Benign neoplasm of pituitary gland and craniopharyngeal duct' );
2109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.4', '', 'Benign neoplasm of pineal gland' );
2110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.5', '', 'Benign neoplasm of carotid body' );
2111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.6', '', 'Benign neoplasm of aortic body and other paraganglia' );
2112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.8', '', 'Benign neoplasm of other endocrine glands and related structures' );
2113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '227.9', '', 'Benign neoplasm of endocrine gland site unspecified' );
2114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.00', '', 'Hemangioma of unspecified site' );
2115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.01', '', 'Hemangioma of skin and subcutaneous tissue' );
2116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.02', '', 'Hemangioma of intracranial structures' );
2117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.03', '', 'Hemangioma of retina' );
2118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.04', '', 'Hemangioma of intra-abdominal structures' );
2119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.09', '', 'Hemangioma of other sites' );
2120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '228.1', '', 'Lymphangioma any site' );
2121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '229.0', '', 'Benign neoplasm of lymph nodes' );
2122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '229.8', '', 'Benign neoplasm of other specified sites' );
2123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '229.9', '', 'Benign neoplasm of unspecified site' );
2124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.0', '', 'Carcinoma in situ of lip oral cavity and pharynx' );
2125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.1', '', 'Carcinoma in situ of esophagus' );
2126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.2', '', 'Carcinoma in situ of stomach' );
2127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.3', '', 'Carcinoma in situ of colon' );
2128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.4', '', 'Carcinoma in situ of rectum' );
2129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.5', '', 'Carcinoma in situ of anal canal' );
2130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.6', '', 'Carcinoma in situ of anus unspecified' );
2131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.7', '', 'Carcinoma in situ of other and unspecified parts of intestine' );
2132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.8', '', 'Carcinoma in situ of liver and biliary system' );
2133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '230.9', '', 'Carcinoma in situ of other and unspecified digestive organs' );
2134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '231.0', '', 'Carcinoma in situ of larynx' );
2135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '231.1', '', 'Carcinoma in situ of trachea' );
2136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '231.2', '', 'Carcinoma in situ of bronchus and lung' );
2137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '231.8', '', 'Carcinoma in situ of other specified parts of respiratory system' );
2138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '231.9', '', 'Carcinoma in situ of respiratory system part unspecified' );
2139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.0', '', 'Carcinoma in situ of skin of lip' );
2140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.1', '', 'Carcinoma in situ of eyelid including canthus' );
2141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.2', '', 'Carcinoma in situ of skin of ear and external auditory canal' );
2142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.3', '', 'Carcinoma in situ of skin of other and unspecified parts of face' );
2143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.4', '', 'Carcinoma in situ of scalp and skin of neck' );
2144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.5', '', 'Carcinoma in situ of skin of trunk except scrotum' );
2145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.6', '', 'Carcinoma in situ of skin of upper limb including shoulder' );
2146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.7', '', 'Carcinoma in situ of skin of lower limb including hip' );
2147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.8', '', 'Carcinoma in situ of other specified sites of skin' );
2148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '232.9', '', 'Carcinoma in situ of skin site unspecified' );
2149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.0', '', 'Carcinoma in situ of breast' );
2150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.1', '', 'Carcinoma in situ of cervix uteri' );
2151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.2', '', 'Carcinoma in situ of other and unspecified parts of uterus' );
2152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.30', '', 'Carcinoma in situ of other and unspecified female genital organs; unspecified female genital organ' );
2153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.31', '', 'Carcinoma in situ of other and unspecified female genital organs; vagina' );
2154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.32', '', 'Carcinoma in situ of other and unspecified female genital organs; vulva' );
2155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.39', '', 'Carcinoma in situ of other and unspecified female genital organs; other female genital organ' );
2156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.4', '', 'Carcinoma in situ of prostate' );
2157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.5', '', 'Carcinoma in situ of penis' );
2158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.6', '', 'Carcinoma in situ of other and unspecified male genital organs' );
2159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.7', '', 'Carcinoma in situ of bladder' );
2160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '233.9', '', 'Carcinoma in situ of other and unspecified urinary organs' );
2161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '234.0', '', 'Carcinoma in situ of eye' );
2162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '234.8', '', 'Carcinoma in situ of other specified sites' );
2163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '234.9', '', 'Carcinoma in situ site unspecified' );
2164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.0', '', 'Neoplasm of uncertain behavior of major salivary glands' );
2165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.1', '', 'Neoplasm of uncertain behavior of lip oral cavity and pharynx' );
2166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.2', '', 'Neoplasm of uncertain behavior of stomach intestines and rectum' );
2167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.3', '', 'Neoplasm of uncertain behavior of liver and biliary passages' );
2168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.4', '', 'Neoplasm of uncertain behavior of retroperitoneum and peritoneum' );
2169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.5', '', 'Neoplasm of uncertain behavior of other and unspecified digestive organs' );
2170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.6', '', 'Neoplasm of uncertain behavior of larynx' );
2171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.7', '', 'Neoplasm of uncertain behavior of trachea bronchus and lung' );
2172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.8', '', 'Neoplasm of uncertain behavior of pleura thymus and mediastinum' );
2173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '235.9', '', 'Neoplasm of uncertain behavior of other and unspecified respiratory organs' );
2174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.0', '', 'Neoplasm of uncertain behavior of uterus' );
2175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.1', '', 'Neoplasm of uncertain behavior of placenta' );
2176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.2', '', 'Neoplasm of uncertain behavior of ovary' );
2177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.3', '', 'Neoplasm of uncertain behavior of other and unspecified female genital organs' );
2178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.4', '', 'Neoplasm of uncertain behavior of testis' );
2179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.5', '', 'Neoplasm of uncertain behavior of prostate' );
2180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.6', '', 'Neoplasm of uncertain behavior of other and unspecified male genital organs' );
2181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.7', '', 'Neoplasm of uncertain behavior of bladder' );
2182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.90', '', 'Neoplasm of uncertain behavior of urinary organ unspecified' );
2183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.91', '', 'Neoplasm of uncertain behavior of kidney and ureter' );
2184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '236.99', '', 'Neoplasm of uncertain behavior of other and unspecified urinary organs' );
2185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.0', '', 'Neoplasm of uncertain behavior of pituitary gland and craniopharyngeal duct' );
2186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.1', '', 'Neoplasm of uncertain behavior of pineal gland' );
2187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.2', '', 'Neoplasm of uncertain behavior of adrenal gland' );
2188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.3', '', 'Neoplasm of uncertain behavior of paraganglia' );
2189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.4', '', 'Neoplasm of uncertain behavior of other and unspecified endocrine glands' );
2190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.5', '', 'Neoplasm of uncertain behavior of brain and spinal cord' );
2191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.6', '', 'Neoplasm of uncertain behavior of meninges' );
2192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.70', '', 'Neurofibromatosis unspecified' );
2193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.71', '', 'Neurofibromatosis type 1 von recklinghausen''s disease' );
2194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.72', '', 'Neurofibromatosis type 2 acoustic neurofibromatosis' );
2195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '237.9', '', 'Neoplasm of uncertain behavior of other and unspecified parts of nervous system' );
2196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.0', '', 'Neoplasm of uncertain behavior of bone and articular cartilage' );
2197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.1', '', 'Neoplasm of uncertain behavior of connective and other soft tissue' );
2198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.2', '', 'Neoplasm of uncertain behavior of skin' );
2199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.3', '', 'Neoplasm of uncertain behavior of breast' );
2200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.4', '', 'Polycythemia vera' );
2201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.5', '', 'Neoplasm of uncertain behavior of histiocytic and mast cells' );
2202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.6', '', 'Neoplasm of uncertain behavior of plasma cells' );
2203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.71', '', 'Essential thrombocythemia' );
2204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.72', '', 'Low grade myelodysplastic syndrome lesions' );
2205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.73', '', 'High grade myelodysplastic syndrome lesions' );
2206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.74', '', 'Myelodysplastic syndrome with 5q deletion' );
2207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.75', '', 'Myelodysplastic syndrome, unspecified' );
2208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.76', '', 'Myelofibrosis with myeloid metaplasia' );
2209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.77', '', 'Post-transplant lymphoproliferative disorder (ptld)' );
2210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.79', '', 'Other lymphatic and hematopoietic tissues' );
2211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.8', '', 'Neoplasm of uncertain behavior of other specified sites' );
2212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '238.9', '', 'Neoplasm of uncertain behavior site unspecified' );
2213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.0', '', 'Neoplasm of unspecified nature of digestive system' );
2214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.1', '', 'Neoplasm of unspecified nature of respiratory system' );
2215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.2', '', 'Neoplasm of unspecified nature of bone soft tissue and skin' );
2216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.3', '', 'Neoplasm of unspecified nature of breast' );
2217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.4', '', 'Neoplasm of unspecified nature of bladder' );
2218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.5', '', 'Neoplasm of unspecified nature of other genitourinary organs' );
2219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.6', '', 'Neoplasm of unspecified nature of brain' );
2220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.7', '', 'Neoplasm of unspecified nature of endocrine glands and other parts of nervous system' );
2221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.81', '', 'Neoplasms of unspecified nature, retina and choroid' );
2222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.89', '', 'Neoplasms of unspecified nature, other specified sites' );
2223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '239.9', '', 'Neoplasm of unspecified nature site unspecified' );
2224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '240.0', '', 'Goiter specified as simple' );
2225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '240.9', '', 'Goiter unspecified' );
2226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '241.0', '', 'Nontoxic uninodular goiter' );
2227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '241.1', '', 'Nontoxic multinodular goiter' );
2228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '241.9', '', 'Unspecified nontoxic nodular goiter' );
2229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.00', '', 'Toxic diffuse goiter without thyrotoxic crisis or storm' );
2230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.01', '', 'Toxic diffuse goiter with thyrotoxic crisis or storm' );
2231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.10', '', 'Toxic uninodular goiter without thyrotoxic crisis or storm' );
2232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.11', '', 'Toxic uninodular goiter with thyrotoxic crisis or storm' );
2233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.20', '', 'Toxic multinodular goiter without thyrotoxic crisis or storm' );
2234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.21', '', 'Toxic multinodular goiter with thyrotoxic crisis or storm' );
2235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.30', '', 'Toxic nodular goiter unspecified type without thyrotoxic crisis or storm' );
2236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.31', '', 'Toxic nodular goiter unspecified type with thyrotoxic crisis or storm' );
2237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.40', '', 'Thyrotoxicosis from ectopic thyroid nodule without thyrotoxic crisis or storm' );
2238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.41', '', 'Thyrotoxicosis from ectopic thyroid nodule with thyrotoxic crisis or storm' );
2239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.80', '', 'Thyrotoxicosis of other specified origin without thyrotoxic crisis or storm' );
2240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.81', '', 'Thyrotoxicosis of other specified origin with thyrotoxic crisis or storm' );
2241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.90', '', 'Thyrotoxicosis without goiter or other cause and without thyrotoxic crisis or storm' );
2242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '242.91', '', 'Thyrotoxicosis without goiter or other cause with thyrotoxic crisis or storm' );
2243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '243', '', 'Congenital hypothyroidism' );
2244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.0', '', 'Postsurgical hypothyroidism' );
2245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.1', '', 'Other postablative hypothyroidism' );
2246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.2', '', 'Iodine hypothyroidism' );
2247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.3', '', 'Other iatrogenic hypothyroidism' );
2248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.8', '', 'Other specified acquired hypothyroidism' );
2249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '244.9', '', 'Unspecified acquired hypothyroidism' );
2250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.0', '', 'Acute thyroiditis' );
2251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.1', '', 'Subacute thyroiditis' );
2252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.2', '', 'Chronic lymphocytic thyroiditis' );
2253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.3', '', 'Chronic fibrous thyroiditis' );
2254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.4', '', 'Iatrogenic thyroiditis' );
2255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.8', '', 'Other and unspecified chronic thyroiditis' );
2256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '245.9', '', 'Thyroiditis unspecified' );
2257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.0', '', 'Disorders of thyrocalcitonin secretion' );
2258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.1', '', 'Dyshormonogenic goiter' );
2259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.2', '', 'Cyst of thyroid' );
2260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.3', '', 'Hemorrhage and infarction of thyroid' );
2261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.8', '', 'Other specified disorders of thyroid' );
2262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '246.9', '', 'Unspecified disorder of thyroid' );
2263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.00', '', 'Secondary diabetes mellitus without mention of complication, not stated as uncontrolled, or unspecified' );
2264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.01', '', 'Secondary diabetes mellitus without mention of complication, uncontrolled' );
2265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.10', '', 'Secondary diabetes mellitus with ketoacidosis, not stated as uncontrolled, or unspecified' );
2266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.11', '', 'Secondary diabetes mellitus with ketoacidosis, uncontrolled' );
2267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.20', '', 'Secondary diabetes mellitus with hyperosmolarity, not stated as uncontrolled, or unspecified' );
2268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.21', '', 'Secondary diabetes mellitus with hyperosmolarity, uncontrolled' );
2269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.30', '', 'Secondary diabetes mellitus with other coma, not stated as uncontrolled, or unspecified' );
2270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.31', '', 'Secondary diabetes mellitus with other coma, uncontrolled' );
2271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.40', '', 'Secondary diabetes mellitus with renal manifestations, not stated as uncontrolled, or unspecified' );
2272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.41', '', 'Secondary diabetes mellitus with renal manifestations, uncontrolled' );
2273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.50', '', 'Secondary diabetes mellitus with ophthalmic manifestations, not stated as uncontrolled, or unspecified' );
2274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.51', '', 'Secondary diabetes mellitus with ophthalmic manifestations, uncontrolled' );
2275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.60', '', 'Secondary diabetes mellitus with neurological manifestations, not stated as uncontrolled, or unspecified' );
2276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.61', '', 'Secondary diabetes mellitus with neurological manifestations, uncontrolled' );
2277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.70', '', 'Secondary diabetes mellitus with peripheral circulatory disorders, not stated as uncontrolled, or unspecified' );
2278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.71', '', 'Secondary diabetes mellitus with peripheral circulatory disorders, uncontrolled' );
2279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.80', '', 'Secondary diabetes mellitus with other specified manifestations, not stated as uncontrolled, or unspecified' );
2280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.81', '', 'Secondary diabetes mellitus with other specified manifestations, uncontrolled' );
2281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.90', '', 'Secondary diabetes mellitus with unspecified complication, not stated as uncontrolled, or unspecified' );
2282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '249.91', '', 'Secondary diabetes mellitus with unspecified complication, uncontrolled' );
2283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.00', '', 'Diabetes mellitus without complication type ii or unspecified type not stated as uncontrolled' );
2284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.01', '', 'Diabetes mellitus without complication type i not stated as uncontrolled' );
2285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.02', '', 'Diabetes mellitus without complication type ii or unspecified type uncontrolled' );
2286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.03', '', 'Diabetes mellitus without complication type i uncontrolled' );
2287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.10', '', 'Diabetes mellitus with ketoacidosis type ii or unspecified type not stated as uncontrolled' );
2288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.11', '', 'Diabetes mellitus with ketoacidosis type i not stated as uncontrolled' );
2289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.12', '', 'Diabetes mellitus with ketoacidosis type ii or unspecified type uncontrolled' );
2290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.13', '', 'Diabetes mellitus with ketoacidosis type i uncontrolled' );
2291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.20', '', 'Diabetes mellitus with hyperosmolarity type ii or unspecified type not stated as uncontrolled' );
2292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.21', '', 'Diabetes mellitus with hyperosmolarity type i not stated as uncontrolled' );
2293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.22', '', 'Diabetes mellitus with hyperosmolarity type ii or unspecified type uncontrolled' );
2294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.23', '', 'Diabetes mellitus with hyperosmolarity type i uncontrolled' );
2295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.30', '', 'Diabetes mellitus with other coma type ii or unspecified type not stated as uncontrolled' );
2296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.31', '', 'Diabetes mellitus with other coma type i not stated as uncontrolled' );
2297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.32', '', 'Diabetes mellitus with other coma type ii or unspecified type uncontrolled' );
2298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.33', '', 'Diabetes mellitus with other coma type i uncontrolled' );
2299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.40', '', 'Diabetes mellitus with renal manifestations type ii or unspecified type not stated as uncontrolled' );
2300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.41', '', 'Diabetes mellitus with renal manifestations type i not stated as uncontrolled' );
2301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.42', '', 'Diabetes mellitus with renal manifestations type ii or unspecified type uncontrolled' );
2302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.43', '', 'Diabetes mellitus with renal manifestations type i uncontrolled' );
2303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.50', '', 'Diabetes mellitus with ophthalmic manifestations type ii or unspecified type not stated as uncontrolled' );
2304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.51', '', 'Diabetes mellitus with ophthalmic manifestations type i not stated as uncontrolled' );
2305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.52', '', 'Diabetes mellitus with ophthalmic manifestations type ii or unspecified type uncontrolled' );
2306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.53', '', 'Diabetes mellitus with ophthalmic manifestations type i uncontrolled' );
2307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.60', '', 'Diabetes mellitus with neurological manifestations type ii or unspecified type not stated as uncontrolled' );
2308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.61', '', 'Diabetes mellitus with neurological manifestations type i not stated as uncontrolled' );
2309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.62', '', 'Diabetes mellitus with neurological manifestations type ii or unspecified type uncontrolled' );
2310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.63', '', 'Diabetes mellitus with neurological manifestations type i uncontrolled' );
2311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.70', '', 'Diabetes mellitus with peripheral circulatory disorders type ii or unspecified type not stated as uncontrolled' );
2312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.71', '', 'Diabetes mellitus with peripheral circulatory disorders type i not stated as uncontrolled' );
2313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.72', '', 'Diabetes mellitus with peripheral circulatory disorders type ii or unspecified type uncontrolled' );
2314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.73', '', 'Diabetes mellitus with peripheral circulatory disorders type i uncontrolled' );
2315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.80', '', 'Diabetes mellitus with other specified manifestations type ii or unspecified type not stated as uncontrolled' );
2316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.81', '', 'Diabetes mellitus with other specified manifestations type i not stated as uncontrolled' );
2317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.82', '', 'Diabetes mellitus with other specified manifestations type ii or unspecified type uncontrolled' );
2318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.83', '', 'Diabetes mellitus with other specified manifestations type i uncontrolled' );
2319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.90', '', 'Diabetes mellitus with unspecified complication type ii or unspecified type not stated as uncontrolled' );
2320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.91', '', 'Diabetes mellitus with unspecified complication type i not stated as uncontrolled' );
2321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.92', '', 'Diabetes mellitus with unspecified complication type ii or unspecified type uncontrolled' );
2322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '250.93', '', 'Diabetes mellitus with unspecified complication type i uncontrolled' );
2323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.0', '', 'Hypoglycemic coma' );
2324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.1', '', 'Other specified hypoglycemia' );
2325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.2', '', 'Hypoglycemia unspecified' );
2326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.3', '', 'Postsurgical hypoinsulinemia' );
2327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.4', '', 'Abnormality of secretion of glucagon' );
2328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.5', '', 'Abnormality of secretion of gastrin' );
2329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.8', '', 'Other specified disorders of pancreatic internal secretion' );
2330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '251.9', '', 'Unspecified disorder of pancreatic internal secretion' );
2331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.00', '', 'Hyperparathyroidism, unspecified' );
2332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.01', '', 'Primary hyperparathyroidism' );
2333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.02', '', 'Secondary hyperparathyroidism, non-renal' );
2334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.08', '', 'Other hyperparathyroidism' );
2335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.1', '', 'Hypoparathyroidism' );
2336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.8', '', 'Other specified disorders of parathyroid gland' );
2337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '252.9', '', 'Unspecified disorder of parathyroid gland' );
2338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.0', '', 'Acromegaly and gigantism' );
2339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.1', '', 'Other and unspecified anterior pituitary hyperfunction' );
2340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.2', '', 'Panhypopituitarism' );
2341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.3', '', 'Pituitary dwarfism' );
2342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.4', '', 'Other anterior pituitary disorders' );
2343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.5', '', 'Diabetes insipidus' );
2344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.6', '', 'Other disorders of neurohypophysis' );
2345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.7', '', 'Iatrogenic pituitary disorders' );
2346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.8', '', 'Other disorders of the pituitary and other syndromes of diencephalohypophyseal origin' );
2347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '253.9', '', 'Unspecified disorder of the pituitary gland and its hypothalamic control' );
2348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '254.0', '', 'Persistent hyperplasia of thymus' );
2349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '254.1', '', 'Abscess of thymus' );
2350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '254.8', '', 'Other specified diseases of thymus gland' );
2351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '254.9', '', 'Unspecified disease of thymus gland' );
2352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.0', '', 'Cushing''s syndrome' );
2353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.10', '', 'Primary aldosteronism' );
2354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.11', '', 'Glucocorticoid-remediable aldosteronism' );
2355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.12', '', 'Conn''s syndrome' );
2356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.13', '', 'Bartter''s syndrome' );
2357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.14', '', 'Other secondary aldosteronism' );
2358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.2', '', 'Adrenogenital disorders' );
2359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.3', '', 'Other corticoadrenal overactivity' );
2360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.41', '', 'Glucocorticoid deficiency' );
2361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.42', '', 'Mineralocorticoid deficiency' );
2362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.5', '', 'Other adrenal hypofunction' );
2363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.6', '', 'Medulloadrenal hyperfunction' );
2364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.8', '', 'Other specified disorders of adrenal glands' );
2365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '255.9', '', 'Unspecified disorder of adrenal glands' );
2366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.0', '', 'Hyperestrogenism' );
2367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.1', '', 'Other ovarian hyperfunction' );
2368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.2', '', 'Postablative ovarian failure' );
2369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.31', '', 'Premature menopause' );
2370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.39', '', 'Other ovarian failure' );
2371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.4', '', 'Polycystic ovaries' );
2372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.8', '', 'Other ovarian dysfunction' );
2373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '256.9', '', 'Unspecified ovarian dysfunction' );
2374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '257.0', '', 'Testicular hyperfunction' );
2375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '257.1', '', 'Postablative testicular hypofunction' );
2376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '257.2', '', 'Other testicular hypofunction' );
2377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '257.8', '', 'Other testicular dysfunction' );
2378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '257.9', '', 'Unspecified testicular dysfunction' );
2379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.01', '', 'Multiple endocrine neoplasia [men] type i' );
2380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.02', '', 'Multiple endocrine neoplasia [men] type iia' );
2381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.03', '', 'Multiple endocrine neoplasia [men] type iib' );
2382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.1', '', 'Other combinations of endocrine dysfunction' );
2383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.8', '', 'Other specified polyglandular dysfunction' );
2384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '258.9', '', 'Polyglandular dysfunction unspecified' );
2385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.0', '', 'Delay in sexual development and puberty not elsewhere classified' );
2386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.1', '', 'Precocious sexual development and puberty not elsewhere classified' );
2387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.2', '', 'Carcinoid syndrome' );
2388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.3', '', 'Ectopic hormone secretion not elsewhere classified' );
2389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.4', '', 'Dwarfism not elsewhere classified' );
2390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.50', '', 'Androgen insensitivity, unspecified' );
2391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.51', '', 'Androgen insensitivity syndrome' );
2392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.52', '', 'Partial androgen insensitivity' );
2393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.8', '', 'Other specified endocrine disorders' );
2394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '259.9', '', 'Unspecified endocrine disorder' );
2395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '260', '', 'Kwashiorkor' );
2396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '261', '', 'Nutritional marasmus' );
2397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '262', '', 'Other severe protein-calorie malnutrition' );
2398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '263.0', '', 'Malnutrition of moderate degree' );
2399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '263.1', '', 'Malnutrition of mild degree' );
2400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '263.2', '', 'Arrested development following protein-calorie malnutrition' );
2401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '263.8', '', 'Other protein-calorie malnutrition' );
2402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '263.9', '', 'Unspecified protein-calorie malnutrition' );
2403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.0', '', 'Vitamin a deficiency with conjunctival xerosis' );
2404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.1', '', 'Vitamin a deficiency with conjunctival xerosis and bitot''s spot' );
2405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.2', '', 'Vitamin a deficiency with corneal xerosis' );
2406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.3', '', 'Vitamin a deficiency with corneal ulceration and xerosis' );
2407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.4', '', 'Vitamin a deficiency with keratomalacia' );
2408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.5', '', 'Vitamin a deficiency with night blindness' );
2409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.6', '', 'Vitamin a deficiency with xerophthalmic scars of cornea' );
2410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.7', '', 'Other ocular manifestations of vitamin a deficiency' );
2411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.8', '', 'Other manifestations of vitamin a deficiency' );
2412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '264.9', '', 'Unspecified vitamin a deficiency' );
2413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '265.0', '', 'Beriberi' );
2414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '265.1', '', 'Other and unspecified manifestations of thiamine deficiency' );
2415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '265.2', '', 'Pellagra' );
2416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '266.0', '', 'Ariboflavinosis' );
2417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '266.1', '', 'Vitamin b6 deficiency' );
2418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '266.2', '', 'Other b-complex deficiencies' );
2419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '266.9', '', 'Unspecified vitamin b deficiency' );
2420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '267', '', 'Ascorbic acid deficiency' );
2421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '268.0', '', 'Rickets active' );
2422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '268.1', '', 'Rickets late effect' );
2423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '268.2', '', 'Osteomalacia unspecified' );
2424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '268.9', '', 'Unspecified vitamin d deficiency' );
2425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.0', '', 'Deficiency of vitamin k' );
2426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.1', '', 'Deficiency of other vitamins' );
2427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.2', '', 'Unspecified vitamin deficiency' );
2428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.3', '', 'Mineral deficiency not elsewhere classified' );
2429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.8', '', 'Other nutritional deficiency' );
2430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '269.9', '', 'Unspecified nutritional deficiency' );
2431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.0', '', 'Disturbances of amino-acid transport' );
2432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.1', '', 'Phenylketonuria (pku)' );
2433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.2', '', 'Other disturbances of aromatic amino-acid metabolism' );
2434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.3', '', 'Disturbances of branched-chain amino-acid metabolism' );
2435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.4', '', 'Disturbances of sulphur-bearing amino-acid metabolism' );
2436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.5', '', 'Disturbances of histidine metabolism' );
2437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.6', '', 'Disorders of urea cycle metabolism' );
2438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.7', '', 'Other disturbances of straight-chain amino-acid metabolism' );
2439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.8', '', 'Other specified disorders of amino-acid metabolism' );
2440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '270.9', '', 'Unspecified disorder of amino-acid metabolism' );
2441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.0', '', 'Glycogenosis' );
2442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.1', '', 'Galactosemia' );
2443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.2', '', 'Hereditary fructose intolerance' );
2444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.3', '', 'Intestinal disaccharidase deficiencies and disaccharide malabsorption' );
2445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.4', '', 'Renal glycosuria' );
2446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.8', '', 'Other specified disorders of carbohydrate transport and metabolism' );
2447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '271.9', '', 'Unspecified disorder of carbohydrate transport and metabolism' );
2448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.0', '', 'Pure hypercholesterolemia' );
2449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.1', '', 'Pure hyperglyceridemia' );
2450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.2', '', 'Mixed hyperlipidemia' );
2451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.3', '', 'Hyperchylomicronemia' );
2452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.4', '', 'Other and unspecified hyperlipidemia' );
2453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.5', '', 'Lipoprotein deficiencies' );
2454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.6', '', 'Lipodystrophy' );
2455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.7', '', 'Lipidoses' );
2456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.8', '', 'Other disorders of lipoid metabolism' );
2457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '272.9', '', 'Unspecified disorder of lipoid metabolism' );
2458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.0', '', 'Polyclonal hypergammaglobulinemia' );
2459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.1', '', 'Monoclonal paraproteinemia' );
2460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.2', '', 'Other paraproteinemias' );
2461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.3', '', 'Macroglobulinemia' );
2462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.4', '', 'Alpha-1-antitrypsin deficiency' );
2463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.8', '', 'Other disorders of plasma protein metabolism' );
2464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '273.9', '', 'Unspecified disorder of plasma protein metabolism' );
2465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.00', '', 'Gouty arthropathy, unspecified' );
2466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.01', '', 'Acute gouty arthropathy' );
2467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.02', '', 'Chronic gouty arthropathy without mention of tophus (tophi)' );
2468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.03', '', 'Chronic gouty arthropathy with tophus (tophi)' );
2469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.10', '', 'Gouty nephropathy unspecified' );
2470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.11', '', 'Uric acid nephrolithiasis' );
2471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.19', '', 'Other gouty nephropathy' );
2472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.81', '', 'Gouty tophi of ear' );
2473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.82', '', 'Gouty tophi of other sites except ear' );
2474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.89', '', 'Gout with other specified manifestations' );
2475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '274.9', '', 'Gout unspecified' );
2476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.0', '', 'Disorders of iron metabolism' );
2477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.1', '', 'Disorders of copper metabolism' );
2478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.2', '', 'Disorders of magnesium metabolism' );
2479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.3', '', 'Disorders of phosphorus metabolism' );
2480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.40', '', 'Unspecified disorder of calcium metabolism' );
2481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.41', '', 'Hypocalcemia' );
2482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.42', '', 'Hypercalcemia' );
2483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.49', '', 'Other disorders of calcium metabolism' );
2484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.5', '', 'Hungry bone syndrome' );
2485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.8', '', 'Other specified disorders of mineral metabolism' );
2486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '275.9', '', 'Unspecified disorder of mineral metabolism' );
2487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.0', '', 'Hyperosmolality and/or hypernatremia' );
2488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.1', '', 'Hyposmolality and/or hyponatremia' );
2489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.2', '', 'Acidosis' );
2490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.3', '', 'Alkalosis' );
2491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.4', '', 'Mixed acid-base balance disorder' );
2492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.50', '', 'Volume depletion, unspecified' );
2493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.51', '', 'Dehydration' );
2494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.52', '', 'Hypovolemia' );
2495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.6', '', 'Fluid overload disorder' );
2496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.7', '', 'Hyperpotassemia' );
2497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.8', '', 'Hypopotassemia' );
2498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '276.9', '', 'Electrolyte and fluid disorders not elsewhere classified' );
2499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.00', '', 'Cystic fibrosis without meconium ileus' );
2500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.01', '', 'Cystic fibrosis with meconium ileus' );
2501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.02', '', 'Cystic fibrosis with pulmonary manifestations' );
2502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.03', '', 'Cystic fibrosis with gastrointestinal manifestations' );
2503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.09', '', 'Cystic fibrosis with other manifestations' );
2504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.1', '', 'Disorders of porphyrin metabolism' );
2505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.2', '', 'Other disorders of purine and pyrimidine metabolism' );
2506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.30', '', 'Amyloidosis, unspecified' );
2507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.31', '', 'Familial mediterranean fever' );
2508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.39', '', 'Other amyloidosis' );
2509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.4', '', 'Disorders of bilirubin excretion' );
2510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.5', '', 'Mucopolysaccharidosis' );
2511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.6', '', 'Other deficiencies of circulating enzymes' );
2512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.7', '', 'Dysmetabolic syndrome x' );
2513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.81', '', 'Primary carnitine deficiency' );
2514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.82', '', 'Carnitine deficiency due to inborn errors of metabolism' );
2515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.83', '', 'Iatrogenic carnitine deficiency' );
2516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.84', '', 'Other secondary carnitine deficiency' );
2517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.85', '', 'Disorders of fatty acid oxidation' );
2518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.86', '', 'Peroxisomal disorders' );
2519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.87', '', 'Disorders of mitochondrial metabolism' );
2520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.88', '', 'Tumor lysis syndrome' );
2521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.89', '', 'Other specified disorders of metabolism' );
2522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '277.9', '', 'Unspecified disorder of metabolism' );
2523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.00', '', 'Obesity unspecified' );
2524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.01', '', 'Morbid obesity' );
2525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.02', '', 'Overweight' );
2526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.1', '', 'Localized adiposity' );
2527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.2', '', 'Hypervitaminosis a' );
2528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.3', '', 'Hypercarotinemia' );
2529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.4', '', 'Hypervitaminosis d' );
2530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '278.8', '', 'Other hyperalimentation' );
2531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.00', '', 'Hypogammaglobulinemia unspecified' );
2532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.01', '', 'Selective iga immunodeficiency' );
2533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.02', '', 'Selective igm immunodeficiency' );
2534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.03', '', 'Other selective immunoglobulin deficiencies' );
2535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.04', '', 'Congenital hypogammaglobulinemia' );
2536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.05', '', 'Immunodeficiency with increased igm' );
2537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.06', '', 'Common variable immunodeficiency' );
2538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.09', '', 'Other deficiency of humoral immunity' );
2539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.10', '', 'Immunodeficiency with predominant t-cell defect unspecified' );
2540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.11', '', 'Digeorge''s syndrome' );
2541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.12', '', 'Wiskott-aldrich syndrome' );
2542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.13', '', 'Nezelof''s syndrome' );
2543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.19', '', 'Other deficiency of cell-mediated immunity' );
2544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.2', '', 'Combined immunity deficiency' );
2545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.3', '', 'Unspecified immunity deficiency' );
2546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.41', '', 'Autoimmune lymphoproliferative syndrome' );
2547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.49', '', 'Autoimmune disease, not elsewhere classified' );
2548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.50', '', 'Graft-versus-host disease, unspecified' );
2549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.51', '', 'Acute graft-versus-host disease' );
2550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.52', '', 'Chronic graft-versus-host disease' );
2551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.53', '', 'Acute or chronic graft-versus-host disease' );
2552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.8', '', 'Other specified disorders involving the immune mechanism' );
2553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '279.9', '', 'Unspecified disorder of immune mechanism' );
2554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '280.0', '', 'Iron deficiency anemia secondary to blood loss (chronic)' );
2555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '280.1', '', 'Iron deficiency anemia secondary to inadequate dietary iron intake' );
2556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '280.8', '', 'Other specified iron deficiency anemias' );
2557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '280.9', '', 'Iron deficiency anemia unspecified' );
2558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.0', '', 'Pernicious anemia' );
2559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.1', '', 'Other vitamin b12 deficiency anemia' );
2560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.2', '', 'Folate-deficiency anemia' );
2561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.3', '', 'Other specified megaloblastic anemias not elsewhere classified' );
2562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.4', '', 'Protein-deficiency anemia' );
2563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.8', '', 'Anemia associated with other specified nutritional deficiency' );
2564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '281.9', '', 'Unspecified deficiency anemia' );
2565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.0', '', 'Hereditary spherocytosis' );
2566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.1', '', 'Hereditary elliptocytosis' );
2567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.2', '', 'Anemias due to disorders of glutathione metabolism' );
2568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.3', '', 'Other hemolytic anemias due to enzyme deficiency' );
2569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.41', '', 'Sickle-cell thalassemia without crisis' );
2570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.42', '', 'Sickle-cell thalassemia with crisis' );
2571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.49', '', 'Other thalassemia' );
2572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.5', '', 'Sickle-cell trait' );
2573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.60', '', 'Sickle-cell disease unspecified' );
2574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.61', '', 'Hb-ss disease without crisis' );
2575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.62', '', 'Hb-ss disease with crisis' );
2576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.63', '', 'Sickle-cell/hb-c disease without crisis' );
2577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.64', '', 'Sickle-cell/hb c disease with crisis' );
2578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.68', '', 'Other sickle-cell disease without crisis' );
2579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.69', '', 'Other sickle-cell disease with crisis' );
2580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.7', '', 'Other hemoglobinopathies' );
2581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.8', '', 'Other specified hereditary hemolytic anemias' );
2582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '282.9', '', 'Hereditary hemolytic anemia unspecified' );
2583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.0', '', 'Autoimmune hemolytic anemias' );
2584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.10', '', 'Non-autoimmune hemolytic anemia unspecified' );
2585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.11', '', 'Hemolytic-uremic syndrome' );
2586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.19', '', 'Other non-autoimmune hemolytic anemias' );
2587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.2', '', 'Hemoglobinuria due to hemolysis from external causes' );
2588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '283.9', '', 'Acquired hemolytic anemia unspecified' );
2589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.01', '', 'Constitutional red blood cell aplasia' );
2590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.09', '', 'Other constitutional aplastic anemia' );
2591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.1', '', 'Pancytopenia' );
2592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.2', '', 'Myelophthisis' );
2593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.81', '', 'Other specified aplastic anemias' );
2594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.89', '', 'Red cell aplasia (acquired)(adult) (with thymoma)' );
2595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '284.9', '', 'Aplastic anemia unspecified' );
2596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.0', '', 'Sideroblastic anemia' );
2597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.1', '', 'Acute posthemorrhagic anemia' );
2598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.21', '', 'Anemia in chronic kidney disease' );
2599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.22', '', 'Anemia in neoplastic disease' );
2600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.29', '', 'Anemia of other chronic illness' );
2601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.3', '', 'Antineoplastic chemotherapy induced anemia' );
2602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.8', '', 'Other specified anemias' );
2603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '285.9', '', 'Anemia unspecified' );
2604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.0', '', 'Congenital factor viii disorder' );
2605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.1', '', 'Congenital factor ix disorder' );
2606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.2', '', 'Congenital factor xi deficiency' );
2607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.3', '', 'Congenital deficiency of other clotting factors' );
2608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.4', '', 'Von willebrand''s disease' );
2609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.5', '', 'Hemorrhagic disorder due to intrinsic circulating anticoagulants' );
2610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.6', '', 'Defibrination syndrome' );
2611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.7', '', 'Acquired coagulation factor deficiency' );
2612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '286.9', '', 'Other and unspecified coagulation defects' );
2613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.0', '', 'Allergic purpura' );
2614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.1', '', 'Qualitative platelet defects' );
2615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.2', '', 'Other nonthrombocytopenic purpuras' );
2616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.30', '', 'Primary thrombocytopenia, unspecified' );
2617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.31', '', 'Immune thrombocyopenic purpura' );
2618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.32', '', 'Evans'' syndrome' );
2619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.33', '', 'Congenital and hereditary thrombocytopenic purpura' );
2620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.39', '', 'Other primary thrombocytopenia' );
2621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.4', '', 'Secondary thrombocytopenia' );
2622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.5', '', 'Thrombocytopenia unspecified' );
2623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.8', '', 'Other specified hemorrhagic conditions' );
2624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '287.9', '', 'Unspecified hemorrhagic conditions' );
2625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.00', '', 'Neutropenia, unspecified' );
2626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.01', '', 'Congenital neutropenia' );
2627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.02', '', 'Cyclic neutropenia' );
2628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.03', '', 'Drug induced neutropenia' );
2629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.04', '', 'Neutropenia due to infection' );
2630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.09', '', 'Other neutropenia' );
2631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.1', '', 'Functional disorders of polymorphonuclear neutrophils' );
2632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.2', '', 'Genetic anomalies of leukocytes' );
2633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.3', '', 'Eosinophilia' );
2634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.4', '', 'Hemophagocytic syndromes' );
2635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.50', '', 'Leukocytopenia, unspecified' );
2636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.51', '', 'Lymphocytopenia' );
2637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.59', '', 'Other decreased white blood cell count' );
2638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.60', '', 'Leukocytosis, unspecified' );
2639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.61', '', 'Lymphocytosis (symptomatic)' );
2640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.62', '', 'Leukemoid reaction' );
2641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.63', '', 'Monocytosis (symptomatic)' );
2642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.64', '', 'Plasmacytosis' );
2643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.65', '', 'Basophilia' );
2644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.66', '', 'Bandemia' );
2645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.69', '', 'Other elevated white blood cell count' );
2646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.8', '', 'Other specified disease of white blood cells' );
2647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '288.9', '', 'Unspecified disease of white blood cells' );
2648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.0', '', 'Polycythemia secondary' );
2649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.1', '', 'Chronic lymphadenitis' );
2650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.2', '', 'Nonspecific mesenteric lymphadenitis' );
2651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.3', '', 'Lymphadenitis unspecified except mesenteric' );
2652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.4', '', 'Hypersplenism' );
2653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.50', '', 'Disease of spleen unspecified' );
2654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.51', '', 'Chronic congestive splenomegaly' );
2655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.52', '', 'Splenic sequestration' );
2656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.53', '', 'Neutropenic splenomegaly' );
2657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.59', '', 'Other diseases of spleen' );
2658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.6', '', 'Familial polycythemia' );
2659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.7', '', 'Methemoglobinemia' );
2660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.81', '', 'Primary hypercoagulable state' );
2661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.82', '', 'Secondary hypercoagulable state' );
2662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.83', '', 'Myelofibrosis' );
2663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.84', '', 'Heparin-induced thrombocytopenia (hit)' );
2664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.89', '', 'Other specified diseases of blood and blood-forming organs' );
2665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '289.9', '', 'Unspecified diseases of blood and blood-forming organs' );
2666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.0', '', 'Senile dementia uncomplicated' );
2667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.10', '', 'Presenile dementia uncomplicated' );
2668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.11', '', 'Presenile dementia with delirium' );
2669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.12', '', 'Presenile dementia with delusional features' );
2670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.13', '', 'Presenile dementia with depressive features' );
2671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.20', '', 'Senile dementia with delusional features' );
2672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.21', '', 'Senile dementia with depressive features' );
2673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.3', '', 'Senile dementia with delirium' );
2674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.40', '', 'Vascular dementia uncomplicated' );
2675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.41', '', 'Vascular dementia with delirium' );
2676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.42', '', 'Vascular dementia with delusions' );
2677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.43', '', 'Vascular dementia with depressed mood' );
2678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.8', '', 'Other specified senile psychotic conditions' );
2679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '290.9', '', 'Unspecified senile psychotic condition' );
2680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.0', '', 'Alcohol withdrawal delirium' );
2681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.1', '', 'Alcohol-induced persisting amnestic disorder' );
2682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.2', '', 'Alcohol-induced persisting dementia' );
2683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.3', '', 'Alcohol-induced psychotic disorder with hallucinations' );
2684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.4', '', 'Idiosyncratic alcohol intoxication' );
2685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.5', '', 'Alcohol-induced psychotic disorder with delusions' );
2686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.81', '', 'Alcohol withdrawal' );
2687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.82', '', 'Alcohol-induced sleep disorder' );
2688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.89', '', 'Other alcoholic psychosis' );
2689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '291.9', '', 'Unspecified alcohol-induced mental disorders' );
2690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.0', '', 'Drug withdrawal' );
2691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.11', '', 'Drug-induced psychotic disorder with delusions' );
2692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.12', '', 'Drug-induced psychotic disorder with hallucinations' );
2693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.2', '', 'Pathological drug intoxication' );
2694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.81', '', 'Drug-induced persisting delirium' );
2695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.82', '', 'Drug-induced persisting dementia' );
2696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.83', '', 'Drug-induced persisting amnestic disorder' );
2697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.84', '', 'Drug-induced mood disorder' );
2698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.85', '', 'Drug-induced sleep disorders' );
2699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.89', '', 'Other specified drug-induced mental disorders' );
2700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '292.9', '', 'Unspecified drug-induced mental disorder' );
2701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.0', '', 'Delirium due to conditions classified elsewhere' );
2702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.1', '', 'Subacute delirium' );
2703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.81', '', 'Psychotic disorder with delusions in conditions classified elsewhere' );
2704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.82', '', 'Psychotic disorder with hallucinations in conditions classified elsewhere' );
2705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.83', '', 'Mood disorder in conditions classified elsewhere' );
2706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.84', '', 'Anxiety disorder in conditions classified elsewhere' );
2707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.89', '', 'Other catatonic disorder in conditions classified elsewhere' );
2708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '293.9', '', 'Unspecified transient mental disorder in conditions classified elsewhere' );
2709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '294.0', '', 'Amnestic disorder in conditions classified elsewhere' );
2710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '294.10', '', 'Dementia in conditions classified elsewhere without behavioral disturbance' );
2711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '294.11', '', 'Dementia in conditions classified elsewhere with behavioral disturbance' );
2712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '294.8', '', 'Other persistent mental disorders due to conditions classified elsewhere' );
2713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '294.9', '', 'Unspecified persistent mental disorders due to conditions classified elsewhere' );
2714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.00', '', 'Simple type schizophrenia unspecified state' );
2715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.01', '', 'Simple type schizophrenia subchronic state' );
2716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.02', '', 'Simple type schizophrenia chronic state' );
2717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.03', '', 'Simple type schizophrenia subchronic state with acute exacerbation' );
2718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.04', '', 'Simple type schizophrenia chronic state with acute exacerbation' );
2719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.05', '', 'Simple type schizophrenia in remission' );
2720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.10', '', 'Disorganized type schizophrenia unspecified state' );
2721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.11', '', 'Disorganized type schizophrenia subchronic state' );
2722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.12', '', 'Disorganized type schizophrenia chronic state' );
2723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.13', '', 'Disorganized type schizophrenia subchronic state with acute exacerbation' );
2724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.14', '', 'Disorganized type schizophrenia chronic state with acute exacerbation' );
2725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.15', '', 'Disorganized type schizophrenia in remission' );
2726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.20', '', 'Catatonic type schizophrenia unspecified state' );
2727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.21', '', 'Catatonic type schizophrenia subchronic state' );
2728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.22', '', 'Catatonic type schizophrenia chronic state' );
2729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.23', '', 'Catatonic type schizophrenia subchronic state with acute exacerbation' );
2730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.24', '', 'Catatonic type schizophrenia chronic state with acute exacerbation' );
2731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.25', '', 'Catatonic type schizophrenia in remission' );
2732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.30', '', 'Paranoid type schizophrenia unspecified state' );
2733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.31', '', 'Paranoid type schizophrenia subchronic state' );
2734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.32', '', 'Paranoid type schizophrenia chronic state' );
2735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.33', '', 'Paranoid type schizophrenia subchronic state with acute exacerbation' );
2736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.34', '', 'Paranoid type schizophrenia chronic state with acute exacerbation' );
2737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.35', '', 'Paranoid type schizophrenia in remission' );
2738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.40', '', 'Acute schizophrenic episode unspecified state' );
2739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.41', '', 'Acute schizophrenic episode subchronic state' );
2740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.42', '', 'Acute schizophrenic episode chronic state' );
2741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.43', '', 'Acute schizophrenic episode subchronic state with acute exacerbation' );
2742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.44', '', 'Acute schizophrenic episode chronic state with acute exacerbation' );
2743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.45', '', 'Acute schizophrenic episode in remission' );
2744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.50', '', 'Latent schizophrenia unspecified state' );
2745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.51', '', 'Latent schizophrenia subchronic state' );
2746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.52', '', 'Latent schizophrenia chronic state' );
2747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.53', '', 'Latent schizophrenia subchronic state with acute exacerbation' );
2748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.54', '', 'Latent schizophrenia chronic state with acute exacerbation' );
2749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.55', '', 'Latent schizophrenia in remission' );
2750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.60', '', 'Residual schizophrenia unspecified state' );
2751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.61', '', 'Residual schizophrenia subchronic state' );
2752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.62', '', 'Residual schizophrenia chronic state' );
2753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.63', '', 'Residual schizophrenia subchronic state with acute exacerbation' );
2754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.64', '', 'Residual schizophrenia chronic state with acute exacerbation' );
2755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.65', '', 'Residual schizophrenia in remission' );
2756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.70', '', 'Schizo-affective type schizophrenia unspecified state' );
2757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.71', '', 'Schizo-affective type schizophrenia subchronic state' );
2758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.72', '', 'Schizo-affective type schizophrenia chronic state' );
2759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.73', '', 'Schizo-affective type schizophrenia subchronic state with acute exacerbation' );
2760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.74', '', 'Schizo-affective type schizophrenia chronic state with acute exacerbation' );
2761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.75', '', 'Schizo-affective type schizophrenia in remission' );
2762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.80', '', 'Other specified types of schizophrenia unspecified state' );
2763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.81', '', 'Other specified types of schizophrenia subchronic state' );
2764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.82', '', 'Other specified types of schizophrenia chronic state' );
2765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.83', '', 'Other specified types of schizophrenia subchronic state with acute exacerbation' );
2766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.84', '', 'Other specified types of schizophrenia chronic state with acute exacerbation' );
2767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.85', '', 'Other specified types of schizophrenia in remission' );
2768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.90', '', 'Unspecified type schizophrenia unspecified state' );
2769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.91', '', 'Unspecified type schizophrenia subchronic state' );
2770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.92', '', 'Unspecified type schizophrenia chronic state' );
2771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.93', '', 'Unspecified type schizophrenia subchronic state with acute exacerbation' );
2772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.94', '', 'Unspecified type schizophrenia chronic state with acute exacerbation' );
2773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '295.95', '', 'Unspecified type schizophrenia in remission' );
2774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.00', '', 'Bipolar i disorder, single episode unspecified degree' );
2775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.01', '', 'Bipolar i disorder, single episode mild degree' );
2776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.02', '', 'Bipolar i disorder, single episode moderate degree' );
2777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.03', '', 'Bipolar i disorder, single episode severe degree without psychotic behavior' );
2778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.04', '', 'Bipolar i disorder, single episode severe degree specified as with psychotic behavior' );
2779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.05', '', 'Bipolar i disorder, single episode in partial or unspecified remission' );
2780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.06', '', 'Bipolar i disorder, single episode in full remission' );
2781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.10', '', 'Manic affective disorder recurrent episode unspecified degree' );
2782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.11', '', 'Manic affective disorder recurrent episode mild degree' );
2783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.12', '', 'Manic affective disorder recurrent episode moderate degree' );
2784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.13', '', 'Manic affective disorder recurrent episode severe degree without psychotic behavior' );
2785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.14', '', 'Manic affective disorder recurrent episode severe degree specified as with psychotic behavior' );
2786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.15', '', 'Manic affective disorder recurrent episode in partial or unspecified remission' );
2787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.16', '', 'Manic affective disorder recurrent episode in full remission' );
2788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.20', '', 'Major depressive affective disorder single episode unspecified degree' );
2789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.21', '', 'Major depressive affective disorder single episode mild degree' );
2790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.22', '', 'Major depressive affective disorder single episode moderate degree' );
2791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.23', '', 'Major depressive affective disorder single episode severe degree without psychotic behavior' );
2792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.24', '', 'Major depressive affective disorder single episode severe degree specified as with psychotic behavior' );
2793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.25', '', 'Major depressive affective disorder single episode in partial or unspecified remission' );
2794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.26', '', 'Major depressive affective disorder single episode in full remission' );
2795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.30', '', 'Major depressive affective disorder recurrent episode unspecified degree' );
2796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.31', '', 'Major depressive affective disorder recurrent episode mild degree' );
2797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.32', '', 'Major depressive affective disorder recurrent episode moderate degree' );
2798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.33', '', 'Major depressive affective disorder recurrent episode severe degree without psychotic behavior' );
2799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.34', '', 'Major depressive affective disorder recurrent episode severe degree specified as with psychotic behavior' );
2800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.35', '', 'Major depressive affective disorder recurrent episode in partial or unspecified remission' );
2801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.36', '', 'Major depressive affective disorder recurrent episode in full remission' );
2802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.40', '', 'Bipolar i disorder, most recent episode (or current) manic unspecified degree' );
2803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.41', '', 'Bipolar i disorder, most recent episode (or current) manic mild degree' );
2804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.42', '', 'Bipolar i disorder, most recent episode (or current) manic moderate degree' );
2805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.43', '', 'Bipolar i disorder, most recent episode (or current) manic severe degree without psychotic behavior' );
2806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.44', '', 'Bipolar i disorder, most recent episode (or current) manic severe degree specified as with psychotic behavior' );
2807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.45', '', 'Bipolar i disorder, most recent episode (or current) manic in partial or unspecified remission' );
2808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.46', '', 'Bipolar i disorder, most recent episode (or current) manic in full remission' );
2809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.50', '', 'Bipolar i disorder, most recent episode (or current) depressed unspecified degree' );
2810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.51', '', 'Bipolar i disorder, most recent episode (or current) depressed mild degree' );
2811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.52', '', 'Bipolar i disorder, most recent episode (or current) depressed moderate degree' );
2812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.53', '', 'Bipolar i disorder, most recent episode (or current) depressed severe degree without psychotic behavior' );
2813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.54', '', 'Bipolar i disorder, most recent episode (or current) depressed severe degree specified as with psychotic behavior' );
2814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.55', '', 'Bipolar i disorder, most recent episode (or current) depressed in partial or unspecified remission' );
2815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.56', '', 'Bipolar i disorder, most recent episode (or current) depressed in remission' );
2816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.60', '', 'Bipolar i disorder, most recent episode (or current) mixed unspecified degree' );
2817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.61', '', 'Bipolar i disorder, most recent episode (or current) mixed mild degree' );
2818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.62', '', 'Bipolar i disorder, most recent episode (or current) mixed moderate degree' );
2819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.63', '', 'Bipolar i disorder, most recent episode (or current) mixed severe degree without psychotic behavior' );
2820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.64', '', 'Bipolar i disorder, most recent episode (or current) mixed severe degree specified as with psychotic behavior' );
2821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.65', '', 'Bipolar i disorder, most recent episode (or current) mixed in partial or unspecified remission' );
2822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.66', '', 'Bipolar i disorder, most recent episode (or current) mixed in full remission' );
2823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.7', '', 'Bipolar i disorder, most recent episode (or current) unspecified' );
2824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.80', '', 'Bipolar disorder, unspecified' );
2825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.81', '', 'Atypical manic disorder' );
2826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.82', '', 'Atypical depressive disorder' );
2827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.89', '', 'Bipolar disorder, other' );
2828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.90', '', 'Unspecified episodic mood disorder' );
2829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '296.99', '', 'Other specified episodic mood disorder' );
2830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.0', '', 'Paranoid state simple' );
2831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.1', '', 'Delusional disorder' );
2832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.2', '', 'Paraphrenia' );
2833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.3', '', 'Shared psychotic disorder' );
2834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.8', '', 'Other specified paranoid states' );
2835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '297.9', '', 'Unspecified paranoid state' );
2836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.0', '', 'Depressive type psychosis' );
2837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.1', '', 'Excitative type psychosis' );
2838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.2', '', 'Reactive confusion' );
2839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.3', '', 'Acute paranoid reaction' );
2840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.4', '', 'Psychogenic paranoid psychosis' );
2841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.8', '', 'Other and unspecified reactive psychosis' );
2842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '298.9', '', 'Unspecified psychosis' );
2843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.00', '', 'Autistic disorder current or active state' );
2844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.01', '', 'Autistic disorder residual state' );
2845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.10', '', 'Childhood disintegrative disorder current or active state' );
2846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.11', '', 'Childhood disintegrative disorder residual state' );
2847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.80', '', 'Other specified pervasive developmental disorders current or active state' );
2848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.81', '', 'Other specified pervasive developmental disorders residual state' );
2849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.90', '', 'Unspecified pervasive developmental disorder current or active state' );
2850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '299.91', '', 'Unspecified pervasive developmental disorder residual state' );
2851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.00', '', 'Anxiety state unspecified' );
2852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.01', '', 'Panic disorder without agoraphobia' );
2853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.02', '', 'Generalized anxiety disorder' );
2854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.09', '', 'Other anxiety states' );
2855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.10', '', 'Hysteria unspecified' );
2856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.11', '', 'Conversion disorder' );
2857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.12', '', 'Dissociative amnesia' );
2858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.13', '', 'Dissociative fugue' );
2859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.14', '', 'Dissociative identity disorder' );
2860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.15', '', 'Dissociative disorder or reaction unspecified' );
2861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.16', '', 'Factitious disorder with predominantly psychological signs and symptoms' );
2862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.19', '', 'Other and unspecified factitious illness' );
2863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.20', '', 'Phobia unspecified' );
2864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.21', '', 'Agoraphobia with panic attacks' );
2865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.22', '', 'Agoraphobia without panic attacks' );
2866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.23', '', 'Social phobia' );
2867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.29', '', 'Other isolated or specific phobias' );
2868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.3', '', 'Obsessive-compulsive disorders' );
2869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.4', '', 'Dysthymic disorder' );
2870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.5', '', 'Neurasthenia' );
2871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.6', '', 'Depersonalization disorder' );
2872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.7', '', 'Hypochondriasis' );
2873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.81', '', 'Somatization disorder' );
2874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.82', '', 'Undifferentiated somatoform disorder' );
2875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.89', '', 'Other somatoform disorders' );
2876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '300.9', '', 'Unspecified nonpsychotic mental disorder' );
2877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.0', '', 'Paranoid personality disorder' );
2878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.10', '', 'Affective personality disorder unspecified' );
2879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.11', '', 'Chronic hypomanic personality disorder' );
2880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.12', '', 'Chronic depressive personality disorder' );
2881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.13', '', 'Cyclothymic disorder' );
2882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.20', '', 'Schizoid personality disorder unspecified' );
2883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.21', '', 'Introverted personality' );
2884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.22', '', 'Schizotypal personality disorder' );
2885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.3', '', 'Explosive personality disorder' );
2886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.4', '', 'Obsessive-compulsive personality disorder' );
2887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.50', '', 'Histrionic personality disorder unspecified' );
2888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.51', '', 'Chronic factitious illness with physical symptoms' );
2889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.59', '', 'Other histrionic personality disorder' );
2890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.6', '', 'Dependent personality disorder' );
2891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.7', '', 'Antisocial personality disorder' );
2892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.81', '', 'Narcissistic personality disorder' );
2893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.82', '', 'Avoidant personality disorder' );
2894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.83', '', 'Borderline personality disorder' );
2895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.84', '', 'Passive-aggressive personality' );
2896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.89', '', 'Other personality disorders' );
2897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '301.9', '', 'Unspecified personality disorder' );
2898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.0', '', 'Ego-dystonic sexual orientation' );
2899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.1', '', 'Zoophilia' );
2900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.2', '', 'Pedophilia' );
2901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.3', '', 'Transvestic fetishism' );
2902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.4', '', 'Exhibitionism' );
2903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.50', '', 'Trans-sexualism with unspecified sexual history' );
2904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.51', '', 'Trans-sexualism with asexual history' );
2905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.52', '', 'Trans-sexualism with homosexual history' );
2906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.53', '', 'Trans-sexualism with heterosexual history' );
2907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.6', '', 'Gender identity disorder in children' );
2908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.70', '', 'Psychosexual dysfunction unspecified' );
2909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.71', '', 'Psychosexual dysfunction with hypoactive sexual desire' );
2910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.72', '', 'Psychosexual dysfunction sexual excitement' );
2911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.73', '', 'Psychosexual dysfunction female orgasm disorder' );
2912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.74', '', 'Psychosexual dysfunction male orgasm disorder' );
2913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.75', '', 'Psychosexual dysfunction premature ejaculation' );
2914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.76', '', 'Psychosexual dysfunction dyspareunia, psychogenic' );
2915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.79', '', 'Psychosexual dysfunction with other specified psychosexual dysfunctions' );
2916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.81', '', 'Fetishism' );
2917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.82', '', 'Voyeurism' );
2918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.83', '', 'Sexual masochism' );
2919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.84', '', 'Sexual sadism' );
2920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.85', '', 'Gender identity disorder in adolescents or adults' );
2921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.89', '', 'Other specified psychosexual disorders' );
2922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '302.9', '', 'Unspecified psychosexual disorder' );
2923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.00', '', 'Acute alcoholic intoxication in alcoholism unspecified drinking behavior' );
2924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.01', '', 'Acute alcoholic intoxication in alcoholism continuous drinking behavior' );
2925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.02', '', 'Acute alcoholic intoxication in alcoholism episodic drinking behavior' );
2926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.03', '', 'Acute alcoholic intoxication in alcoholism in remission' );
2927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.90', '', 'Other and unspecified alcohol dependence unspecified drinking behavior' );
2928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.91', '', 'Other and unspecified alcohol dependence continuous drinking behavior' );
2929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.92', '', 'Other and unspecified alcohol dependence episodic drinking behavior' );
2930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '303.93', '', 'Other and unspecified alcohol dependence in remission' );
2931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.00', '', 'Opioid type dependence unspecified use' );
2932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.01', '', 'Opioid type dependence continuous use' );
2933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.02', '', 'Opioid type dependence episodic use' );
2934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.03', '', 'Opioid type dependence in remission' );
2935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.10', '', 'Sedative, hypnotic or anxiolytic dependence unspecified use' );
2936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.11', '', 'Sedative, hypnotic or anxiolytic dependence continuous use' );
2937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.12', '', 'Sedative, hypnotic or anxiolytic dependence episodic use' );
2938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.13', '', 'Sedative, hypnotic or anxiolytic dependence in remission' );
2939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.20', '', 'Cocaine dependence unspecified use' );
2940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.21', '', 'Cocaine dependence continuous use' );
2941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.22', '', 'Cocaine dependence episodic use' );
2942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.23', '', 'Cocaine dependence in remission' );
2943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.30', '', 'Cannabis dependence unspecified use' );
2944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.31', '', 'Cannabis dependence continuous use' );
2945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.32', '', 'Cannabis dependence episodic use' );
2946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.33', '', 'Cannabis dependence in remission' );
2947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.40', '', 'Amphetamine and other psychostimulant dependence unspecified use' );
2948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.41', '', 'Amphetamine and other psychostimulant dependence continuous use' );
2949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.42', '', 'Amphetamine and other psychostimulant dependence episodic use' );
2950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.43', '', 'Amphetamine and other psychostimulant dependence in remission' );
2951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.50', '', 'Hallucinogen dependence unspecified use' );
2952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.51', '', 'Hallucinogen dependence continuous use' );
2953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.52', '', 'Hallucinogen dependence episodic use' );
2954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.53', '', 'Hallucinogen dependence in remission' );
2955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.60', '', 'Other specified drug dependence unspecified use' );
2956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.61', '', 'Other specified drug dependence continuous use' );
2957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.62', '', 'Other specified drug dependence episodic use' );
2958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.63', '', 'Other specified drug dependence in remission' );
2959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.70', '', 'Combinations of opioid type drug with any other drug dependence unspecified use' );
2960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.71', '', 'Combinations of opioid type drug with any other drug dependence continuous use' );
2961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.72', '', 'Combinations of opioid type drug with any other drug dependence episodic use' );
2962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.73', '', 'Combinations of opioid type drug with any other drug dependence in remission' );
2963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.80', '', 'Combinations of drug dependence excluding opioid type drug unspecified use' );
2964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.81', '', 'Combinations of drug dependence excluding opioid type drug continuous use' );
2965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.82', '', 'Combinations of drug dependence excluding opioid type drug episodic use' );
2966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.83', '', 'Combinations of drug dependence excluding opioid type drug in remission' );
2967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.90', '', 'Unspecified drug dependence unspecified use' );
2968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.91', '', 'Unspecified drug dependence continuous use' );
2969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.92', '', 'Unspecified drug dependence episodic use' );
2970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '304.93', '', 'Unspecified drug dependence in remission' );
2971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.00', '', 'Nondependent alcohol abuse unspecified drinking behavior' );
2972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.01', '', 'Nondependent alcohol abuse continuous drinking behavior' );
2973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.02', '', 'Nondependent alcohol abuse episodic drinking behavior' );
2974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.03', '', 'Nondependent alcohol abuse in remission' );
2975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.1', '', 'Nondependent tobacco use disorder' );
2976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.20', '', 'Nondependent cannabis abuse unspecified use' );
2977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.21', '', 'Nondependent cannabis abuse continuous use' );
2978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.22', '', 'Nondependent cannabis abuse episodic use' );
2979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.23', '', 'Nondependent cannabis abuse in remission' );
2980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.30', '', 'Nondependent hallucinogen abuse unspecified use' );
2981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.31', '', 'Nondependent hallucinogen abuse continuous use' );
2982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.32', '', 'Nondependent hallucinogen abuse episodic use' );
2983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.33', '', 'Nondependent hallucinogen abuse in remission' );
2984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.40', '', 'Nondependent sedative, hypnotic or anxiolytic abuse unspecified use' );
2985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.41', '', 'Nondependent sedative, hypnotic or anxiolytic abuse continuous use' );
2986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.42', '', 'Nondependent sedative, hypnotic or anxiolytic abuse episodic use' );
2987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.43', '', 'Nondependent sedative, hypnotic or anxiolytic abuse in remission' );
2988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.50', '', 'Nondependent opioid abuse unspecified use' );
2989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.51', '', 'Nondependent opioid abuse continuous use' );
2990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.52', '', 'Nondependent opioid abuse episodic use' );
2991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.53', '', 'Nondependent opioid abuse in remission' );
2992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.60', '', 'Nondependent cocaine abuse unspecified use' );
2993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.61', '', 'Nondependent cocaine abuse continuous use' );
2994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.62', '', 'Nondependent cocaine abuse episodic use' );
2995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.63', '', 'Nondependent cocaine abuse in remission' );
2996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.70', '', 'Nondependent amphetamine or related acting sympathomimetic abuse unspecified use' );
2997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.71', '', 'Nondependent amphetamine or related acting sympathomimetic abuse continuous use' );
2998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.72', '', 'Nondependent amphetamine or related acting sympathomimetic abuse episodic use' );
2999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.73', '', 'Nondependent amphetamine or related acting sympathomimetic abuse in remission' );
3000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.80', '', 'Nondependent antidepressant type abuse unspecified use' );
3001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.81', '', 'Nondependent antidepressant type abuse continuous use' );
3002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.82', '', 'Nondependent antidepressant type abuse episodic use' );
3003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.83', '', 'Nondependent antidepressant type abuse in remission' );
3004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.90', '', 'Other mixed or unspecified drug abuse unspecified use' );
3005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.91', '', 'Nondependent other mixed or unspecified drug abuse continuous use' );
3006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.92', '', 'Nondependent other mixed or unspecified drug abuse episodic use' );
3007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '305.93', '', 'Nondependent other mixed or unspecified drug abuse in remission' );
3008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.0', '', 'Musculoskeletal malfunction arising from mental factors' );
3009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.1', '', 'Respiratory malfunction arising from mental factors' );
3010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.2', '', 'Cardiovascular malfunction arising from mental factors' );
3011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.3', '', 'Skin disorder arising from mental factors' );
3012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.4', '', 'Gastrointestinal malfunction arising from mental factors' );
3013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.50', '', 'Psychogenic genitourinary malfunction unspecified' );
3014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.51', '', 'Psychogenic vaginismus' );
3015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.52', '', 'Psychogenic dysmenorrhea' );
3016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.53', '', 'Psychogenic dysuria' );
3017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.59', '', 'Other genitourinary malfunction arising from mental factors' );
3018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.6', '', 'Endocrine disorder arising from mental factors' );
3019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.7', '', 'Disorder of organs of special sense arising from mental factors' );
3020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.8', '', 'Other specified psychophysiological malfunction' );
3021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '306.9', '', 'Unspecified psychophysiological malfunction' );
3022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.0', '', 'Stuttering' );
3023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.1', '', 'Anorexia nervosa' );
3024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.20', '', 'Tic disorder unspecified' );
3025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.21', '', 'Transient tic disorder' );
3026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.22', '', 'Chronic motor or vocal tic disorder' );
3027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.23', '', 'Tourette''s disorder' );
3028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.3', '', 'Stereotypic movement disorder' );
3029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.40', '', 'Nonorganic sleep disorder unspecified' );
3030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.41', '', 'Transient disorder of initiating or maintaining sleep' );
3031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.42', '', 'Persistent disorder of initiating or maintaining sleep' );
3032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.43', '', 'Transient disorder of initiating or maintaining wakefulness' );
3033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.44', '', 'Persistent disorder of initiating or maintaining wakefulness' );
3034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.45', '', 'Circadian rhythm sleep disorder of nonorganic' );
3035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.46', '', 'Sleep arousal disorder' );
3036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.47', '', 'Other dysfunctions of sleep stages or arousal from sleep' );
3037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.48', '', 'Repetitive intrusions of sleep' );
3038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.49', '', 'Other specific disorders of sleep of nonorganic origin' );
3039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.50', '', 'Eating disorder unspecified' );
3040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.51', '', 'Bulimia nervosa' );
3041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.52', '', 'Pica' );
3042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.53', '', 'Rumination disorder' );
3043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.54', '', 'Psychogenic vomiting' );
3044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.59', '', 'Other disorders of eating' );
3045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.6', '', 'Enuresis' );
3046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.7', '', 'Encopresis' );
3047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.80', '', 'Psychogenic pain site unspecified' );
3048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.81', '', 'Tension headache' );
3049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.89', '', 'Other psychalgia' );
3050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '307.9', '', 'Other and unspecified special symptoms or syndromes not elsewhere classified' );
3051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.0', '', 'Predominant disturbance of emotions' );
3052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.1', '', 'Predominant disturbance of consciousness' );
3053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.2', '', 'Predominant psychomotor disturbance' );
3054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.3', '', 'Other acute reactions to stress' );
3055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.4', '', 'Mixed disorders as reaction to stress' );
3056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '308.9', '', 'Unspecified acute reaction to stress' );
3057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.0', '', 'Adjustment reaction with adjustment disorder with depressed mood' );
3058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.1', '', 'Adjustment reaction with prolonged depressive reaction' );
3059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.21', '', 'Separation anxiety disorder' );
3060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.22', '', 'Emancipation disorder of adolescence and early adult life' );
3061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.23', '', 'Specific academic or work inhibition' );
3062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.24', '', 'Adjustment disorder with anxiety' );
3063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.28', '', 'Adjustment disorder with mixed anxiety and depressed mood' );
3064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.29', '', 'Other adjustment reactions with predominant disturbance of other emotions' );
3065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.3', '', 'Adjustment disorder with disturbance of conduct' );
3066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.4', '', 'Adjustment disorder with mixed disturbance of emotions and conduct' );
3067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.81', '', 'Posttraumatic stress disorder' );
3068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.82', '', 'Adjustment reaction with physical symptoms' );
3069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.83', '', 'Adjustment reaction with withdrawal' );
3070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.89', '', 'Other specified adjustment reactions' );
3071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '309.9', '', 'Unspecified adjustment reaction' );
3072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '310.0', '', 'Frontal lobe syndrome' );
3073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '310.1', '', 'Personality change due to conditions classified elsewhere' );
3074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '310.2', '', 'Postconcussion syndrome' );
3075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '310.8', '', 'Other specified nonpsychotic mental disorders following organic brain damage' );
3076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '310.9', '', 'Unspecified nonpsychotic mental disorder following organic brain damage' );
3077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '311', '', 'Depressive disorder not elsewhere classified' );
3078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.00', '', 'Undersocialized conduct disorder aggressive type unspecified degree' );
3079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.01', '', 'Undersocialized conduct disorder aggressive type mild degree' );
3080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.02', '', 'Undersocialized conduct disorder aggressive type moderate degree' );
3081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.03', '', 'Undersocialized conduct disorder aggressive type severe degree' );
3082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.10', '', 'Undersocialized conduct disorder unaggressive type unspecified degree' );
3083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.11', '', 'Undersocialized conduct disorder unaggressive type mild degree' );
3084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.12', '', 'Undersocialized conduct disorder unaggressive type moderate degree' );
3085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.13', '', 'Undersocialized conduct disorder unaggressive type severe degree' );
3086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.20', '', 'Socialized conduct disorder unspecified degree' );
3087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.21', '', 'Socialized conduct disorder mild degree' );
3088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.22', '', 'Socialized conduct disorder moderate degree' );
3089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.23', '', 'Socialized conduct disorder severe degree' );
3090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.30', '', 'Impulse control disorder unspecified' );
3091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.31', '', 'Pathological gambling' );
3092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.32', '', 'Kleptomania' );
3093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.33', '', 'Pyromania' );
3094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.34', '', 'Intermittent explosive disorder' );
3095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.35', '', 'Isolated explosive disorder' );
3096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.39', '', 'Other disorders of impulse control' );
3097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.4', '', 'Mixed disturbance of conduct and emotions' );
3098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.81', '', 'Conduct disorder childhood onset type' );
3099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.82', '', 'Conduct disorder adolescent onset type' );
3100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.89', '', 'Other specified conduct disorder not elsewhere classified' );
3101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '312.9', '', 'Unspecified disturbance of conduct' );
3102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.0', '', 'Overanxious disorder specific to childhood and adolescence' );
3103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.1', '', 'Misery and unhappiness disorder specific to childhood and adolescence' );
3104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.21', '', 'Shyness disorder of childhood' );
3105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.22', '', 'Introverted disorder of childhood' );
3106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.23', '', 'Selective mutism specific to childhood and adolescence' );
3107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.3', '', 'Relationship problems specific to childhood and adolescence' );
3108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.81', '', 'Oppositional defiant disorder of childhood or adolescence' );
3109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.82', '', 'Identity disorder of childhood or adolescence' );
3110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.83', '', 'Academic underachievement disorder of childhood or adolescence' );
3111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.89', '', 'Other emotional disturbances of childhood or adolescence' );
3112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '313.9', '', 'Unspecified emotional disturbance of childhood or adolescence' );
3113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.00', '', 'Attention deficit disorder of childhood without hyperactivity' );
3114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.01', '', 'Attention deficit disorder of childhood with hyperactivity' );
3115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.1', '', 'Hyperkinesis of childhood with developmental delay' );
3116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.2', '', 'Hyperkinetic conduct disorder of childhood' );
3117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.8', '', 'Other specified manifestations of hyperkinetic syndrome of childhood' );
3118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '314.9', '', 'Unspecified hyperkinetic syndrome of childhood' );
3119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.00', '', 'Developmental reading disorder unspecified' );
3120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.01', '', 'Alexia' );
3121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.02', '', 'Developmental dyslexia' );
3122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.09', '', 'Other specific developmental reading disorder' );
3123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.1', '', 'Developmental mathematics disorder' );
3124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.2', '', 'Other specific developmental learning difficulties' );
3125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.31', '', 'Expressive language disorder' );
3126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.32', '', 'Mixed receptive-expressive language disorder' );
3127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.34', '', 'Speech and language developmental delay due to hearing loss' );
3128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.39', '', 'Other developmental speech disorder' );
3129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.4', '', 'Developmental coordination disorder' );
3130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.5', '', 'Mixed development disorder' );
3131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.8', '', 'Other specified delays in development' );
3132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '315.9', '', 'Unspecified delay in development' );
3133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '316', '', 'Psychic factors associated with diseases classified elsewhere' );
3134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '317', '', 'Mild mental retardation' );
3135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '318.0', '', 'Moderate mental retardation' );
3136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '318.1', '', 'Severe mental retardation' );
3137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '318.2', '', 'Profound mental retardation' );
3138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '319', '', 'Unspecified mental retardation' );
3139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.0', '', 'Hemophilus meningitis' );
3140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.1', '', 'Pneumococcal meningitis' );
3141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.2', '', 'Streptococcal meningitis' );
3142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.3', '', 'Staphylococcal meningitis' );
3143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.7', '', 'Meningitis in other bacterial diseases classified elsewhere' );
3144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.81', '', 'Anaerobic meningitis' );
3145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.82', '', 'Meningitis due to gram-negative bacteria not elsewhere classified' );
3146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.89', '', 'Meningitis due to other specified bacteria' );
3147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '320.9', '', 'Meningitis due to unspecified bacterium' );
3148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.0', '', 'Cryptococcal meningitis' );
3149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.1', '', 'Meningitis in other fungal diseases' );
3150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.2', '', 'Meningitis due to viruses not elsewhere classified' );
3151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.3', '', 'Meningitis due to trypanosomiasis' );
3152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.4', '', 'Meningitis in sarcoidosis' );
3153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '321.8', '', 'Meningitis due to other nonbacterial organisms classified elsewhere' );
3154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '322.0', '', 'Nonpyogenic meningitis' );
3155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '322.1', '', 'Eosinophilic meningitis' );
3156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '322.2', '', 'Chronic meningitis' );
3157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '322.9', '', 'Meningitis unspecified' );
3158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.01', '', 'Encephalitis and encephalomyelitis in viral diseases classified elsewhere' );
3159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.02', '', 'Myelitis in viral diseases classified elsewhere' );
3160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.1', '', 'Encephalitis in rickettsial diseases classified elsewhere' );
3161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.2', '', 'Encephalitis in protozoal diseases classified elsewhere' );
3162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.41', '', 'Other encephalitis and encephalomyelitis due to infection classified elsewhere' );
3163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.42', '', 'Other myelitis due to infection classified elsewhere' );
3164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.51', '', 'Encephalitis and encephalomyelitis following immunization procedures' );
3165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.52', '', 'Myelitis following immunization procedures' );
3166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.61', '', 'Infectious acute disseminated encephalomyelitis (adem)' );
3167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.62', '', 'Other postinfectious encephalitis and encephalomyelitis' );
3168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.63', '', 'Postinfectious myelitis' );
3169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.71', '', 'Toxic encephalitis and encephalomyelitis' );
3170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.72', '', 'Toxic myelitis' );
3171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.81', '', 'Other causes of encephalitis and encephalomyelitis' );
3172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.82', '', 'Other causes of myelitis' );
3173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '323.9', '', 'Unspecified cause of encephalitis' );
3174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '324.0', '', 'Intracranial abscess' );
3175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '324.1', '', 'Intraspinal abscess' );
3176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '324.9', '', 'Intracranial and intraspinal abscess of unspecified site' );
3177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '325', '', 'Phlebitis and thrombophlebitis of intracranial venous sinuses' );
3178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '326', '', 'Late effects of intracranial abscess or pyogenic infection' );
3179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.00', '', 'Organic insomnia, unspecified' );
3180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.01', '', 'Insomnia due to medical condition classified elsewhere' );
3181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.02', '', 'Insomnia due to mental disorder' );
3182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.09', '', 'Other organic insomnia' );
3183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.10', '', 'Organic hypersomnia, unspecified' );
3184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.11', '', 'Idiopathic hypersomnia with long sleep time' );
3185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.12', '', 'Idiopathic hypersomnia without long sleep time' );
3186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.13', '', 'Recurrent hypersomnia' );
3187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.14', '', 'Hypersomnia due to medical condition classified elsewhere' );
3188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.15', '', 'Hypersomnia due to mental disorder' );
3189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.19', '', 'Other organic hypersomnia' );
3190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.20', '', 'Organic sleep apnea, unspecified' );
3191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.21', '', 'Primary central sleep apnea' );
3192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.22', '', 'High altitude periodic breathing' );
3193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.23', '', 'Obstructive sleep apnea (adult)(pediatric)' );
3194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.24', '', 'Idiopathic sleep related non-obstructive alveolar hypoventilation' );
3195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.25', '', 'Congenital central alveolar hypoventilation syndrome' );
3196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.26', '', 'Sleep related hypoventilation/hypoxemia in conditions classifiable elsewhere' );
3197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.27', '', 'Central sleep apnea in conditions classified elsewhere' );
3198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.29', '', 'Other organic sleep apnea' );
3199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.30', '', 'Circadian rhythm sleep disorder, unspecified' );
3200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.31', '', 'Circadian rhythm sleep disorder, delayed sleep phase type' );
3201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.32', '', 'Circadian rhythm sleep disorder, advanced sleep phase type' );
3202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.33', '', 'Circadian rhythm sleep disorder, irregular sleep-wake type' );
3203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.34', '', 'Circadian rhythm sleep disorder, free-running type' );
3204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.35', '', 'Circadian rhythm sleep disorder, jet lag type' );
3205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.36', '', 'Circadian rhythm sleep disorder, shift work type' );
3206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.37', '', 'Circadian rhythm sleep disorder in conditions classified elsewhere' );
3207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.39', '', 'Other circadian rhythm sleep disorder' );
3208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.40', '', 'Organic parsomnia, unspecified' );
3209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.41', '', 'Confusional arousals' );
3210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.42', '', 'Rem sleep behavior disorder' );
3211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.43', '', 'Recurrent isolated sleep paralysis' );
3212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.44', '', 'Parasomnia in conditions classified elsewhere' );
3213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.49', '', 'Other organic parasomnia' );
3214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.51', '', 'Periodic limb movement disorder' );
3215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.52', '', 'Sleep related leg cramps' );
3216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.53', '', 'Sleep related bruxism' );
3217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.59', '', 'Other organic sleep related movement disorders' );
3218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '327.8', '', 'Other organic sleep disorders' );
3219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.0', '', 'Leukodystrophy' );
3220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.1', '', 'Cerebral lipidoses' );
3221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.2', '', 'Cerebral degeneration in generalized lipidoses' );
3222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.3', '', 'Cerebral degeneration of childhood in other diseases classified elsewhere' );
3223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.8', '', 'Other specified cerebral degenerations in childhood' );
3224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '330.9', '', 'Unspecified cerebral degeneration in childhood' );
3225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.0', '', 'Alzheimer''s disease' );
3226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.11', '', 'Pick''s disease' );
3227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.19', '', 'Other frontotemporal dementia' );
3228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.2', '', 'Senile degeneration of brain' );
3229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.3', '', 'Communicating hydrocephalus' );
3230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.4', '', 'Obstructive hydrocephalus' );
3231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.5', '', 'Idiopathic normal pressure hydrocephalus (inph)' );
3232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.7', '', 'Cerebral degeneration in diseases classified elsewhere' );
3233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.81', '', 'Reye''s syndrome' );
3234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.82', '', 'Dementia with lewy bodies' );
3235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.83', '', 'Mild cognitive impairment, so stated' );
3236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.89', '', 'Other cerebral degeneration' );
3237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '331.9', '', 'Cerebral degeneration unspecified' );
3238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '332.0', '', 'Paralysis agitans' );
3239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '332.1', '', 'Secondary parkinsonism' );
3240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.0', '', 'Other degenerative diseases of the basal ganglia' );
3241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.1', '', 'Essential and other specified forms of tremor' );
3242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.2', '', 'Myoclonus' );
3243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.3', '', 'Tics of organic origin' );
3244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.4', '', 'Huntington''s chorea' );
3245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.5', '', 'Other choreas' );
3246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.6', '', 'Idiopathic torsion dystonia' );
3247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.71', '', 'Athetoid cerebral palsy' );
3248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.72', '', 'Acute dystonia due to drugs' );
3249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.79', '', 'Other acquired torsion dystonia' );
3250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.81', '', 'Blepharospasm' );
3251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.82', '', 'Orofacial dyskinesia' );
3252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.83', '', 'Spasmodic torticollis' );
3253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.84', '', 'Organic writers'' cramp' );
3254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.85', '', 'Subacute dyskinesia due to drugs' );
3255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.89', '', 'Other fragments of torsion dystonia' );
3256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.90', '', 'Unspecified extrapyramidal disease and abnormal movement disorder' );
3257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.91', '', 'Stiff-man syndrome' );
3258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.92', '', 'Neuroleptic malignant syndrome' );
3259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.93', '', 'Benign shuddering attacks' );
3260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.94', '', 'Restless legs syndrome' );
3261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '333.99', '', 'Other extrapyramidal diseases and abnormal movement disorders' );
3262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.0', '', 'Friedreich''s ataxia' );
3263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.1', '', 'Hereditary spastic paraplegia' );
3264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.2', '', 'Primary cerebellar degeneration' );
3265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.3', '', 'Other cerebellar ataxia' );
3266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.4', '', 'Cerebellar ataxia in diseases classified elsewhere' );
3267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.8', '', 'Other spinocerebellar diseases' );
3268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '334.9', '', 'Spinocerebellar disease unspecified' );
3269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.0', '', 'Werdnig-hoffmann disease' );
3270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.10', '', 'Spinal muscular atrophy unspecified' );
3271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.11', '', 'Kugelberg-welander disease' );
3272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.19', '', 'Other spinal muscular atrophy' );
3273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.20', '', 'Amyotrophic lateral sclerosis' );
3274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.21', '', 'Progressive muscular atrophy' );
3275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.22', '', 'Progressive bulbar palsy' );
3276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.23', '', 'Pseudobulbar palsy' );
3277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.24', '', 'Primary lateral sclerosis' );
3278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.29', '', 'Other motor neuron diseases' );
3279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.8', '', 'Other anterior horn cell diseases' );
3280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '335.9', '', 'Anterior horn cell disease unspecified' );
3281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.0', '', 'Syringomyelia and syringobulbia' );
3282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.1', '', 'Vascular myelopathies' );
3283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.2', '', 'Subacute combined degeneration of spinal cord in diseases classified elsewhere' );
3284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.3', '', 'Myelopathy in other diseases classified elsewhere' );
3285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.8', '', 'Other myelopathy' );
3286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '336.9', '', 'Unspecified disease of spinal cord' );
3287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.00', '', 'Idiopathic peripheral autonomic neuropathy, unspecified' );
3288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.01', '', 'Carotid sinus syndrome' );
3289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.09', '', 'Other idiopathic peripheral autonomic neuropathy' );
3290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.1', '', 'Peripheral autonomic neuropathy in disorders classified elsewhere' );
3291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.20', '', 'Reflex sympathetic dystrophy unspecified' );
3292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.21', '', 'Reflex sympathetic dystrophy of the upper limb' );
3293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.22', '', 'Reflex sympathetic dystrophy of the lower limb' );
3294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.29', '', 'Reflex sympathetic dystrophy of other specified site' );
3295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.3', '', 'Autonomic dysreflexia' );
3296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '337.9', '', 'Unspecified disorder of autonomic nervous system' );
3297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.0', '', 'Central pain syndrome' );
3298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.11', '', 'Acute pain due to trauma' );
3299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.12', '', 'Acute post-thoracotomy pain' );
3300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.18', '', 'Other acute postoperative pain' );
3301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.19', '', 'Other acute pain' );
3302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.21', '', 'Chronic pain due to trauma' );
3303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.22', '', 'Chronic post-thoracotomy pain' );
3304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.28', '', 'Other chronic postoperative pain' );
3305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.29', '', 'Other chronic pain' );
3306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.3', '', 'Neoplasm related pain (acute) (chronic)' );
3307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '338.4', '', 'Chronic pain syndrome' );
3308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.00', '', 'Cluster headache syndrome, unspecified' );
3309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.01', '', 'Episodic cluster headache' );
3310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.02', '', 'Chronic cluster headache' );
3311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.03', '', 'Episodic paroxysmal hemicrania' );
3312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.04', '', 'Chronic paroxysmal hemicrania' );
3313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.05', '', 'Short lasting unilateral neuralgiform headache with conjunctival injection and tearing' );
3314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.09', '', 'Other trigeminal autonomic cephalgias' );
3315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.10', '', 'Tension type headache, unspecified' );
3316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.11', '', 'Episodic tension type headache' );
3317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.12', '', 'Chronic tension type headache' );
3318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.20', '', 'Post-traumatic headache, unspecified' );
3319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.21', '', 'Acute post-traumatic headache' );
3320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.22', '', 'Chronic post-traumatic headache' );
3321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.3', '', 'Drug induced headache, not elsewhere classified' );
3322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.41', '', 'Hemicrania continua' );
3323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.42', '', 'New daily persistent headache' );
3324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.43', '', 'Primary thunderclap headache' );
3325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.44', '', 'Other complicated headache syndrome' );
3326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.81', '', 'Hypnic headache' );
3327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.82', '', 'Headache associated with sexual activity' );
3328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.83', '', 'Primary cough headache' );
3329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.84', '', 'Primary exertional headache' );
3330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.85', '', 'Primary stabbing headache' );
3331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '339.89', '', 'Other headache syndromes' );
3332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '340', '', 'Multiple sclerosis' );
3333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.0', '', 'Neuromyelitis optica' );
3334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.1', '', 'Schilder''s disease' );
3335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.20', '', 'Acute (transverse) myelitis nos' );
3336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.21', '', 'Acute (transverse) myelitis in conditions classified elsewhere' );
3337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.22', '', 'Idiopathic transverse myelitis' );
3338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.8', '', 'Other demyelinating diseases of central nervous system' );
3339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '341.9', '', 'Demyelinating disease of central nervous system unspecified' );
3340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.00', '', 'Flaccid hemiplegia and hemiparesis affecting unspecified side' );
3341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.01', '', 'Flaccid hemiplegia and hemiparesis affecting dominant side' );
3342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.02', '', 'Flaccid hemiplegia and hemiparesis affecting nondominant side' );
3343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.10', '', 'Spastic hemiplegia and hemiparesis affecting unspecified side' );
3344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.11', '', 'Spastic hemiplegia and hemiparesis affecting dominant side' );
3345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.12', '', 'Spastic hemiplegia and hemiparesis affecting nondominant side' );
3346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.80', '', 'Other specified hemiplegia and hemiparesis affecting unspecified side' );
3347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.81', '', 'Other specified hemiplegia and hemiparesis affecting dominant side' );
3348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.82', '', 'Other specified hemiplegia and hemiparesis affecting nondominant side' );
3349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.90', '', 'Unspecified hemiplegia and hemiparesis affecting unspecified side' );
3350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.91', '', 'Unspecified hemiplegia and hemiparesis affecting dominant side' );
3351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '342.92', '', 'Unspecified hemiplegia and hemiparesis affecting nondominant side' );
3352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.0', '', 'Congenital diplegia' );
3353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.1', '', 'Congenital hemiplegia' );
3354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.2', '', 'Congenital quadriplegia' );
3355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.3', '', 'Congenital monoplegia' );
3356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.4', '', 'Infantile hemiplegia' );
3357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.8', '', 'Other specified infantile cerebral palsy' );
3358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '343.9', '', 'Infantile cerebral palsy unspecified' );
3359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.00', '', 'Quadriplegia unspecified' );
3360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.01', '', 'Quadriplegia c1-c4 complete' );
3361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.02', '', 'Quadriplegia c1-c4 incomplete' );
3362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.03', '', 'Quadriplegia c5-c7 complete' );
3363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.04', '', 'Quadriplegia c5-c7 incomplete' );
3364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.09', '', 'Other quadriplegia' );
3365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.1', '', 'Paraplegia' );
3366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.2', '', 'Diplegia of upper limbs' );
3367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.30', '', 'Monoplegia of lower limb affecting unspecified side' );
3368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.31', '', 'Monoplegia of lower limb affecting dominant side' );
3369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.32', '', 'Monoplegia of lower limb affecting nondominant side' );
3370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.40', '', 'Monoplegia of upper limb affecting unspecified side' );
3371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.41', '', 'Monoplegia of upper limb affecting dominant side' );
3372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.42', '', 'Monoplegia of upper limb affecting nondominant side' );
3373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.5', '', 'Unspecified monoplegia' );
3374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.60', '', 'Cauda equina syndrome without neurogenic bladder' );
3375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.61', '', 'Cauda equina syndrome with neurogenic bladder' );
3376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.81', '', 'Locked-in state' );
3377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.89', '', 'Other specified paralytic syndrome' );
3378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '344.9', '', 'Paralysis unspecified' );
3379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.00', '', 'Generalized nonconvulsive epilepsy without intractable epilepsy' );
3380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.01', '', 'Generalized nonconvulsive epilepsy with intractable epilepsy' );
3381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.10', '', 'Generalized convulsive epilepsy without intractable epilepsy' );
3382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.11', '', 'Generalized convulsive epilepsy with intractable epilepsy' );
3383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.2', '', 'Petit mal status epileptic' );
3384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.3', '', 'Grand mal status epileptic' );
3385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.40', '', 'Partial epilepsy without intractable epilepsy' );
3386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.41', '', 'Partial epilepsy with intractable epilepsy' );
3387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.50', '', 'Partial epilepsy without impairment of consciousness without intractable epilepsy' );
3388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.51', '', 'Partial epilepsy without impairment of consciousness with intractable epilepsy' );
3389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.60', '', 'Infantile spasms without intractable epilepsy' );
3390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.61', '', 'Infantile spasms with intractable epilepsy' );
3391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.70', '', 'Epilepsia partialis continua without intractable epilepsy' );
3392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.71', '', 'Epilepsia partialis continua with intractable epilepsy' );
3393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.80', '', 'Other forms of epilepsy without intractable epilepsy' );
3394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.81', '', 'Other forms of epilepsy with intractable epilepsy' );
3395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.90', '', 'Epilepsy unspecified without intractable epilepsy' );
3396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '345.91', '', 'Epilepsy unspecified with intractable epilepsy' );
3397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.00', '', 'Migraine with aura without mention of intractable migraine without mention of status migrainosus' );
3398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.01', '', 'Migraine with aura with intractable migraine, so stated, without mention of status migrainosus' );
3399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.02', '', 'Migraine with aura, without mention of intractable migraine with status migrainosus' );
3400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.03', '', 'Migraine with aura, with intractable migraine, so stated, with status migrainosus' );
3401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.10', '', 'Migraine without aura without mention of intractable migraine without mention of status migrainosus' );
3402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.11', '', 'Migraine without aura with intractable migraine, so stated, without mention of status migrainosus' );
3403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.12', '', 'Migraine without aura, without mention of intractable migraine with status migrainosus' );
3404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.13', '', 'Migraine without aura, with intractable migraine, so stated, with status migrainosus' );
3405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.20', '', 'Variants of migraine, not elsewhere classified, without mention of intractable migraine without mention of status migrainosus' );
3406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.21', '', 'Variants of migraine, not elsewhere classified, with intractable migraine, so stated, without mention of status migrainosus' );
3407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.22', '', 'Variants of migraine, not elsewhere classified, without mention of intractable migraine with status migrainosus' );
3408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.23', '', 'Variants of migraine, not elsewhere classified, with intractable migraine, so stated, with status migrainosus' );
3409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.30', '', 'Hemiplegic migraine, without mention of intractable migraine without mention of status migrainosus' );
3410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.31', '', 'Hemiplegic migraine, with intractable migraine, so stated, without mention of status migrainosus' );
3411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.32', '', 'Hemiplegic migraine, without mention of intractable migraine with status migrainosus' );
3412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.33', '', 'Hemiplegic migraine, with intractable migraine, so stated, with status migrainosus' );
3413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.40', '', 'Menstrual migraine, without mention of intractable migraine without mention of status migrainosus' );
3414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.41', '', 'Menstrual migraine, with intractable migraine, so stated, without mention of status migrainosus' );
3415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.42', '', 'Menstrual migraine, without mention of intractable migraine with status migrainosus' );
3416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.43', '', 'Menstrual migraine, with intractable migraine, so stated, with status migrainosus' );
3417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.50', '', 'Persistent migraine aura without cerebral infarction without mention of intractable migraine without mention of status migrainosus' );
3418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.51', '', 'Persistent migraine aura without cerebral infarction, with intractable migraine, so stated, without mention of status migrainosus' );
3419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.52', '', 'Persistent migraine aura without cerebral infarction, without mention of intractable migraine with status migrainosus' );
3420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.53', '', 'Persistent migraine aura without cerebral infarction, with intractable migraine, so stated, with status migrainosus' );
3421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.60', '', 'Persistent migraine aura with cerebral infarction, without mention of intractable migraine without mention of status migrainosus' );
3422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.61', '', 'Persistent migraine aura with cerebral infarction, with intractable migraine, so stated, without mention of status migrainosus' );
3423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.62', '', 'Persistent migraine aura with cerebral infarction, without mention of intractable migraine with status migrainosus' );
3424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.63', '', 'Persistent migraine aura with cerebral infarction, with intractable migraine, so stated, with status migrainosus' );
3425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.70', '', 'Chronic migraine without aura, without mention of intractable migraine without mention of status migrainosus' );
3426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.71', '', 'Chronic migraine without aura, with intractable migraine, so stated, without mention of status migrainosus' );
3427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.72', '', 'Chronic migraine without aura, without mention of intractable migraine with status migrainosus' );
3428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.73', '', 'Chronic migraine without aura, with intractable migraine, so stated, with status migrainosus' );
3429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.80', '', 'Other forms of migraine without mention of intractable migraine without mention of status migrainosus' );
3430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.81', '', 'Other forms of migraine with intractable migraine, so stated, with status migrainosus' );
3431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.82', '', 'Other forms of migraine, without mention of intractable migraine with status migrainosus' );
3432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.83', '', 'Other forms of migraine, with intractable migraine, so stated, with status migrainosus' );
3433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.90', '', 'Migraine unspecified without mention of intractable migraine without mention of status migrainosus' );
3434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.91', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' );
3435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.92', '', 'Migraine unspecified without mention of intractable migraine with status migrainosus' );
3436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '346.93', '', 'Migraine unspecified with intractable migraine, so stated, with status migrainosus' );
3437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '347.00', '', 'Narcolepsy without cataplexy' );
3438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '347.01', '', 'Narcolepsy with cataplexy' );
3439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '347.10', '', 'Narcolepsy in conditions classified elsewhere without cataplexy' );
3440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '347.11', '', 'Narcolepsy in conditions classified elsewhere with cataplexy' );
3441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.0', '', 'Cerebral cysts' );
3442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.1', '', 'Anoxic brain damage' );
3443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.2', '', 'Benign intracranial hypertension' );
3444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.30', '', 'Encephalopathy unspecified' );
3445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.31', '', 'Metabolic encephalopathy' );
3446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.39', '', 'Other encephalopathy' );
3447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.4', '', 'Compression of brain' );
3448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.5', '', 'Cerebral edema' );
3449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.81', '', 'Temporal sclerosis' );
3450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.89', '', 'Other conditions of brain' );
3451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '348.9', '', 'Unspecified condition of brain' );
3452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.0', '', 'Reaction to spinal or lumbar puncture' );
3453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.1', '', 'Nervous system complications from surgically implanted device' );
3454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.2', '', 'Disorders of meninges not elsewhere classified' );
3455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.31', '', 'Accidental puncture or laceration of dura during a procedure' );
3456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.39', '', 'Other dural tear' );
3457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.81', '', 'Cerebrospinal fluid rhinorrhea' );
3458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.82', '', 'Toxic encephalopathy' );
3459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.89', '', 'Other specified disorders of nervous system' );
3460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '349.9', '', 'Unspecified disorders of nervous system' );
3461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '350.1', '', 'Trigeminal neuralgia' );
3462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '350.2', '', 'Atypical face pain' );
3463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '350.8', '', 'Other specified trigeminal nerve disorders' );
3464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '350.9', '', 'Trigeminal nerve disorder unspecified' );
3465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '351.0', '', 'Bell''s palsy' );
3466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '351.1', '', 'Geniculate ganglionitis' );
3467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '351.8', '', 'Other facial nerve disorders' );
3468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '351.9', '', 'Facial nerve disorder unspecified' );
3469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.0', '', 'Disorders of olfactory (1st) nerve' );
3470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.1', '', 'Glossopharyngeal neuralgia' );
3471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.2', '', 'Other disorders of glossopharyngeal (9th) nerve' );
3472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.3', '', 'Disorders of pneumogastric (10th) nerve' );
3473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.4', '', 'Disorders of accessory (11th) nerve' );
3474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.5', '', 'Disorders of hypoglossal (12th) nerve' );
3475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.6', '', 'Multiple cranial nerve palsies' );
3476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '352.9', '', 'Unspecified disorder of cranial nerves' );
3477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.0', '', 'Brachial plexus lesions' );
3478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.1', '', 'Lumbosacral plexus lesions' );
3479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.2', '', 'Cervical root lesions not elsewhere classified' );
3480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.3', '', 'Thoracic root lesions not elsewhere classified' );
3481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.4', '', 'Lumbosacral root lesions not elsewhere classified' );
3482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.5', '', 'Neuralgic amyotrophy' );
3483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.6', '', 'Phantom limb (syndrome)' );
3484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.8', '', 'Other nerve root and plexus disorders' );
3485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '353.9', '', 'Unspecified nerve root and plexus disorder' );
3486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.0', '', 'Carpal tunnel syndrome' );
3487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.1', '', 'Other lesion of median nerve' );
3488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.2', '', 'Lesion of ulnar nerve' );
3489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.3', '', 'Lesion of radial nerve' );
3490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.4', '', 'Causalgia of upper limb' );
3491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.5', '', 'Mononeuritis multiplex' );
3492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.8', '', 'Other mononeuritis of upper limb' );
3493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '354.9', '', 'Mononeuritis of upper limb unspecified' );
3494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.0', '', 'Lesion of sciatic nerve' );
3495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.1', '', 'Meralgia paresthetica' );
3496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.2', '', 'Other lesion of femoral nerve' );
3497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.3', '', 'Lesion of lateral popliteal nerve' );
3498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.4', '', 'Lesion of medial popliteal nerve' );
3499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.5', '', 'Tarsal tunnel syndrome' );
3500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.6', '', 'Lesion of plantar nerve' );
3501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.71', '', 'Causalgia of lower limb' );
3502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.79', '', 'Other mononeuritis of lower limb' );
3503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.8', '', 'Mononeuritis of lower limb unspecified' );
3504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '355.9', '', 'Mononeuritis of unspecified site' );
3505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.0', '', 'Hereditary peripheral neuropathy' );
3506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.1', '', 'Peroneal muscular atrophy' );
3507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.2', '', 'Hereditary sensory neuropathy' );
3508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.3', '', 'Refsum''s disease' );
3509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.4', '', 'Idiopathic progressive polyneuropathy' );
3510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.8', '', 'Other specified idiopathic peripheral neuropathy' );
3511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '356.9', '', 'Unspecified idiopathic peripheral neuropathy' );
3512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.0', '', 'Acute infective polyneuritis' );
3513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.1', '', 'Polyneuropathy in collagen vascular disease' );
3514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.2', '', 'Polyneuropathy in diabetes' );
3515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.3', '', 'Polyneuropathy in malignant disease' );
3516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.4', '', 'Polyneuropathy in other diseases classified elsewhere' );
3517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.5', '', 'Alcoholic polyneuropathy' );
3518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.6', '', 'Polyneuropathy due to drugs' );
3519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.7', '', 'Polyneuropathy due to other toxic agents' );
3520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.81', '', 'Chronic inflammatory demyelinating polyneuritis' );
3521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.82', '', 'Critical illness polyneuropathy' );
3522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.89', '', 'Other inflammatory and toxic neuropathy' );
3523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '357.9', '', 'Unspecified inflammatory and toxic neuropathies' );
3524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.00', '', 'Myasthenia gravis without (acute) exacerbation' );
3525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.01', '', 'Myasthenia gravis with (acute) exacerbation' );
3526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.1', '', 'Myasthenic syndromes in diseases classified elsewhere' );
3527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.2', '', 'Toxic myoneural disorders' );
3528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.8', '', 'Other specified myoneural disorders' );
3529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '358.9', '', 'Myoneural disorders unspecified' );
3530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.0', '', 'Congenital hereditary muscular dystrophy' );
3531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.1', '', 'Hereditary progressive muscular dystrophy' );
3532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.21', '', 'Myotonic muscular dystrophy' );
3533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.22', '', 'Myotonia congenita' );
3534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.23', '', 'Myotonic chondrodystrophy' );
3535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.24', '', 'Drug-induced myotonia' );
3536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.29', '', 'Other specified myotonic disorder' );
3537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.3', '', 'Periodic paralysis' );
3538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.4', '', 'Toxic myopathy' );
3539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.5', '', 'Myopathy in endocrine diseases classified elsewhere' );
3540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.6', '', 'Symptomatic inflammatory myopathy in diseases classified elsewhere' );
3541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.71', '', 'Inclusion body myositis' );
3542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.79', '', 'Other inflammatory and immune myopathies, nec' );
3543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.81', '', 'Critical illness myopathy' );
3544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.89', '', 'Other myopathies' );
3545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '359.9', '', 'Myopathy unspecified' );
3546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.00', '', 'Purulent endophthalmitis unspecified' );
3547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.01', '', 'Acute endophthalmitis' );
3548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.02', '', 'Panophthalmitis' );
3549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.03', '', 'Chronic endophthalmitis' );
3550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.04', '', 'Vitreous abscess' );
3551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.11', '', 'Sympathetic uveitis' );
3552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.12', '', 'Panuveitis' );
3553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.13', '', 'Parasitic endophthalmitis unspecified' );
3554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.14', '', 'Ophthalmia nodosa' );
3555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.19', '', 'Other endophthalmitis' );
3556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.20', '', 'Degenerative disorder of globe unspecified' );
3557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.21', '', 'Progressive high (degenerative) myopia' );
3558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.23', '', 'Siderosis of globe' );
3559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.24', '', 'Other metallosis of globe' );
3560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.29', '', 'Other degenerative disorders of globe' );
3561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.30', '', 'Hypotony of eye unspecified' );
3562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.31', '', 'Primary hypotony of eye' );
3563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.32', '', 'Ocular fistula causing hypotony' );
3564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.33', '', 'Hypotony associated with other ocular disorders' );
3565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.34', '', 'Flat anterior chamber of eye' );
3566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.40', '', 'Degenerated globe or eye unspecified' );
3567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.41', '', 'Blind hypotensive eye' );
3568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.42', '', 'Blind hypertensive eye' );
3569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.43', '', 'Hemophthalmos except current injury' );
3570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.44', '', 'Leucocoria' );
3571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.50', '', 'Foreign body magnetic intraocular unspecified' );
3572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.51', '', 'Foreign body magnetic in anterior chamber of eye' );
3573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.52', '', 'Foreign body magnetic in iris or ciliary body' );
3574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.53', '', 'Foreign body magnetic in lens' );
3575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.54', '', 'Foreign body magnetic in vitreous' );
3576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.55', '', 'Foreign body magnetic in posterior wall' );
3577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.59', '', 'Intraocular foreign body magnetic in other or multiple sites' );
3578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.60', '', 'Foreign body intraocular unspecified' );
3579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.61', '', 'Foreign body in anterior chamber' );
3580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.62', '', 'Foreign body in iris or ciliary body' );
3581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.63', '', 'Foreign body in lens' );
3582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.64', '', 'Foreign body in vitreous' );
3583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.65', '', 'Foreign body in posterior wall of eye' );
3584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.69', '', 'Intraocular foreign body in other or multiple sites' );
3585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.81', '', 'Luxation of globe' );
3586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.89', '', 'Other disorders of globe' );
3587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '360.9', '', 'Unspecified disorder of globe' );
3588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.00', '', 'Retinal detach with retinal defect unspecified' );
3589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.01', '', 'Recent retinal detach partial with single defect' );
3590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.02', '', 'Recent retinal detach partial with multiple defects' );
3591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.03', '', 'Recent retinal detach partial with giant tear' );
3592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.04', '', 'Recent retinal detach partial with retinal dialysis' );
3593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.05', '', 'Recent retinal detach total or subtotal' );
3594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.06', '', 'Old retinal detach partial' );
3595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.07', '', 'Old retinal detach total or subtotal' );
3596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.10', '', 'Retinoschisis unspecified' );
3597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.11', '', 'Flat retinoschisis' );
3598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.12', '', 'Bullous retinoschisis' );
3599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.13', '', 'Primary retinal cysts' );
3600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.14', '', 'Secondary retinal cysts' );
3601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.19', '', 'Other retinoschisis and retinal cysts' );
3602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.2', '', 'Serous retinal detach' );
3603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.30', '', 'Retinal defect unspecified' );
3604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.31', '', 'Round hole of retina without detach' );
3605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.32', '', 'Horseshoe tear of retina without detach' );
3606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.33', '', 'Multiple defects of retina without detach' );
3607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.81', '', 'Traction detach of retina' );
3608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.89', '', 'Other forms of retinal detach' );
3609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '361.9', '', 'Unspecified retinal detach' );
3610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.01', '', 'Background diabetic retinopathy' );
3611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.02', '', 'Proliferative diabetic retinopathy' );
3612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.03', '', 'Nonproliferative diabetic retinopathy nos' );
3613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.04', '', 'Mild nonproliferative diabetic retinopathy' );
3614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.05', '', 'Moderate nonproliferative diabetic retinopathy' );
3615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.06', '', 'Severe nonproliferative diabetic retinopathy' );
3616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.07', '', 'Diabetic macular edema' );
3617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.10', '', 'Background retinopathy unspecified' );
3618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.11', '', 'Hypertensive retinopathy' );
3619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.12', '', 'Exudative retinopathy' );
3620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.13', '', 'Changes in vascular appearance of retina' );
3621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.14', '', 'Retinal microaneurysms nos' );
3622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.15', '', 'Retinal telangiectasia' );
3623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.16', '', 'Retinal neovascularization nos' );
3624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.17', '', 'Other intraretinal microvascular abnormalities' );
3625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.18', '', 'Retinal vasculitis' );
3626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.20', '', 'Retinopathy of prematurity, unspecified' );
3627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.21', '', 'Retrolental fibroplasia' );
3628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.22', '', 'Retinopathy of prematurity, stage 0' );
3629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.23', '', 'Retinopathy of prematurity, stage 1' );
3630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.24', '', 'Retinopathy of prematurity, stage 2' );
3631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.25', '', 'Retinopathy of prematurity, stage 3' );
3632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.26', '', 'Retinopathy of prematurity, stage 4' );
3633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.27', '', 'Retinopathy of prematurity, stage 5' );
3634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.29', '', 'Other nondiabetic proliferative retinopathy' );
3635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.30', '', 'Retinal vascular occlusion unspecified' );
3636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.31', '', 'Central retinal artery occlusion' );
3637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.32', '', 'Retinal arterial branch occlusion' );
3638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.33', '', 'Partial retinal arterial occlusion' );
3639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.34', '', 'Transient retinal arterial occlusion' );
3640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.35', '', 'Central retinal vein occlusion' );
3641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.36', '', 'Venous tributary (branch) occlusion of retina' );
3642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.37', '', 'Venous engorgement of retina' );
3643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.40', '', 'Retinal layer separation unspecified' );
3644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.41', '', 'Central serous retinopathy' );
3645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.42', '', 'Serous detach of retinal pigment epithelium' );
3646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.43', '', 'Hemorrhagic detach of retinal pigment epithelium' );
3647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.50', '', 'Macular degeneration (senile) of retina unspecified' );
3648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.51', '', 'Nonexudative senile macular degeneration of retina' );
3649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.52', '', 'Exudative senile macular degeneration of retina' );
3650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.53', '', 'Cystoid macular degeneration of retina' );
3651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.54', '', 'Macular cyst hole or pseudohole of retina' );
3652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.55', '', 'Toxic maculopathy of retina' );
3653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.56', '', 'Macular puckering of retina' );
3654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.57', '', 'Drusen (degenerative) of retina' );
3655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.60', '', 'Peripheral retinal degeneration unspecified' );
3656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.61', '', 'Paving stone degeneration of retina' );
3657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.62', '', 'Microcystoid degeneration of retina' );
3658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.63', '', 'Lattice degeneration of retina' );
3659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.64', '', 'Senile reticular degeneration of retina' );
3660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.65', '', 'Secondary pigmentary degeneration of retina' );
3661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.66', '', 'Secondary vitreoretinal degenerations' );
3662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.70', '', 'Hereditary retinal dystrophy unspecified' );
3663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.71', '', 'Retinal dystrophy in systemic or cerebroretinal lipidoses' );
3664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.72', '', 'Retinal dystrophy in other systemic disorders and syndromes' );
3665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.73', '', 'Vitreoretinal dystrophies' );
3666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.74', '', 'Pigmentary retinal dystrophy' );
3667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.75', '', 'Other dystrophies primarily involving the sensory retina' );
3668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.76', '', 'Dystrophies primarily involving the retinal pigment epithelium' );
3669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.77', '', 'Retinal dystrophies primarily involving bruch''s membrane' );
3670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.81', '', 'Retinal hemorrhage' );
3671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.82', '', 'Retinal exudates and deposits' );
3672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.83', '', 'Retinal edema' );
3673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.84', '', 'Retinal ischemia' );
3674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.85', '', 'Retinal nerve fiber bundle defects' );
3675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.89', '', 'Other retinal disorders' );
3676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '362.9', '', 'Unspecified retinal disorder' );
3677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.00', '', 'Focal chorioretinitis unspecified' );
3678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.01', '', 'Focal choroiditis and chorioretinitis juxtapapillary' );
3679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.03', '', 'Focal choroiditis and chorioretinitis of other posterior pole' );
3680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.04', '', 'Focal choroiditis and chorioretinitis peripheral' );
3681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.05', '', 'Focal retinitis and retinochoroiditis juxtapapillary' );
3682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.06', '', 'Focal retinitis and retinochoroiditis macular or paramacular' );
3683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.07', '', 'Focal retinitis and retinochoroiditis of other posterior pole' );
3684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.08', '', 'Focal retinitis and retinochoroiditis peripheral' );
3685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.10', '', 'Disseminated chorioretinitis unspecified' );
3686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.11', '', 'Disseminated choroiditis and chorioretinitis posterior pole' );
3687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.12', '', 'Disseminated choroiditis and chorioretinitis peripheral' );
3688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.13', '', 'Disseminated choroiditis and chorioretinitis generalized' );
3689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.14', '', 'Disseminated retinitis and retinochoroiditis metastatic' );
3690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.15', '', 'Disseminated retinitis and retinochoroiditis pigment epitheliopathy' );
3691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.20', '', 'Chorioretinitis unspecified' );
3692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.21', '', 'Pars planitis' );
3693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.22', '', 'Harada''s disease' );
3694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.30', '', 'Chorioretinal scar unspecified' );
3695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.31', '', 'Solar retinopathy' );
3696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.32', '', 'Other macular scars of retina' );
3697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.33', '', 'Other scars of posterior pole of retina' );
3698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.34', '', 'Peripheral scars of retina' );
3699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.35', '', 'Disseminated scars of retina' );
3700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.40', '', 'Choroidal degeneration unspecified' );
3701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.41', '', 'Senile atrophy of choroid' );
3702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.42', '', 'Diffuse secondary atrophy of choroid' );
3703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.43', '', 'Angioid streaks of choroid' );
3704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.50', '', 'Hereditary choroidal dystrophy or atrophy unspecified' );
3705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.51', '', 'Circumpapillary dystrophy of choroid partial' );
3706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.52', '', 'Circumpapillary dystrophy of choroid total' );
3707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.53', '', 'Central dystrophy of choroid partial' );
3708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.54', '', 'Central choroidal atrophy total' );
3709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.55', '', 'Choroideremia' );
3710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.56', '', 'Other diffuse or generalized dystrophy of choroid partial' );
3711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.57', '', 'Other diffuse or generalized dystrophy of choroid total' );
3712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.61', '', 'Choroidal hemorrhage unspecified' );
3713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.62', '', 'Expulsive choroidal hemorrhage' );
3714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.63', '', 'Choroidal rupture' );
3715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.70', '', 'Choroidal detach unspecified' );
3716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.71', '', 'Serous choroidal detach' );
3717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.72', '', 'Hemorrhagic choroidal detach' );
3718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.8', '', 'Other disorders of choroid' );
3719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '363.9', '', 'Unspecified disorder of choroid' );
3720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.00', '', 'Acute and subacute iridocyclitis unspecified' );
3721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.01', '', 'Primary iridocyclitis' );
3722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.02', '', 'Recurrent iridocyclitis' );
3723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.03', '', 'Secondary iridocyclitis infectious' );
3724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.04', '', 'Secondary iridocyclitis noninfectious' );
3725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.05', '', 'Hypopyon' );
3726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.10', '', 'Chronic iridocyclitis unspecified' );
3727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.11', '', 'Chronic iridocyclitis in diseases classified elsewhere' );
3728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.21', '', 'Fuchs'' heterochromic cyclitis' );
3729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.22', '', 'Glaucomatocyclitic crises' );
3730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.23', '', 'Lens-induced iridocyclitis' );
3731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.24', '', 'Vogt-koyanagi syndrome' );
3732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.3', '', 'Unspecified iridocyclitis' );
3733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.41', '', 'Hyphema of iris and ciliary body' );
3734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.42', '', 'Rubeosis iridis' );
3735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.51', '', 'Essential or progressive iris atrophy' );
3736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.52', '', 'Iridoschisis' );
3737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.53', '', 'Pigmentary iris degeneration' );
3738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.54', '', 'Degeneration of pupillary margin' );
3739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.55', '', 'Miotic cysts of pupillary margin' );
3740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.56', '', 'Degenerative changes of chamber angle' );
3741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.57', '', 'Degenerative changes of ciliary body' );
3742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.59', '', 'Other iris atrophy' );
3743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.60', '', 'Idiopathic cysts of iris and ciliary body' );
3744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.61', '', 'Implantation cysts of iris and ciliary body' );
3745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.62', '', 'Exudative cysts of iris or anterior chamber' );
3746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.63', '', 'Primary cyst of pars plana' );
3747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.64', '', 'Exudative cyst of pars plana' );
3748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.70', '', 'Adhesions of iris unspecified' );
3749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.71', '', 'Posterior synechiae of iris' );
3750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.72', '', 'Anterior synechiae of iris' );
3751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.73', '', 'Goniosynechiae' );
3752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.74', '', 'Adhesions and disruptions of pupillary membranes' );
3753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.75', '', 'Pupillary abnormalities' );
3754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.76', '', 'Iridodialysis' );
3755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.77', '', 'Recession of chamber angle of eye' );
3756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.81', '', 'Floppy iris syndrome' );
3757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.82', '', 'Plateau iris syndrome' );
3758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.89', '', 'Other disorders of iris and ciliary body' );
3759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '364.9', '', 'Unspecified disorder of iris and ciliary body' );
3760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.00', '', 'Preglaucoma unspecified' );
3761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.01', '', 'Open angle with borderline glaucoma findings' );
3762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.02', '', 'Anatomical narrow angle borderline glaucoma' );
3763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.03', '', 'Steroid responders borderline glaucoma' );
3764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.04', '', 'Ocular hypertension' );
3765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.10', '', 'Open-angle glaucoma unspecified' );
3766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.11', '', 'Primary open angle glaucoma' );
3767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.12', '', 'Low tension open-angle glaucoma' );
3768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.13', '', 'Pigmentary open-angle glaucoma' );
3769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.14', '', 'Glaucoma of childhood' );
3770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.15', '', 'Residual stage of open angle glaucoma' );
3771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.20', '', 'Primary angle-closure glaucoma unspecified' );
3772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.21', '', 'Intermittent angle-closure glaucoma' );
3773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.22', '', 'Acute angle-closure glaucoma' );
3774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.23', '', 'Chronic angle-closure glaucoma' );
3775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.24', '', 'Residual stage of angle-closure glaucoma' );
3776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.31', '', 'Corticosteroid-induced glaucoma glaucomatous stage' );
3777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.32', '', 'Corticosteroid-induced glaucoma residual stage' );
3778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.41', '', 'Glaucoma associated with chamber angle anomalies' );
3779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.42', '', 'Glaucoma associated with anomalies of iris' );
3780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.43', '', 'Glaucoma associated with other anterior segment anomalies' );
3781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.44', '', 'Glaucoma associated with systemic syndromes' );
3782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.51', '', 'Phacolytic glaucoma' );
3783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.52', '', 'Pseudoexfoliation glaucoma' );
3784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.59', '', 'Glaucoma associated with other lens disorders' );
3785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.60', '', 'Glaucoma associated with unspecified ocular disorder' );
3786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.61', '', 'Glaucoma associated with pupillary block' );
3787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.62', '', 'Glaucoma associated with ocular inflammations' );
3788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.63', '', 'Glaucoma associated with vascular disorders of eye' );
3789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.64', '', 'Glaucoma associated with tumors or cysts' );
3790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.65', '', 'Glaucoma associated with ocular trauma' );
3791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.81', '', 'Hypersecretion glaucoma' );
3792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.82', '', 'Glaucoma with increased episcleral venous pressure' );
3793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.83', '', 'Aqueous misdirection' );
3794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.89', '', 'Other specified glaucoma' );
3795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '365.9', '', 'Unspecified glaucoma' );
3796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.00', '', 'Nonsenile cataract unspecified' );
3797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.01', '', 'Anterior subcapsular polar nonsenile cataract' );
3798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.02', '', 'Posterior subcapsular polar nonsenile cataract' );
3799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.03', '', 'Cortical lamellar or zonular nonsenile cataract' );
3800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.04', '', 'Nuclear nonsenile cataract' );
3801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.09', '', 'Other and combined forms of nonsenile cataract' );
3802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.10', '', 'Senile cataract unspecified' );
3803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.11', '', 'Pseudoexfoliation of lens capsule' );
3804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.12', '', 'Incipient senile cataract' );
3805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.13', '', 'Anterior subcapsular polar senile cataract' );
3806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.14', '', 'Posterior subcapsular polar senile cataract' );
3807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.15', '', 'Cortical senile cataract' );
3808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.16', '', 'Senile nuclear sclerosis' );
3809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.17', '', 'Total or mature cataract' );
3810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.18', '', 'Hypermature cataract' );
3811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.19', '', 'Other and combined forms of senile cataract' );
3812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.20', '', 'Traumatic cataract unspecified' );
3813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.21', '', 'Localized traumatic opacities' );
3814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.22', '', 'Total traumatic cataract' );
3815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.23', '', 'Partially resolved traumatic cataract' );
3816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.30', '', 'Cataract complication unspecified' );
3817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.31', '', 'Cataract secondary to glaucomatous flecks (subcapsular)' );
3818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.32', '', 'Cataract in inflammatory ocular disorders' );
3819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.33', '', 'Cataract with ocular neovascularization' );
3820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.34', '', 'Cataract in degenerative ocular disorders' );
3821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.41', '', 'Diabetic cataract' );
3822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.42', '', 'Tetanic cataract' );
3823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.43', '', 'Myotonic cataract' );
3824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.44', '', 'Cataract associated with other syndromes' );
3825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.45', '', 'Toxic cataract' );
3826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.46', '', 'Cataract associated with radiation and other physical influences' );
3827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.50', '', 'After-cataract unspecified' );
3828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.51', '', 'Soemmering''s ring' );
3829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.52', '', 'Other after-cataract not obscuring vision' );
3830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.53', '', 'After-cataract obscuring vision' );
3831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.8', '', 'Other cataract' );
3832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '366.9', '', 'Unspecified cataract' );
3833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.0', '', 'Hypermetropia' );
3834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.1', '', 'Myopia' );
3835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.20', '', 'Astigmatism unspecified' );
3836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.21', '', 'Regular astigmatism' );
3837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.22', '', 'Irregular astigmatism' );
3838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.31', '', 'Anisometropia' );
3839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.32', '', 'Aniseikonia' );
3840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.4', '', 'Presbyopia' );
3841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.51', '', 'Paresis of accommodation' );
3842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.52', '', 'Total or complete internal ophthalmoplegia' );
3843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.53', '', 'Spasm of accommodation' );
3844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.81', '', 'Transient refractive change' );
3845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.89', '', 'Other disorders of refraction and accommodation' );
3846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '367.9', '', 'Unspecified disorder of refraction and accommodation' );
3847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.00', '', 'Amblyopia unspecified' );
3848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.01', '', 'Strabismic amblyopia' );
3849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.02', '', 'Deprivation amblyopia' );
3850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.03', '', 'Refractive amblyopia' );
3851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.10', '', 'Subjective visual disturbance unspecified' );
3852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.11', '', 'Sudden visual loss' );
3853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.12', '', 'Transient visual loss' );
3854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.13', '', 'Visual discomfort' );
3855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.14', '', 'Visual distortions of shape and size' );
3856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.15', '', 'Other visual distortions and entoptic phenomena' );
3857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.16', '', 'Psychophysical visual disturbances' );
3858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.2', '', 'Diplopia' );
3859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.30', '', 'Binocular vision disorder unspecified' );
3860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.31', '', 'Suppression of binocular vision' );
3861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.32', '', 'Simultaneous visual perception without fusion' );
3862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.33', '', 'Fusion with defective stereopsis' );
3863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.34', '', 'Abnormal retinal correspondence' );
3864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.40', '', 'Visual field defect unspecified' );
3865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.41', '', 'Scotoma involving central area' );
3866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.42', '', 'Scotoma of blind spot area' );
3867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.43', '', 'Sector or arcuate visual field defects' );
3868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.44', '', 'Other localized visual field defect' );
3869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.45', '', 'Generalized visual field contraction or constriction' );
3870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.46', '', 'Homonymous bilateral field defects' );
3871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.47', '', 'Heteronymous bilateral field defects' );
3872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.51', '', 'Protan defect' );
3873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.52', '', 'Deutan defect' );
3874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.53', '', 'Tritan defect' );
3875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.54', '', 'Achromatopsia' );
3876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.55', '', 'Acquired color vision deficiencies' );
3877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.59', '', 'Other color vision deficiencies' );
3878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.60', '', 'Night blindness unspecified' );
3879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.61', '', 'Congenital night blindness' );
3880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.62', '', 'Acquired night blindness' );
3881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.63', '', 'Abnormal dark adaptation curve' );
3882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.69', '', 'Other night blindness' );
3883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.8', '', 'Other specified visual disturbances' );
3884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '368.9', '', 'Unspecified visual disturbance' );
3885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.00', '', 'Blindness of both eyes impairment level not further specified' );
3886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.01', '', 'Better eye: total vision impairment; lesser eye: total vision impairment' );
3887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.02', '', 'Better eye: near-total vision impairment; lesser eye: not further specified' );
3888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.03', '', 'Better eye: near-total vision impairment; lesser eye: total vision impairment' );
3889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.04', '', 'Better eye: near-total vision impairment; lesser eye: near-total vision impairment' );
3890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.05', '', 'Better eye: profound vision impairment; lesser eye: not further specified' );
3891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.06', '', 'Better eye: profound vision impairment; lesser eye: total vision impairment' );
3892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.07', '', 'Better eye: profound vision impairment; lesser eye: near-total vision impairment' );
3893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.08', '', 'Better eye: profound vision impairment; lesser eye: profound vision impairment' );
3894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.10', '', 'Blindness one eye; low vision other eye' );
3895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.11', '', 'Better eye: severe vision impairment; lesser eye: blind not further specified' );
3896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.12', '', 'Better eye: severe vision impairment; lesser eye: total vision impairment' );
3897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.13', '', 'Better eye: severe vision impairment; lesser eye: near-total vision impairment' );
3898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.14', '', 'Better eye: severe vision impairment; lesser eye: profound vision impairment' );
3899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.15', '', 'Better eye: moderate vision impairment; lesser eye: blind not further specified' );
3900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.16', '', 'Better eye: moderate vision impairment; lesser eye: total vision impairment' );
3901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.17', '', 'Better eye: moderate vision impairment; lesser eye: near-total vision impairment' );
3902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.18', '', 'Better eye: moderate vision impairment; lesser eye: profound vision impairment' );
3903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.20', '', 'Low vision both eyes not otherwise specified' );
3904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.21', '', 'Better eye: severe vision impairment; lesser eye; impairment not further specified' );
3905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.22', '', 'Better eye: severe vision impairment; lesser eye: severe vision impairment' );
3906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.23', '', 'Better eye: moderate vision impairment; lesser eye: impairment not further specified' );
3907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.24', '', 'Better eye: moderate vision impairment; lesser eye: severe vision impairment' );
3908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.25', '', 'Better eye: moderate vision impairment; lesser eye: moderate vision impairment' );
3909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.3', '', 'Unqualified visual loss both eyes' );
3910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.4', '', 'Legal blindness as defined in usa.' );
3911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.60', '', 'Blindness one eye not otherwise specified' );
3912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.61', '', 'One eye: total vision impairment; other eye: not specified' );
3913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.62', '', 'One eye: total vision impairment; other eye: near-normal vision' );
3914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.63', '', 'One eye: total vision impairment; other eye: normal vision' );
3915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.64', '', 'One eye: near-total vision impairment; other eye: vision not specified' );
3916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.65', '', 'One eye: near-total vision impairment; other eye: near-normal vision' );
3917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.66', '', 'One eye: near-total vision impairment; other eye: normal vision' );
3918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.67', '', 'One eye: profound vision impairment; other eye: vision not specified' );
3919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.68', '', 'One eye: profound vision impairment; other eye: near-normal vision' );
3920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.69', '', 'One eye: profound vision impairment; other eye: normal vision' );
3921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.70', '', 'Low vision one eye not otherwise specified' );
3922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.71', '', 'One eye: severe vision impairment; other eye: vision not specified' );
3923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.72', '', 'One eye: severe vision impairment; other eye: near-normal vision' );
3924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.73', '', 'One eye: severe vision impairment; other eye: normal vision' );
3925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.74', '', 'One eye: moderate vision impairment; other eye: vision not specified' );
3926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.75', '', 'One eye: moderate vision impairment; other eye: near-normal vision' );
3927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.76', '', 'One eye: moderate vision impairment; other eye: normal vision' );
3928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.8', '', 'Unqualified visual loss one eye' );
3929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '369.9', '', 'Unspecified visual loss' );
3930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.00', '', 'Corneal ulcer unspecified' );
3931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.01', '', 'Marginal corneal ulcer' );
3932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.02', '', 'Ring corneal ulcer' );
3933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.03', '', 'Central corneal ulcer' );
3934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.04', '', 'Hypopyon ulcer' );
3935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.05', '', 'Mycotic corneal ulcer' );
3936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.06', '', 'Perforated corneal ulcer' );
3937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.07', '', 'Mooren''s ulcer' );
3938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.20', '', 'Superficial keratitis unspecified' );
3939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.21', '', 'Punctate keratitis' );
3940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.22', '', 'Macular keratitis' );
3941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.23', '', 'Filamentary keratitis' );
3942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.24', '', 'Photokeratitis' );
3943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.31', '', 'Phlyctenular keratoconjunctivitis' );
3944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.32', '', 'Limbar and corneal involvement in vernal conjunctivitis' );
3945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.33', '', 'Keratoconjunctivitis sicca not specified as sjogren''s' );
3946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.34', '', 'Exposure keratoconjunctivitis' );
3947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.35', '', 'Neurotrophic keratoconjunctivitis' );
3948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.40', '', 'Keratoconjunctivitis unspecified' );
3949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.44', '', 'Keratitis or keratoconjunctivitis in exanthema' );
3950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.49', '', 'Other keratoconjunctivitis unspecified' );
3951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.50', '', 'Interstitial keratitis unspecified' );
3952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.52', '', 'Diffuse interstitial keratitis' );
3953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.54', '', 'Sclerosing keratitis' );
3954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.55', '', 'Corneal abscess' );
3955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.59', '', 'Other interstitial and deep keratitis' );
3956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.60', '', 'Corneal neovascularization unspecified' );
3957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.61', '', 'Localized vascularization of cornea' );
3958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.62', '', 'Pannus (corneal)' );
3959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.63', '', 'Deep vascularization of cornea' );
3960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.64', '', 'Ghost vessels (corneal)' );
3961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.8', '', 'Other forms of keratitis' );
3962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '370.9', '', 'Unspecified keratitis' );
3963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.00', '', 'Corneal opacity unspecified' );
3964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.01', '', 'Minor opacity of cornea' );
3965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.02', '', 'Peripheral opacity of cornea' );
3966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.03', '', 'Central opacity of cornea' );
3967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.04', '', 'Adherent leucoma' );
3968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.05', '', 'Phthisical cornea' );
3969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.10', '', 'Corneal deposit unspecified' );
3970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.11', '', 'Anterior corneal pigmentations' );
3971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.12', '', 'Stromal corneal pigmentations' );
3972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.13', '', 'Posterior corneal pigmentations' );
3973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.14', '', 'Kayser-fleischer ring' );
3974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.15', '', 'Other corneal deposits associated with metabolic disorders' );
3975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.16', '', 'Argentous corneal deposits' );
3976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.20', '', 'Corneal edema unspecified' );
3977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.21', '', 'Idiopathic corneal edema' );
3978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.22', '', 'Secondary corneal edema' );
3979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.23', '', 'Bullous keratopathy' );
3980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.24', '', 'Corneal edema due to wearing of contact lenses' );
3981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.30', '', 'Corneal membrane change unspecified' );
3982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.31', '', 'Folds and rupture of bowman''s membrane' );
3983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.32', '', 'Folds in descemet''s membrane' );
3984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.33', '', 'Rupture in descemet''s membrane' );
3985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.40', '', 'Corneal degeneration unspecified' );
3986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.41', '', 'Senile corneal changes' );
3987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.42', '', 'Recurrent erosion of cornea' );
3988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.43', '', 'Band-shaped keratopathy' );
3989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.44', '', 'Other calcerous degenerations of cornea' );
3990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.45', '', 'Keratomalacia nos' );
3991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.46', '', 'Nodular degeneration of cornea' );
3992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.48', '', 'Peripheral degenerations of cornea' );
3993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.49', '', 'Other corneal degenerations' );
3994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.50', '', 'Hereditary corneal dystrophy unspecified' );
3995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.51', '', 'Juvenile epithelial corneal dystrophy' );
3996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.52', '', 'Other anterior corneal dystrophies' );
3997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.53', '', 'Granular corneal dystrophy' );
3998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.54', '', 'Lattice corneal dystrophy' );
3999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.55', '', 'Macular corneal dystrophy' );
4000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.56', '', 'Other stromal corneal dystrophies' );
4001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.57', '', 'Endothelial corneal dystrophy' );
4002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.58', '', 'Other posterior corneal dystrophies' );
4003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.60', '', 'Keratoconus unspecified' );
4004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.61', '', 'Keratoconus stable condition' );
4005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.62', '', 'Keratoconus acute hydrops' );
4006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.70', '', 'Corneal deformity unspecified' );
4007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.71', '', 'Corneal ectasia' );
4008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.72', '', 'Descemetocele' );
4009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.73', '', 'Corneal staphyloma' );
4010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.81', '', 'Corneal anesthesia and hypoesthesia' );
4011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.82', '', 'Corneal disorder due to contact lens' );
4012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.89', '', 'Other corneal disorders' );
4013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '371.9', '', 'Unspecified corneal disorder' );
4014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.00', '', 'Acute conjunctivitis unspecified' );
4015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.01', '', 'Serous conjunctivitis except viral' );
4016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.02', '', 'Acute follicular conjunctivitis' );
4017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.03', '', 'Other mucopurulent conjunctivitis' );
4018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.04', '', 'Pseudomembranous conjunctivitis' );
4019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.05', '', 'Acute atopic conjunctivitis' );
4020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.06', '', 'Acute chemical conjunctivitis' );
4021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.10', '', 'Chronic conjunctivitis unspecified' );
4022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.11', '', 'Simple chronic conjunctivitis' );
4023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.12', '', 'Chronic follicular conjunctivitis' );
4024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.13', '', 'Vernal conjunctivitis' );
4025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.14', '', 'Other chronic allergic conjunctivitis' );
4026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.15', '', 'Parasitic conjunctivitis' );
4027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.20', '', 'Blepharoconjunctivitis unspecified' );
4028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.21', '', 'Angular blepharoconjunctivitis' );
4029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.22', '', 'Contact blepharoconjunctivitis' );
4030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.30', '', 'Conjunctivitis unspecified' );
4031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.31', '', 'Rosacea conjunctivitis' );
4032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.33', '', 'Conjunctivitis in mucocutaneous disease' );
4033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.34', '', 'Pingueculitis' );
4034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.39', '', 'Other conjunctivitis' );
4035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.40', '', 'Pterygium unspecified' );
4036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.41', '', 'Peripheral pterygium stationary' );
4037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.42', '', 'Peripheral pterygium progressive' );
4038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.43', '', 'Central pterygium' );
4039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.44', '', 'Double pterygium' );
4040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.45', '', 'Recurrent pterygium' );
4041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.50', '', 'Conjunctival degeneration unspecified' );
4042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.51', '', 'Pinguecula' );
4043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.52', '', 'Pseudopterygium' );
4044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.53', '', 'Conjunctival xerosis' );
4045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.54', '', 'Conjunctival concretions' );
4046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.55', '', 'Conjunctival pigmentations' );
4047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.56', '', 'Conjunctival deposits' );
4048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.61', '', 'Granuloma of conjunctiva' );
4049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.62', '', 'Localized adhesions and strands of conjunctiva' );
4050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.63', '', 'Symblepharon' );
4051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.64', '', 'Scarring of conjunctiva' );
4052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.71', '', 'Hyperemia of conjunctiva' );
4053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.72', '', 'Conjunctival hemorrhage' );
4054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.73', '', 'Conjunctival edema' );
4055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.74', '', 'Vascular abnormalities of conjunctiva' );
4056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.75', '', 'Conjunctival cysts' );
4057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.81', '', 'Conjunctivochalasis' );
4058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.89', '', 'Other disorders of conjunctiva' );
4059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '372.9', '', 'Unspecified disorder of conjunctiva' );
4060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.00', '', 'Blepharitis unspecified' );
4061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.01', '', 'Ulcerative blepharitis' );
4062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.02', '', 'Squamous blepharitis' );
4063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.11', '', 'Hordeolum externum' );
4064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.12', '', 'Hordeolum internum' );
4065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.13', '', 'Abscess of eyelid' );
4066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.2', '', 'Chalazion' );
4067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.31', '', 'Eczematous dermatitis of eyelid' );
4068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.32', '', 'Contact and allergic dermatitis of eyelid' );
4069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.33', '', 'Xeroderma of eyelid' );
4070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.34', '', 'Discoid lupus erythematosus of eyelid' );
4071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.4', '', 'Infective dermatitis of eyelid of types resulting in deformity' );
4072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.5', '', 'Other infective dermatitis of eyelid' );
4073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.6', '', 'Parasitic infestation of eyelid' );
4074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.8', '', 'Other inflammations of eyelids' );
4075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '373.9', '', 'Unspecified inflammation of eyelid' );
4076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.00', '', 'Entropion unspecified' );
4077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.01', '', 'Senile entropion' );
4078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.02', '', 'Mechanical entropion' );
4079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.03', '', 'Spastic entropion' );
4080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.04', '', 'Cicatricial entropion' );
4081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.05', '', 'Trichiasis of eyelid without entropion' );
4082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.10', '', 'Ectropion unspecified' );
4083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.11', '', 'Senile ectropion' );
4084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.12', '', 'Mechanical ectropion' );
4085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.13', '', 'Spastic ectropion' );
4086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.14', '', 'Cicatricial ectropion' );
4087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.20', '', 'Lagophthalmos unspecified' );
4088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.21', '', 'Paralytic lagophthalmos' );
4089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.22', '', 'Mechanical lagophthalmos' );
4090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.23', '', 'Cicatricial lagophthalmos' );
4091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.30', '', 'Ptosis of eyelid unspecified' );
4092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.31', '', 'Paralytic ptosis' );
4093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.32', '', 'Myogenic ptosis' );
4094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.33', '', 'Mechanical ptosis' );
4095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.34', '', 'Blepharochalasis' );
4096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.41', '', 'Lid retraction or lag' );
4097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.43', '', 'Abnormal innervation syndrome of eyelid' );
4098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.44', '', 'Sensory disorders of eyelid' );
4099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.45', '', 'Other sensorimotor disorders of eyelid' );
4100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.46', '', 'Blepharophimosis' );
4101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.50', '', 'Degenerative disorder of eyelid unspecified' );
4102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.51', '', 'Xanthelasma of eyelid' );
4103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.52', '', 'Hyperpigmentation of eyelid' );
4104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.53', '', 'Hypopigmentation of eyelid' );
4105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.54', '', 'Hypertrichosis of eyelid' );
4106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.55', '', 'Hypotrichosis of eyelid' );
4107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.56', '', 'Other degenerative disorders of skin affecting eyelid' );
4108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.81', '', 'Hemorrhage of eyelid' );
4109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.82', '', 'Edema of eyelid' );
4110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.83', '', 'Elephantiasis of eyelid' );
4111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.84', '', 'Cysts of eyelids' );
4112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.85', '', 'Vascular anomalies of eyelid' );
4113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.86', '', 'Retained foreign body of eyelid' );
4114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.87', '', 'Dermatochalasis' );
4115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.89', '', 'Other disorders of eyelid' );
4116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '374.9', '', 'Unspecified disorder of eyelid' );
4117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.00', '', 'Dacryoadenitis unspecified' );
4118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.01', '', 'Acute dacryoadenitis' );
4119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.02', '', 'Chronic dacryoadenitis' );
4120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.03', '', 'Chronic enlargement of lacrimal gland' );
4121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.11', '', 'Dacryops' );
4122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.12', '', 'Other lacrimal cysts and cystic degeneration' );
4123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.13', '', 'Primary lacrimal atrophy' );
4124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.14', '', 'Secondary lacrimal atrophy' );
4125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.15', '', 'Tear film insufficiency unspecified' );
4126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.16', '', 'Dislocation of lacrimal gland' );
4127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.20', '', 'Epiphora unspecified as to cause' );
4128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.21', '', 'Epiphora due to excess lacrimation' );
4129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.22', '', 'Epiphora due to insufficient drainage' );
4130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.30', '', 'Dacryocystitis unspecified' );
4131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.31', '', 'Acute canaliculitis lacrimal' );
4132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.32', '', 'Acute dacryocystitis' );
4133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.33', '', 'Phlegmonous dacryocystitis' );
4134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.41', '', 'Chronic canaliculitis' );
4135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.42', '', 'Chronic dacryocystitis' );
4136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.43', '', 'Lacrimal mucocele' );
4137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.51', '', 'Eversion of lacrimal punctum' );
4138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.52', '', 'Stenosis of lacrimal punctum' );
4139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.53', '', 'Stenosis of lacrimal canaliculi' );
4140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.54', '', 'Stenosis of lacrimal sac' );
4141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.55', '', 'Obstruction of nasolacrimal duct neonatal' );
4142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.56', '', 'Stenosis of nasolacrimal duct acquired' );
4143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.57', '', 'Dacryolith' );
4144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.61', '', 'Lacrimal fistula' );
4145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.69', '', 'Other changes of lacrimal passages' );
4146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.81', '', 'Granuloma of lacrimal passages' );
4147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.89', '', 'Other disorders of lacrimal system' );
4148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '375.9', '', 'Unspecified disorder of lacrimal system' );
4149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.00', '', 'Acute inflammation of orbit unspecified' );
4150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.01', '', 'Orbital cellulitis' );
4151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.02', '', 'Orbital periostitis' );
4152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.03', '', 'Orbital osteomyelitis' );
4153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.04', '', 'Orbital tenonitis' );
4154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.10', '', 'Chronic inflammation of orbit unspecified' );
4155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.11', '', 'Orbital granuloma' );
4156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.12', '', 'Orbital myositis' );
4157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.13', '', 'Parasitic infestation of orbit' );
4158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.21', '', 'Thyrotoxic exophthalmos' );
4159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.22', '', 'Exophthalmic ophthalmoplegia' );
4160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.30', '', 'Exophthalmos unspecified' );
4161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.31', '', 'Constant exophthalmos' );
4162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.32', '', 'Orbital hemorrhage' );
4163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.33', '', 'Orbital edema or congestion' );
4164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.34', '', 'Intermittent exophthalmos' );
4165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.35', '', 'Pulsating exophthalmos' );
4166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.36', '', 'Lateral displacement of globe' );
4167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.40', '', 'Deformity of orbit unspecified' );
4168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.41', '', 'Hypertelorism of orbit' );
4169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.42', '', 'Exostosis of orbit' );
4170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.43', '', 'Local deformities of orbit due to bone disease' );
4171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.44', '', 'Orbital deformities associated with craniofacial deformities' );
4172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.45', '', 'Atrophy of orbit' );
4173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.46', '', 'Enlargement of orbit' );
4174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.47', '', 'Deformity of orbit due to trauma or surgery' );
4175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.50', '', 'Enophthalmos unspecified as to cause' );
4176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.51', '', 'Enophthalmos due to atrophy of orbital tissue' );
4177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.52', '', 'Enophthalmos due to trauma or surgery' );
4178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.6', '', 'Retained (old) foreign body following penetrating wound of orbit' );
4179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.81', '', 'Orbital cysts' );
4180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.82', '', 'Myopathy of extraocular muscles' );
4181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.89', '', 'Other orbital disorders' );
4182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '376.9', '', 'Unspecified disorder of orbit' );
4183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.00', '', 'Papilledema unspecified' );
4184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.01', '', 'Papilledema associated with increased intracranial pressure' );
4185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.02', '', 'Papilledema associated with decreased ocular pressure' );
4186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.03', '', 'Papilledema associated with retinal disorder' );
4187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.04', '', 'Foster-kennedy syndrome' );
4188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.10', '', 'Optic atrophy unspecified' );
4189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.11', '', 'Primary optic atrophy' );
4190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.12', '', 'Postinflammatory optic atrophy' );
4191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.13', '', 'Optic atrophy associated with retinal dystrophies' );
4192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.14', '', 'Glaucomatous atrophy (cupping) of optic disc' );
4193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.15', '', 'Partial optic atrophy' );
4194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.16', '', 'Hereditary optic atrophy' );
4195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.21', '', 'Drusen of optic disc' );
4196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.22', '', 'Crater-like holes of optic disc' );
4197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.23', '', 'Coloboma of optic disc' );
4198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.24', '', 'Pseudopapilledema' );
4199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.30', '', 'Optic neuritis unspecified' );
4200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.31', '', 'Optic papillitis' );
4201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.32', '', 'Retrobulbar neuritis (acute)' );
4202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.33', '', 'Nutritional optic neuropathy' );
4203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.34', '', 'Toxic optic neuropathy' );
4204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.39', '', 'Other optic neuritis' );
4205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.41', '', 'Ischemic optic neuropathy' );
4206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.42', '', 'Hemorrhage in optic nerve sheaths' );
4207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.43', '', 'Optic nerve hypoplasia' );
4208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.49', '', 'Other disorders of optic nerve' );
4209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.51', '', 'Disorders of optic chiasm associated with pituitary neoplasms and disorders' );
4210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.52', '', 'Disorders of optic chiasm associated with other neoplasms' );
4211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.53', '', 'Disorders of optic chiasm associated with vascular disorders' );
4212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.54', '', 'Disorders of optic chiasm associated with inflammatory disorders' );
4213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.61', '', 'Disorders of other visual pathways associated with neoplasms' );
4214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.62', '', 'Disorders of other visual pathways associated with vascular disorders' );
4215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.63', '', 'Disorders of other visual pathways associated with inflammatory disorders' );
4216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.71', '', 'Disorders of visual cortex associated with neoplasms' );
4217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.72', '', 'Disorders of visual cortex associated with vascular disorders' );
4218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.73', '', 'Disorders of visual cortex associated with inflammatory disorders' );
4219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.75', '', 'Cortical blindness' );
4220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '377.9', '', 'Unspecified disorder of optic nerve and visual pathways' );
4221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.00', '', 'Esotropia unspecified' );
4222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.01', '', 'Monocular esotropia' );
4223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.02', '', 'Monocular esotropia with a pattern' );
4224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.03', '', 'Monocular esotropia with v pattern' );
4225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.04', '', 'Monocular esotropia with other noncomitancies' );
4226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.05', '', 'Alternating esotropia' );
4227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.06', '', 'Alternating esotropia with a pattern' );
4228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.07', '', 'Alternating esotropia with v pattern' );
4229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.08', '', 'Alternating esotropia with other noncomitancies' );
4230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.10', '', 'Exotropia unspecified' );
4231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.11', '', 'Monocular exotropia' );
4232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.12', '', 'Monocular exotropia with a pattern' );
4233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.13', '', 'Monocular exotropia with v pattern' );
4234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.14', '', 'Monocular exotropia with other noncomitancies' );
4235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.15', '', 'Alternating exotropia' );
4236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.16', '', 'Alternating exotropia with a pattern' );
4237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.17', '', 'Alternating exotropia with v pattern' );
4238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.18', '', 'Alternating exotropia with other noncomitancies' );
4239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.20', '', 'Intermittent heterotropia unspecified' );
4240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.21', '', 'Intermittent esotropia monocular' );
4241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.22', '', 'Intermittent esotropia alternating' );
4242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.23', '', 'Intermittent exotropia monocular' );
4243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.24', '', 'Intermittent exotropia alternating' );
4244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.30', '', 'Heterotropia unspecified' );
4245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.31', '', 'Hypertropia' );
4246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.32', '', 'Hypotropia' );
4247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.33', '', 'Cyclotropia' );
4248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.34', '', 'Monofixation syndrome' );
4249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.35', '', 'Accommodative component in esotropia' );
4250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.40', '', 'Heterophoria unspecified' );
4251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.41', '', 'Esophoria' );
4252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.42', '', 'Exophoria' );
4253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.43', '', 'Vertical heterophoria' );
4254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.44', '', 'Cyclophoria' );
4255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.45', '', 'Alternating hyperphoria' );
4256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.50', '', 'Paralytic strabismus unspecified' );
4257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.51', '', 'Third or oculomotor nerve palsy partial' );
4258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.52', '', 'Third or oculomotor nerve palsy total' );
4259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.53', '', 'Fourth or trochlear nerve palsy' );
4260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.54', '', 'Sixth or abducens nerve palsy' );
4261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.55', '', 'External ophthalmoplegia' );
4262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.56', '', 'Total ophthalmoplegia' );
4263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.60', '', 'Mechanical strabismus unspecified' );
4264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.61', '', 'Brown''s (tendon) sheath syndrome' );
4265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.62', '', 'Mechanical strabismus from other musculofascial disorders' );
4266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.63', '', 'Limited duction associated with other conditions' );
4267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.71', '', 'Duane''s syndrome' );
4268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.72', '', 'Progressive external ophthalmoplegia' );
4269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.73', '', 'Strabismus in other neuromuscular disorders' );
4270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.81', '', 'Palsy of conjugate gaze' );
4271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.82', '', 'Spasm of conjugate gaze' );
4272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.83', '', 'Convergence insufficiency or palsy' );
4273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.84', '', 'Convergence excess or spasm' );
4274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.85', '', 'Anomalies of divergence' );
4275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.86', '', 'Internuclear ophthalmoplegia' );
4276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.87', '', 'Other dissociated deviation of eye movements' );
4277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '378.9', '', 'Unspecified disorder of eye movements' );
4278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.00', '', 'Scleritis unspecified' );
4279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.01', '', 'Episcleritis periodica fugax' );
4280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.02', '', 'Nodular episcleritis' );
4281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.03', '', 'Anterior scleritis' );
4282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.04', '', 'Scleromalacia perforans' );
4283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.05', '', 'Scleritis with corneal involvement' );
4284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.06', '', 'Brawny scleritis' );
4285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.07', '', 'Posterior scleritis' );
4286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.09', '', 'Other scleritis' );
4287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.11', '', 'Scleral ectasia' );
4288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.12', '', 'Staphyloma posticum' );
4289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.13', '', 'Equatorial staphyloma' );
4290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.14', '', 'Anterior staphyloma localized' );
4291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.15', '', 'Ring staphyloma' );
4292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.16', '', 'Other degenerative disorders of sclera' );
4293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.19', '', 'Other scleral disorders' );
4294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.21', '', 'Vitreous degeneration' );
4295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.22', '', 'Crystalline deposits in vitreous' );
4296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.23', '', 'Vitreous hemorrhage' );
4297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.24', '', 'Other vitreous opacities' );
4298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.25', '', 'Vitreous membranes and strands' );
4299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.26', '', 'Vitreous prolapse' );
4300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.29', '', 'Other disorders of vitreous' );
4301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.31', '', 'Aphakia' );
4302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.32', '', 'Subluxation of lens' );
4303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.33', '', 'Anterior dislocation of lens' );
4304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.34', '', 'Posterior dislocation of lens' );
4305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.39', '', 'Other disorders of lens' );
4306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.40', '', 'Abnormal pupillary function unspecified' );
4307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.41', '', 'Anisocoria' );
4308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.42', '', 'Miosis (persistent) not due to miotics' );
4309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.43', '', 'Mydriasis (persistent) not due to mydriatics' );
4310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.45', '', 'Argyll robertson pupil atypical' );
4311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.46', '', 'Tonic pupillary reaction' );
4312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.49', '', 'Other anomalies of pupillary function' );
4313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.50', '', 'Nystagmus unspecified' );
4314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.51', '', 'Congenital nystagmus' );
4315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.52', '', 'Latent nystagmus' );
4316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.53', '', 'Visual deprivation nystagmus' );
4317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.54', '', 'Nystagmus associated with disorders of the vestibular system' );
4318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.55', '', 'Dissociated nystagmus' );
4319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.56', '', 'Other forms of nystagmus' );
4320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.57', '', 'Deficiencies of saccadic eye movements' );
4321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.58', '', 'Deficiencies of smooth pursuit movements' );
4322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.59', '', 'Other irregularities of eye movements' );
4323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.60', '', 'Inflammation (infection) of postprocedural bleb, unspecified' );
4324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.61', '', 'Inflammation (infection) of postprocedural bleb, stage 1' );
4325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.62', '', 'Inflammation (infection) of postprocedural bleb, stage2' );
4326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.63', '', 'Inflammation (infection) of postprocedural bleb, stage3' );
4327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.8', '', 'Other specified disorders of eye and adnexa' );
4328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.90', '', 'Disorder of eye unspecified' );
4329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.91', '', 'Pain in or around eye' );
4330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.92', '', 'Swelling or mass of eye' );
4331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.93', '', 'Redness or discharge of eye' );
4332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '379.99', '', 'Other ill-defined disorders of eye' );
4333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.00', '', 'Perichondritis of pinna unspecified' );
4334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.01', '', 'Acute perichondritis of pinna' );
4335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.02', '', 'Chronic perichondritis of pinna' );
4336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.03', '', 'Chondritis of pinna' );
4337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.10', '', 'Infective otitis externa unspecified' );
4338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.11', '', 'Acute infection of pinna' );
4339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.12', '', 'Acute swimmers'' ear' );
4340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.13', '', 'Other acute infections of external ear' );
4341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.14', '', 'Malignant otitis externa' );
4342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.15', '', 'Chronic mycotic otitis externa' );
4343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.16', '', 'Other chronic infective otitis externa' );
4344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.21', '', 'Cholesteatoma of external ear' );
4345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.22', '', 'Other acute otitis externa' );
4346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.23', '', 'Other chronic otitis externa' );
4347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.30', '', 'Disorder of pinna unspecified' );
4348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.31', '', 'Hematoma of auricle or pinna' );
4349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.32', '', 'Acquired deformities of auricle or pinna' );
4350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.39', '', 'Other noninfectious disorders of pinna' );
4351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.4', '', 'Impacted cerumen' );
4352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.50', '', 'Acquired stenosis of external ear canal unspecified as to cause' );
4353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.51', '', 'Acquired stenosis of external ear canal secondary to trauma' );
4354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.52', '', 'Acquired stenosis of external ear canal secondary to surgery' );
4355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.53', '', 'Acquired stenosis of external ear canal secondary to inflammation' );
4356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.81', '', 'Exostosis of external ear canal' );
4357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.89', '', 'Other disorders of external ear' );
4358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '380.9', '', 'Unspecified disorder of external ear' );
4359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.00', '', 'Acute nonsuppurative otitis media unspecified' );
4360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.01', '', 'Acute serous otitis media' );
4361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.02', '', 'Acute mucoid otitis media' );
4362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.03', '', 'Acute sanguinous otitis media' );
4363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.04', '', 'Acute allergic serous otitis media' );
4364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.05', '', 'Acute allergic mucoid otitis media' );
4365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.06', '', 'Acute allergic sanguinous otitis media' );
4366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.10', '', 'Chronic serous otitis media simple or unspecified' );
4367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.19', '', 'Other chronic serous otitis media' );
4368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.20', '', 'Chronic mucoid otitis media simple or unspecified' );
4369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.29', '', 'Other chronic mucoid otitis media' );
4370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.3', '', 'Other and unspecified chronic nonsuppurative otitis media' );
4371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.4', '', 'Nonsuppurative otitis media not specified as acute or chronic' );
4372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.50', '', 'Eustachian salpingitis unspecified' );
4373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.51', '', 'Acute eustachian salpingitis' );
4374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.52', '', 'Chronic eustachian salpingitis' );
4375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.60', '', 'Obstruction of eustachian tube unspecified' );
4376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.61', '', 'Osseous obstruction of eustachian tube' );
4377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.62', '', 'Intrinsic cartilaginous obstruction of eustachian tube' );
4378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.63', '', 'Extrinsic cartilaginous obstruction of eustachian tube' );
4379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.7', '', 'Patulous eustachian tube' );
4380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.81', '', 'Dysfunction of eustachian tube' );
4381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.89', '', 'Other disorders of eustachian tube' );
4382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '381.9', '', 'Unspecified eustachian tube disorder' );
4383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.00', '', 'Acute suppurative otitis media without spontaneous rupture of eardrum' );
4384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.01', '', 'Acute suppurative otitis media with spontaneous rupture of eardrum' );
4385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.02', '', 'Acute suppurative otitis media in diseases classified elsewhere' );
4386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.1', '', 'Chronic tubotympanic suppurative otitis media' );
4387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.2', '', 'Chronic atticoantral suppurative otitis media' );
4388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.3', '', 'Unspecified chronic suppurative otitis media' );
4389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.4', '', 'Unspecified suppurative otitis media' );
4390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '382.9', '', 'Unspecified otitis media' );
4391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.00', '', 'Acute mastoiditis without complications' );
4392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.01', '', 'Subperiosteal abscess of mastoid' );
4393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.02', '', 'Acute mastoiditis with other complications' );
4394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.1', '', 'Chronic mastoiditis' );
4395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.20', '', 'Petrositis unspecified' );
4396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.21', '', 'Acute petrositis' );
4397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.22', '', 'Chronic petrositis' );
4398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.30', '', 'Postmastoidectomy complication unspecified' );
4399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.31', '', 'Mucosal cyst of postmastoidectomy cavity' );
4400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.32', '', 'Recurrent cholesteatoma of postmastoidectomy cavity' );
4401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.33', '', 'Granulations of postmastoidectomy cavity' );
4402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.81', '', 'Postauricular fistula' );
4403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.89', '', 'Other disorders of mastoid' );
4404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '383.9', '', 'Unspecified mastoiditis' );
4405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.00', '', 'Acute myringitis unspecified' );
4406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.01', '', 'Bullous myringitis' );
4407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.09', '', 'Other acute myringitis without otitis media' );
4408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.1', '', 'Chronic myringitis without otitis media' );
4409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.20', '', 'Perforation of tympanic membrane unspecified' );
4410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.21', '', 'Central perforation of tympanic membrane' );
4411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.22', '', 'Attic perforation of tympanic membrane' );
4412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.23', '', 'Other marginal perforation of tympanic membrane' );
4413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.24', '', 'Multiple perforations of tympanic membrane' );
4414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.25', '', 'Total perforation of tympanic membrane' );
4415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.81', '', 'Atrophic flaccid tympanic membrane' );
4416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.82', '', 'Atrophic nonflaccid tympanic membrane' );
4417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '384.9', '', 'Unspecified disorder of tympanic membrane' );
4418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.00', '', 'Tympanosclerosis unspecified as to involvement' );
4419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.01', '', 'Tympanosclerosis involving tympanic membrane only' );
4420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.02', '', 'Tympanosclerosis involving tympanic membrane and ear ossicles' );
4421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.03', '', 'Tympanosclerosis involving tympanic membrane ear ossicles and middle ear' );
4422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.09', '', 'Tympanosclerosis involving other combination of structures' );
4423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.10', '', 'Adhesive middle ear disease unspecified as to involvement' );
4424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.11', '', 'Adhesions of drum head to incus' );
4425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.12', '', 'Adhesions of drum head to stapes' );
4426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.13', '', 'Adhesions of drum head to promontorium' );
4427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.19', '', 'Other middle ear adhesions and combinations' );
4428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.21', '', 'Impaired mobility of malleus' );
4429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.22', '', 'Impaired mobility of other ear ossicles' );
4430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.23', '', 'Discontinuity or dislocation of ear ossicles' );
4431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.24', '', 'Partial loss or necrosis of ear ossicles' );
4432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.30', '', 'Cholesteatoma unspecified' );
4433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.31', '', 'Cholesteatoma of attic' );
4434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.32', '', 'Cholesteatoma of middle ear' );
4435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.33', '', 'Cholesteatoma of middle ear and mastoid' );
4436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.35', '', 'Diffuse cholesteatosis of middle ear and mastoid' );
4437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.82', '', 'Cholesterin granuloma of middle ear' );
4438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.83', '', 'Retained foreign body of middle ear' );
4439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.89', '', 'Other disorders of middle ear and mastoid' );
4440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '385.9', '', 'Unspecified disorder of middle ear and mastoid' );
4441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.00', '', 'Meniere''s disease unspecified' );
4442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.01', '', 'Active meniere''s disease cochleovestibular' );
4443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.02', '', 'Active meniere''s disease cochlear' );
4444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.03', '', 'Active meniere''s disease vestibular' );
4445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.04', '', 'Inactive meniere''s disease' );
4446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.10', '', 'Peripheral vertigo unspecified' );
4447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.11', '', 'Benign paroxysmal positional vertigo' );
4448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.12', '', 'Vestibular neuronitis' );
4449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.19', '', 'Other peripheral vertigo' );
4450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.2', '', 'Vertigo of central origin' );
4451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.30', '', 'Labyrinthitis unspecified' );
4452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.31', '', 'Serous labyrinthitis' );
4453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.32', '', 'Circumscribed labyrinthitis' );
4454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.33', '', 'Suppurative labyrinthitis' );
4455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.34', '', 'Toxic labyrinthitis' );
4456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.35', '', 'Viral labyrinthitis' );
4457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.40', '', 'Labyrinthine fistula unspecified' );
4458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.41', '', 'Round window fistula' );
4459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.42', '', 'Oval window fistula' );
4460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.43', '', 'Semicircular canal fistula' );
4461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.48', '', 'Labyrinthine fistula of combined sites' );
4462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.50', '', 'Labyrinthine dysfunction unspecified' );
4463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.51', '', 'Hyperactive labyrinth unilateral' );
4464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.52', '', 'Hyperactive labyrinth bilateral' );
4465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.53', '', 'Hypoactive labyrinth unilateral' );
4466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.54', '', 'Hypoactive labyrinth bilateral' );
4467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.55', '', 'Loss of labyrinthine reactivity unilateral' );
4468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.56', '', 'Loss of labyrinthine reactivity bilateral' );
4469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.58', '', 'Other forms and combinations of labyrinthine dysfunction' );
4470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.8', '', 'Other disorders of labyrinth' );
4471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '386.9', '', 'Unspecified vertiginous syndromes and labyrinthine disorders' );
4472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '387.0', '', 'Otosclerosis involving oval window nonobliterative' );
4473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '387.1', '', 'Otosclerosis involving oval window obliterative' );
4474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '387.2', '', 'Cochlear otosclerosis' );
4475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '387.8', '', 'Other otosclerosis' );
4476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '387.9', '', 'Otosclerosis unspecified' );
4477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.00', '', 'Degenerative and vascular disorders unspecified' );
4478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.01', '', 'Presbyacusis' );
4479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.02', '', 'Transient ischemic deafness' );
4480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.10', '', 'Noise effects on inner ear unspecified' );
4481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.11', '', 'Acoustic trauma (explosive) to ear' );
4482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.12', '', 'Noise-induced hearing loss' );
4483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.2', '', 'Sudden hearing loss unspecified' );
4484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.30', '', 'Tinnitus unspecified' );
4485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.31', '', 'Subjective tinnitus' );
4486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.32', '', 'Objective tinnitus' );
4487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.40', '', 'Abnormal auditory perception unspecified' );
4488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.41', '', 'Diplacusis' );
4489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.42', '', 'Hyperacusis' );
4490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.43', '', 'Impairment of auditory discrimination' );
4491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.44', '', 'Auditory recruitment' );
4492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.45', '', 'Acquired auditory processing disorder' );
4493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.5', '', 'Disorders of acoustic nerve' );
4494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.60', '', 'Otorrhea unspecified' );
4495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.61', '', 'Cerebrospinal fluid otorrhea' );
4496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.69', '', 'Other otorrhea' );
4497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.70', '', 'Otalgia unspecified' );
4498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.71', '', 'Otogenic pain' );
4499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.72', '', 'Referred otogenic pain' );
4500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.8', '', 'Other disorders of ear' );
4501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '388.9', '', 'Unspecified disorder of ear' );
4502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.00', '', 'Conductive hearing loss unspecified' );
4503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.01', '', 'Conductive hearing loss external ear' );
4504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.02', '', 'Conductive hearing loss tympanic membrane' );
4505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.03', '', 'Conductive hearing loss middle ear' );
4506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.04', '', 'Conductive hearing loss inner ear' );
4507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.05', '', 'Conductive hearing loss, unilateral' );
4508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.06', '', 'Conductive hearing loss, bilateral' );
4509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.08', '', 'Conductive hearing loss of combined types' );
4510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.10', '', 'Sensorineural hearing loss unspecified' );
4511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.11', '', 'Sensory hearing loss' );
4512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.12', '', 'Neural hearing loss' );
4513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.13', '', 'Neural hearing loss, unilateral' );
4514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.14', '', 'Central hearing loss' );
4515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.15', '', 'Sensorineural hearing loss, unilateral' );
4516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.16', '', 'Sensorineural hearing loss, asymmetrical' );
4517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.17', '', 'Sensory hearing loss, unilateral' );
4518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.18', '', 'Sensorineural hearing loss, bilateral' );
4519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.20', '', 'Mixed hearing loss, unspecified' );
4520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.21', '', 'Mixed hearing loss, unilateral' );
4521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.22', '', 'Mixed hearing loss, bilateral' );
4522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.7', '', 'Deaf nonspeaking, not elsewhere classifiable' );
4523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.8', '', 'Other specified forms of hearing loss' );
4524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '389.9', '', 'Unspecified hearing loss' );
4525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '390', '', 'Rheumatic fever without heart involvement' );
4526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '391.0', '', 'Acute rheumatic pericarditis' );
4527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '391.1', '', 'Acute rheumatic endocarditis' );
4528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '391.2', '', 'Acute rheumatic myocarditis' );
4529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '391.8', '', 'Other acute rheumatic heart disease' );
4530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '391.9', '', 'Acute rheumatic heart disease unspecified' );
4531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '392.0', '', 'Rheumatic chorea with heart involvement' );
4532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '392.9', '', 'Rheumatic chorea without heart involvement' );
4533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '393', '', 'Chronic rheumatic pericarditis' );
4534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '394.0', '', 'Mitral stenosis' );
4535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '394.1', '', 'Rheumatic mitral insufficiency' );
4536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '394.2', '', 'Mitral stenosis with insufficiency' );
4537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '394.9', '', 'Other and unspecified mitral valve diseases' );
4538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '395.0', '', 'Rheumatic aortic stenosis' );
4539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '395.1', '', 'Rheumatic aortic insufficiency' );
4540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '395.2', '', 'Rheumatic aortic stenosis with insufficiency' );
4541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '395.9', '', 'Other and unspecified rheumatic aortic diseases' );
4542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.0', '', 'Mitral valve stenosis and aortic valve stenosis' );
4543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.1', '', 'Mitral valve stenosis and aortic valve insufficiency' );
4544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.2', '', 'Mitral valve insufficiency and aortic valve stenosis' );
4545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.3', '', 'Mitral valve insufficiency and aortic valve insufficiency' );
4546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.8', '', 'Multiple involvement of mitral and aortic valves' );
4547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '396.9', '', 'Mitral and aortic valve diseases unspecified' );
4548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '397.0', '', 'Diseases of tricuspid valve' );
4549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '397.1', '', 'Rheumatic diseases of pulmonary valve' );
4550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '397.9', '', 'Rheumatic diseases of endocardium valve unspecified' );
4551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '398.0', '', 'Rheumatic myocarditis' );
4552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '398.90', '', 'Rheumatic heart disease unspecified' );
4553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '398.91', '', 'Rheumatic heart failure (congestive)' );
4554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '398.99', '', 'Other rheumatic heart diseases' );
4555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '401.0', '', 'Malignant essential hypertension' );
4556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '401.1', '', 'Benign essential hypertension' );
4557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '401.9', '', 'Unspecified essential hypertension' );
4558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.00', '', 'Malignant hypertensive heart disease without heart failure' );
4559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.01', '', 'Malignant hypertensive heart disease with heart failure' );
4560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.10', '', 'Benign hypertensive heart disease without heart failure' );
4561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.11', '', 'Benign hypertensive heart disease with heart failure' );
4562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.90', '', 'Unspecified hypertensive heart disease without heart failure' );
4563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '402.91', '', 'Unspecified hypertensive heart disease with heart failure' );
4564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.00', '', 'Malignant hypertensive renal disease without renal failure' );
4565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.01', '', 'Malignant hypertensive renal disease with renal failure' );
4566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.10', '', 'Benign hypertensive renal disease without renal failure' );
4567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.11', '', 'Benign hypertensive renal disease with renal failure' );
4568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.90', '', 'Unspecified hypertensive renal disease without renal failure' );
4569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '403.91', '', 'Unspecified hypertensive renal disease with renal failure' );
4570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.00', '', 'Malignant hypertensive heart and renal disease without heart failure or renal failure' );
4571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.01', '', 'Malignant hypertensive heart and renal disease with heart failure' );
4572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.02', '', 'Malignant hypertensive heart and renal disease with renal failure' );
4573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.03', '', 'Malignant hypertensive heart and renal disease with heart failure and renal failure' );
4574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.10', '', 'Benign hypertensive heart and renal disease without heart failure or renal failure' );
4575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.11', '', 'Benign hypertensive heart and renal disease with heart failure' );
4576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.12', '', 'Benign hypertensive heart and renal disease with renal failure' );
4577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.13', '', 'Benign hypertensive heart and renal disease with heart failure and renal failure' );
4578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.90', '', 'Unspecified hypertensive heart and renal disease without heart failure or renal failure' );
4579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.91', '', 'Unspecified hypertensive heart and renal disease with heart failure' );
4580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.92', '', 'Unspecified hypertensive heart and renal disease with renal failure' );
4581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '404.93', '', 'Unspecified hypertensive heart and renal disease with heart failure and renal failure' );
4582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.01', '', 'Malignant renovascular hypertension' );
4583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.09', '', 'Other malignant secondary hypertension' );
4584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.11', '', 'Benign renovascular hypertension' );
4585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.19', '', 'Other benign secondary hypertension' );
4586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.91', '', 'Unspecified renovascular hypertension' );
4587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '405.99', '', 'Other unspecified secondary hypertension' );
4588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.00', '', 'Acute myocardial infarction of anterolateral wall episode of care unspecified' );
4589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.01', '', 'Acute myocardial infarction of anterolateral wall initial episode of care' );
4590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.02', '', 'Acute myocardial infarction of anterolateral wall subsequent episode of care' );
4591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.10', '', 'Acute myocardial infarction of other anterior wall episode of care unspecified' );
4592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.11', '', 'Acute myocardial infarction of other anterior wall initial episode of care' );
4593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.12', '', 'Acute myocardial infarction of other anterior wall subsequent episode of care' );
4594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.20', '', 'Acute myocardial infarction of inferolateral wall episode of care unspecified' );
4595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.21', '', 'Acute myocardial infarction of inferolateral wall initial episode of care' );
4596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.22', '', 'Acute myocardial infarction of inferolateral wall subsequent episode of care' );
4597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.30', '', 'Acute myocardial infarction of inferoposterior wall episode of care unspecified' );
4598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.31', '', 'Acute myocardial infarction of inferoposterior wall initial episode of care' );
4599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.32', '', 'Acute myocardial infarction of inferoposterior wall subsequent episode of care' );
4600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.40', '', 'Acute myocardial infarction of other inferior wall episode of care unspecified' );
4601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.41', '', 'Acute myocardial infarction of other inferior wall initial episode of care' );
4602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.42', '', 'Acute myocardial infarction of other inferior wall subsequent episode of care' );
4603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.50', '', 'Acute myocardial infarction of other lateral wall episode of care unspecified' );
4604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.51', '', 'Acute myocardial infarction of other lateral wall initial episode of care' );
4605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.52', '', 'Acute myocardial infarction of other lateral wall subsequent episode of care' );
4606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.60', '', 'True posterior wall infarction episode of care unspecified' );
4607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.61', '', 'True posterior wall infarction initial episode of care' );
4608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.62', '', 'True posterior wall infarction subsequent episode of care' );
4609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.70', '', 'Subendocardial infarction episode of care unspecified' );
4610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.71', '', 'Subendocardial infarction initial episode of care' );
4611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.72', '', 'Subendocardial infarction subsequent episode of care' );
4612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.80', '', 'Acute myocardial infarction of other specified sites episode of care unspecified' );
4613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.81', '', 'Acute myocardial infarction of other specified sites initial episode of care' );
4614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.82', '', 'Acute myocardial infarction of other specified sites subsequent episode of care' );
4615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.90', '', 'Acute myocardial infarction of unspecified site episode of care unspecified' );
4616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.91', '', 'Acute myocardial infarction of unspecified site initial episode of care' );
4617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '410.92', '', 'Acute myocardial infarction of unspecified site subsequent episode of care' );
4618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '411.0', '', 'Postmyocardial infarction syndrome' );
4619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '411.1', '', 'Intermediate coronary syndrome' );
4620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '411.81', '', 'Acute coronary occlusion without myocardial infarction' );
4621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '411.89', '', 'Other acute and subacute forms of ischemic heart disease other' );
4622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '412', '', 'Old myocardial infarction' );
4623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '413.0', '', 'Angina decubitus' );
4624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '413.1', '', 'Prinzmetal angina' );
4625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '413.9', '', 'Other and unspecified angina pectoris' );
4626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.00', '', 'Coronary atherosclerosis of unspecified type of vessel native or graft' );
4627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.01', '', 'Coronary atherosclerosis of native coronary artery' );
4628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.02', '', 'Coronary atherosclerosis of autologous vein bypass graft' );
4629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.03', '', 'Coronary atherosclerosis of nonautologous biological bypass graft' );
4630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.04', '', 'Coronary atherosclerosis of artery bypass graft' );
4631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.05', '', 'Coronary atherosclerosis of unspecified bypass graft' );
4632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.06', '', 'Coronary atherosclerosis of native coronary artery of transplanted heart' );
4633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.07', '', 'Coronary atherosclerosis of bypass graft (artery) (vein) of transplanted heart' );
4634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.10', '', 'Aneurysm of heart (wall)' );
4635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.11', '', 'Aneurysm of coronary vessels' );
4636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.12', '', 'Dissection of coronary artery' );
4637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.19', '', 'Other aneurysm of heart' );
4638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.2', '', 'Chronic total occlusion of coronary artery' );
4639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.3', '', 'Coronary atherosclerosis due to lipid rich plaque' );
4640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.8', '', 'Other specified forms of chronic ischemic heart disease' );
4641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '414.9', '', 'Chronic ischemic heart disease unspecified' );
4642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '415.0', '', 'Acute cor pulmonale' );
4643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '415.11', '', 'Iatrogenic pulmonary embolism and infarction' );
4644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '415.12', '', 'Septic pulmonary embolism' );
4645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '415.19', '', 'Other pulmonary embolism and infarction' );
4646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '416.0', '', 'Primary pulmonary hypertension' );
4647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '416.1', '', 'Kyphoscoliotic heart disease' );
4648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '416.2', '', 'Chronic pulmonary embolism' );
4649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '416.8', '', 'Other chronic pulmonary heart diseases' );
4650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '416.9', '', 'Chronic pulmonary heart disease unspecified' );
4651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '417.0', '', 'Arteriovenous fistula of pulmonary vessels' );
4652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '417.1', '', 'Aneurysm of pulmonary artery' );
4653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '417.8', '', 'Other specified diseases of pulmonary circulation' );
4654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '417.9', '', 'Unspecified disease of pulmonary circulation' );
4655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '420.0', '', 'Acute pericarditis in diseases classified elsewhere' );
4656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '420.90', '', 'Acute pericarditis unspecified' );
4657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '420.91', '', 'Acute idiopathic pericarditis' );
4658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '420.99', '', 'Other acute pericarditis' );
4659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '421.0', '', 'Acute and subacute bacterial endocarditis' );
4660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '421.1', '', 'Acute and subacute infective endocarditis in diseases classified elsewhere' );
4661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '421.9', '', 'Acute endocarditis unspecified' );
4662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.0', '', 'Acute myocarditis in diseases classified elsewhere' );
4663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.90', '', 'Acute myocarditis unspecified' );
4664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.91', '', 'Idiopathic myocarditis' );
4665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.92', '', 'Septic myocarditis' );
4666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.93', '', 'Toxic myocarditis' );
4667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '422.99', '', 'Other acute myocarditis' );
4668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.0', '', 'Hemopericardium' );
4669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.1', '', 'Adhesive pericarditis' );
4670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.2', '', 'Constrictive pericarditis' );
4671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.3', '', 'Cardiac tamponade' );
4672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.8', '', 'Other specified diseases of pericardium' );
4673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '423.9', '', 'Unspecified disease of pericardium' );
4674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.0', '', 'Mitral valve disorders' );
4675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.1', '', 'Aortic valve disorders' );
4676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.2', '', 'Tricuspid valve disorders specified as nonrheumatic' );
4677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.3', '', 'Pulmonary valve disorders' );
4678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.90', '', 'Endocarditis valve unspecified cause' );
4679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.91', '', 'Endocarditis in diseases classified elsewhere' );
4680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '424.99', '', 'Other endocarditis valve unspecified' );
4681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.0', '', 'Endomyocardial fibrosis' );
4682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.1', '', 'Hypertrophic obstructive cardiomyopathy' );
4683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.2', '', 'Obscure cardiomyopathy of africa' );
4684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.3', '', 'Endocardial fibroelastosis' );
4685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.4', '', 'Other primary cardiomyopathies' );
4686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.5', '', 'Alcoholic cardiomyopathy' );
4687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.7', '', 'Nutritional and metabolic cardiomyopathy' );
4688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.8', '', 'Cardiomyopathy in other diseases classified elsewhere' );
4689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '425.9', '', 'Secondary cardiomyopathy unspecified' );
4690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.0', '', 'Atrioventricular block complete' );
4691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.10', '', 'Atrioventricular block unspecified' );
4692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.11', '', 'First degree atrioventricular block' );
4693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.12', '', 'Mobitz (type) ii atrioventricular block' );
4694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.13', '', 'Other second degree atrioventricular block' );
4695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.2', '', 'Left bundle branch hemiblock' );
4696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.3', '', 'Other left bundle branch block' );
4697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.4', '', 'Right bundle branch block' );
4698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.50', '', 'Bundle branch block unspecified' );
4699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.51', '', 'Right bundle branch block and left posterior fascicular block' );
4700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.52', '', 'Right bundle branch block and left anterior fascicular block' );
4701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.53', '', 'Other bilateral bundle branch block' );
4702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.54', '', 'Trifascicular block' );
4703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.6', '', 'Other heart block' );
4704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.7', '', 'Anomalous atrioventricular excitation' );
4705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.81', '', 'Lown-ganong-levine syndrome' );
4706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.82', '', 'Long qt syndrome' );
4707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.89', '', 'Other specified conduction disorders' );
4708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '426.9', '', 'Conduction disorder unspecified' );
4709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.0', '', 'Paroxysmal supraventricular tachycardia' );
4710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.1', '', 'Paroxysmal ventricular tachycardia' );
4711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.2', '', 'Paroxysmal tachycardia unspecified' );
4712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.31', '', 'Atrial fibrillation' );
4713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.32', '', 'Atrial flutter' );
4714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.41', '', 'Ventricular fibrillation' );
4715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.42', '', 'Ventricular flutter' );
4716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.5', '', 'Cardiac arrest' );
4717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.60', '', 'Premature beats unspecified' );
4718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.61', '', 'Supraventricular premature beats' );
4719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.69', '', 'Other premature beats' );
4720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.81', '', 'Sinoatrial node dysfunction' );
4721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.89', '', 'Other specified cardiac dysrhythmias' );
4722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '427.9', '', 'Cardiac dysrhythmia unspecified' );
4723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.0', '', 'Congestive heart failure unspecified' );
4724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.1', '', 'Left heart failure' );
4725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.20', '', 'Unspecified systolic heart failure' );
4726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.21', '', 'Acute systolic heart failure' );
4727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.22', '', 'Chronic systolic heart failure' );
4728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.23', '', 'Acute on chronic systolic heart failure' );
4729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.30', '', 'Unspecified diastolic heart failure' );
4730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.31', '', 'Acute diastolic heart failure' );
4731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.32', '', 'Chronic diastolic heart failure' );
4732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.33', '', 'Acute on chronic diastolic heart failure' );
4733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.40', '', 'Unspecified combined systolic and diastolic heart failure' );
4734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.41', '', 'Acute combined systolic and diastolic heart failure' );
4735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.42', '', 'Chronic combined systolic and diastolic heart failure' );
4736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.43', '', 'Acute on chronic combined systolic and diastolic heart failure' );
4737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '428.9', '', 'Heart failure unspecified' );
4738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.0', '', 'Myocarditis unspecified' );
4739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.1', '', 'Myocardial degeneration' );
4740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.2', '', 'Cardiovascular disease unspecified' );
4741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.3', '', 'Cardiomegaly' );
4742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.4', '', 'Functional disturbances following cardiac surgery' );
4743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.5', '', 'Rupture of chordae tendineae' );
4744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.6', '', 'Rupture of papillary muscle' );
4745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.71', '', 'Certain sequelae of myocardial infarction not elsewhere classified acquired cardiac septal defect' );
4746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.79', '', 'Certain sequelae of myocardial infarction not elsewhere classified other' );
4747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.81', '', 'Other disorders of papillary muscle' );
4748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.82', '', 'Hyperkinetic heart disease' );
4749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.83', '', 'Takotsubo syndrome' );
4750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.89', '', 'Other ill-defined heart diseases' );
4751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '429.9', '', 'Heart disease unspecified' );
4752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '430', '', 'Subarachnoid hemorrhage' );
4753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '431', '', 'Intracerebral hemorrhage' );
4754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '432.0', '', 'Nontraumatic extradural hemorrhage' );
4755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '432.1', '', 'Subdural hemorrhage' );
4756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '432.9', '', 'Unspecified intracranial hemorrhage' );
4757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.00', '', 'Occlusion and stenosis of basilar artery without cerebral infarction' );
4758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.01', '', 'Occlusion and stenosis of basilar artery with cerebral infarction' );
4759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.10', '', 'Occlusion and stenosis of carotid artery without cerebral infarction' );
4760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.11', '', 'Occlusion and stenosis of carotid artery with cerebral infarction' );
4761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.20', '', 'Occlusion and stenosis of vertebral artery without cerebral infarction' );
4762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.21', '', 'Occlusion and stenosis of vertebral artery with cerebral infarction' );
4763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.30', '', 'Occlusion and stenosis of multiple and bilateral precerebral arteries without cerebral infarction' );
4764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.31', '', 'Occlusion and stenosis of multiple and bilateral precerebral arteries with cerebral infarction' );
4765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.80', '', 'Occlusion and stenosis of other specified precerebral artery without cerebral infarction' );
4766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.81', '', 'Occlusion and stenosis of other specified precerebral artery with cerebral infarction' );
4767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.90', '', 'Occlusion and stenosis of unspecified precerebral artery without cerebral infarction' );
4768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '433.91', '', 'Occlusion and stenosis of unspecified precerebral artery with cerebral infarction' );
4769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.00', '', 'Cerebral thrombosis without cerebral infarction' );
4770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.01', '', 'Cerebral thrombosis with cerebral infarction' );
4771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.10', '', 'Cerebral embolism without cerebral infarction' );
4772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.11', '', 'Cerebral embolism with cerebral infarction' );
4773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.90', '', 'Cerebral artery occlusion unspecified without cerebral infarction' );
4774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '434.91', '', 'Cerebral artery occlusion unspecified with cerebral infarction' );
4775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.0', '', 'Basilar artery syndrome' );
4776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.1', '', 'Vertebral artery syndrome' );
4777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.2', '', 'Subclavian steal syndrome' );
4778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.3', '', 'Vertebrobasilar artery syndrome' );
4779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.8', '', 'Other specified transient cerebral ischemias' );
4780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '435.9', '', 'Unspecified transient cerebral ischemia' );
4781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '436', '', 'Acute but ill-defined cerebrovascular disease' );
4782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.0', '', 'Cerebral atherosclerosis' );
4783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.1', '', 'Other generalized ischemic cerebrovascular disease' );
4784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.2', '', 'Hypertensive encephalopathy' );
4785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.3', '', 'Cerebral aneurysm nonruptured' );
4786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.4', '', 'Cerebral arteritis' );
4787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.5', '', 'Moyamoya disease' );
4788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.6', '', 'Nonpyogenic thrombosis of intracranial venous sinus' );
4789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.7', '', 'Transient global amnesia' );
4790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.8', '', 'Other ill-defined cerebrovascular disease' );
4791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '437.9', '', 'Unspecified cerebrovascular disease' );
4792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.0', '', 'Cognitive deficits' );
4793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.10', '', 'Speech and language deficit unspecified' );
4794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.11', '', 'Aphasia' );
4795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.12', '', 'Dysphasia' );
4796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.13', '', 'Late effects of cerebrovascular disease, dysarthria' );
4797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.14', '', 'Late effects of cerebrovascular disease, fluency disorder' );
4798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.19', '', 'Other speech and language deficits' );
4799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.20', '', 'Hemiplegia affecting unspecified side' );
4800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.21', '', 'Hemiplegia affecting dominant side' );
4801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.22', '', 'Hemiplegia affecting nondominant side' );
4802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.30', '', 'Monoplegia of upper limb affecting unspecified side' );
4803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.31', '', 'Monoplegia of upper limb affecting dominant side' );
4804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.32', '', 'Monoplegia of upper limb affecting nondominant side' );
4805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.40', '', 'Monoplegia of lower limb affecting unspecified side' );
4806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.41', '', 'Monoplegia of lower limb affecting dominant side' );
4807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.42', '', 'Monoplegia of lower limb affecting nondominant side' );
4808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.50', '', 'Other paralytic syndrome affecting unspecified side' );
4809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.51', '', 'Other paralytic syndrome affecting dominant side' );
4810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.52', '', 'Other paralytic syndrome affecting nondominant side' );
4811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.53', '', 'Other paralytic syndrome bilateral' );
4812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.6', '', 'Alterations of sensations' );
4813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.7', '', 'Disturbances of vision' );
4814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.81', '', 'Apraxia cerebrovascular disease' );
4815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.82', '', 'Dysphagia cerebrovascular disease' );
4816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.83', '', 'Facial weakness' );
4817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.84', '', 'Ataxia' );
4818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.85', '', 'Vertigo' );
4819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.89', '', 'Other late effects of cerebrovascular disease' );
4820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '438.9', '', 'Unspecified late effects of cerebrovascular disease' );
4821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.0', '', 'Atherosclerosis of aorta' );
4822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.1', '', 'Atherosclerosis of renal artery' );
4823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.20', '', 'Atherosclerosis of native arteries of the extremities unspecified' );
4824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.21', '', 'Atherosclerosis of native arteries of the extremities with intermittent claudication' );
4825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.22', '', 'Atherosclerosis of native arteries of the extremities with rest pain' );
4826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.23', '', 'Atherosclerosis of native arteries of the extremities with ulceration' );
4827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.24', '', 'Atherosclerosis of native arteries of the extremities with gangrene' );
4828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.29', '', 'Other atherosclerosis of native arteries of the extremities' );
4829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.30', '', 'Atherosclerosis of unspecified bypass graft of the extremities' );
4830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.31', '', 'Atherosclerosis of autologous vein bypass graft of the extremities' );
4831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.32', '', 'Atherosclerosis of nonautologous biological bypass graft of the extremities' );
4832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.4', '', 'Chronic total occlusion of artery of the extremities' );
4833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.8', '', 'Atherosclerosis of other specified arteries' );
4834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '440.9', '', 'Generalized and unspecified atherosclerosis' );
4835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.00', '', 'Dissection of aorta aneurysm unspecified site' );
4836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.01', '', 'Dissection of aorta thoracic' );
4837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.02', '', 'Dissection of aorta abdominal' );
4838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.03', '', 'Dissection of aorta thoracoabdominal' );
4839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.1', '', 'Thoracic aneurysm ruptured' );
4840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.2', '', 'Thoracic aneurysm without rupture' );
4841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.3', '', 'Abdominal aneurysm ruptured' );
4842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.4', '', 'Abdominal aneurysm without rupture' );
4843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.5', '', 'Aortic aneurysm of unspecified site ruptured' );
4844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.6', '', 'Thoracoabdominal aneurysm ruptured' );
4845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.7', '', 'Thoracoabdominal aneurysm without rupture' );
4846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '441.9', '', 'Aortic aneurysm of unspecified site without rupture' );
4847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.0', '', 'Aneurysm of artery of upper extremity' );
4848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.1', '', 'Aneurysm of renal artery' );
4849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.2', '', 'Aneurysm of iliac artery' );
4850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.3', '', 'Aneurysm of artery of lower extremity' );
4851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.81', '', 'Aneurysm of artery of neck' );
4852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.82', '', 'Aneurysm of subclavian artery' );
4853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.83', '', 'Aneurysm of splenic artery' );
4854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.84', '', 'Aneurysm of other visceral artery' );
4855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.89', '', 'Aneurysm of other specified site' );
4856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '442.9', '', 'Other aneurysm of unspecified site' );
4857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.0', '', 'Raynaud''s syndrome' );
4858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.1', '', 'Thromboangiitis obliterans (buerger''s disease)' );
4859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.21', '', 'Dissection of carotid artery' );
4860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.22', '', 'Dissection of iliac artery' );
4861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.23', '', 'Dissection of renal artery' );
4862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.24', '', 'Dissection of vertebral artery' );
4863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.29', '', 'Dissection of other artery' );
4864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.81', '', 'Peripheral angiopathy in diseases classified elsewhere' );
4865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.82', '', 'Erythromelalgia' );
4866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.89', '', 'Other peripheral vascular disease' );
4867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '443.9', '', 'Peripheral vascular disease unspecified' );
4868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.0', '', 'Embolism and thrombosis of abdominal aorta' );
4869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.1', '', 'Embolism and thrombosis of thoracic aorta' );
4870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.21', '', 'Arterial embolism and thrombosis of upper extremity' );
4871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.22', '', 'Arterial embolism and thrombosis of lower extremity' );
4872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.81', '', 'Embolism and thrombosis of iliac artery' );
4873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.89', '', 'Embolism and thrombosis of other artery' );
4874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '444.9', '', 'Embolism and thrombosis of unspecified artery' );
4875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '445.01', '', 'Atheroembolism of upper extremity' );
4876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '445.02', '', 'Atheroembolism of lower extremity' );
4877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '445.81', '', 'Atheroembolism of kidney' );
4878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '445.89', '', 'Atheroembolism of other site' );
4879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.0', '', 'Polyarteritis nodosa' );
4880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.1', '', 'Acute febrile mucocutaneous lymph node syndrome (mcls)' );
4881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.20', '', 'Hypersensitivity angiitis unspecified' );
4882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.21', '', 'Goodpasture''s syndrome' );
4883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.29', '', 'Other specified hypersensitivity angiitis' );
4884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.3', '', 'Lethal midline granuloma' );
4885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.4', '', 'Wegener''s granulomatosis' );
4886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.5', '', 'Giant cell arteritis' );
4887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.6', '', 'Thrombotic microangiopathy' );
4888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '446.7', '', 'Takayasu''s disease' );
4889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.0', '', 'Arteriovenous fistula acquired' );
4890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.1', '', 'Stricture of artery' );
4891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.2', '', 'Rupture of artery' );
4892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.3', '', 'Hyperplasia of renal artery' );
4893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.4', '', 'Celiac artery compression syndrome' );
4894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.5', '', 'Necrosis of artery' );
4895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.6', '', 'Arteritis unspecified' );
4896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.8', '', 'Other specified disorders of arteries and arterioles' );
4897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '447.9', '', 'Unspecified disorders of arteries and arterioles' );
4898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '448.0', '', 'Hereditary hemorrhagic telangiectasia' );
4899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '448.1', '', 'Nevus non-neoplastic' );
4900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '448.9', '', 'Other and unspecified capillary diseases' );
4901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '449', '', 'Septic arterial embolism' );
4902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.0', '', 'Phlebitis and thrombophlebitis of superficial vessels of lower extremities' );
4903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.11', '', 'Phlebitis and thrombophlebitis of femoral vein (deep) (superficial)' );
4904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.19', '', 'Phlebitis and thrombophlebitis of other' );
4905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.2', '', 'Phlebitis and thrombophlebitis of lower extremities unspecified' );
4906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.81', '', 'Phlebitis and thrombophlebitis of iliac vein' );
4907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.82', '', 'Phlebitis and thrombophlebitis of superficial veins of upper extremities' );
4908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.83', '', 'Phlebitis and thrombophlebitis of deep veins of upper extremities' );
4909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.84', '', 'Phlebitis and thrombophlebitis of upper extremities unspecified' );
4910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.89', '', 'Phlebitis and thrombophlebitis of other sites' );
4911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '451.9', '', 'Phlebitis and thrombophlebitis of unspecified site' );
4912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '452', '', 'Portal vein thrombosis' );
4913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.0', '', 'Budd-chiari syndrome' );
4914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.1', '', 'Thrombophlebitis migrans' );
4915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.2', '', 'Embolism and thrombosis of inferior vena cava' );
4916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.3', '', 'Embolism and thrombosis of renal vein' );
4917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.40', '', 'Acute venous embolism and thrombosis of unspecified deep vessels of lower extremity' );
4918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.41', '', 'Acute venous embolism and thrombosis of deep vessels of proximal lower extremity' );
4919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.42', '', 'Acute venous embolism and thrombosis of deep vessels of distal lower extremity' );
4920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.50', '', 'Chronic venous embolism and thrombosis of unspecified deep vessels of lower extremity' );
4921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.51', '', 'Chronic venous embolism and thrombosis of deep vessels of proximal lower extremity' );
4922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.52', '', 'Chronic venous embolism and thrombosis of deep vessels of distal lower extremity' );
4923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.6', '', 'Venous embolism and thrombosis of superficial vessels of lower extremity' );
4924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.71', '', 'Chronic venous embolism and thrombosis of superficial veins of upper extremity' );
4925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.72', '', 'Chronic venous embolism and thrombosis of deep veins of upper extremity' );
4926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.73', '', 'Chronic venous embolism and thrombosis of upper extremity, unspecified' );
4927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.74', '', 'Chronic venous embolism and thrombosis axillary veins' );
4928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.75', '', 'Chronic venous embolism and thrombosis of subclavian veins' );
4929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.76', '', 'Chronic venous embolism and thrombosis of internal jugular veins' );
4930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.77', '', 'Chronic venous embolism and thrombosis of other thoracic veins' );
4931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.79', '', 'Chronic venous embolism and thrombosis of other specified veins' );
4932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.81', '', 'Acute venous embolism and thrombosis of superficial veins of upper extremity' );
4933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.82', '', 'Acute venous embolism and thrombosis of deep veins of upper extremity' );
4934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.83', '', 'Acute venous embolism and thrombosis of upper extremity, unspecified' );
4935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.84', '', 'Acute venous embolism and thrombosis of axillary veins' );
4936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.85', '', 'Acute venous embolism and thrombosis of subclavian veins' );
4937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.86', '', 'Acute venous embolism and thrombosis of internal jugular veins' );
4938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.87', '', 'Acute venous embolism and thrombosis of other thoracic veins' );
4939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.89', '', 'Acute venous embolism and thrombosis of other specified veins' );
4940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '453.9', '', 'Embolism and thrombosis of unspecified site' );
4941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '454.0', '', 'Varicose veins of lower extremities with ulcer' );
4942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '454.1', '', 'Varicose veins of lower extremities with inflammation' );
4943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '454.2', '', 'Varicose veins of lower extremities with ulcer and inflammation' );
4944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '454.8', '', 'Varicose veins of lower extremities with other complications' );
4945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '454.9', '', 'Asymptomatic varicose veins' );
4946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.0', '', 'Internal hemorrhoids without complication' );
4947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.1', '', 'Internal thrombosed hemorrhoids' );
4948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.2', '', 'Internal hemorrhoids with other complication' );
4949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.3', '', 'External hemorrhoids without complication' );
4950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.4', '', 'External thrombosed hemorrhoids' );
4951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.5', '', 'External hemorrhoids with other complication' );
4952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.6', '', 'Unspecified hemorrhoids without complication' );
4953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.7', '', 'Unspecified thrombosed hemorrhoids' );
4954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.8', '', 'Unspecified hemorrhoids with other complication' );
4955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '455.9', '', 'Residual hemorrhoidal skin tags' );
4956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.0', '', 'Esophageal varices with bleeding' );
4957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.1', '', 'Esophageal varices without bleeding' );
4958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.20', '', 'Esophageal varices in diseases classified elsewhere with bleeding' );
4959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.21', '', 'Esophageal varices in diseases classified elsewhere without bleeding' );
4960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.3', '', 'Sublingual varices' );
4961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.4', '', 'Scrotal varices' );
4962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.5', '', 'Pelvic varices' );
4963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.6', '', 'Vulval varices' );
4964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '456.8', '', 'Varices of other sites' );
4965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '457.0', '', 'Postmastectomy lymphedema syndrome' );
4966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '457.1', '', 'Other lymphedema' );
4967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '457.2', '', 'Lymphangitis' );
4968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '457.8', '', 'Other noninfectious disorders of lymphatic channels' );
4969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '457.9', '', 'Unspecified noninfectious disorder of lymphatic channels' );
4970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.0', '', 'Orthostatic hypotension' );
4971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.1', '', 'Chronic hypotension' );
4972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.21', '', 'Hypotension of hemodialysis' );
4973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.29', '', 'Other iatrogenic hypotension' );
4974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.8', '', 'Other specified hypotension' );
4975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '458.9', '', 'Hypotension unspecified' );
4976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.0', '', 'Hemorrhage unspecified' );
4977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.10', '', 'Postphlebetic syndrome without complications' );
4978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.11', '', 'Postphlebetic syndrome with ulcer' );
4979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.12', '', 'Postphlebetic syndrome with inflammation' );
4980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.13', '', 'Postphlebetic syndrome with ulcer and inflammation' );
4981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.19', '', 'Postphlebetic syndrome with other complication' );
4982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.2', '', 'Compression of vein' );
4983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.30', '', 'Chronic venous hypertension without complications' );
4984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.31', '', 'Chronic venous hypertension with ulcer' );
4985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.32', '', 'Chronic venous hypertension with inflammation' );
4986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.33', '', 'Chronic venous hypertension with ulcer and inflammation' );
4987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.39', '', 'Chronic venous hypertension with other complication' );
4988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.81', '', 'Venous (peripheral) insufficiency unspecified' );
4989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.89', '', 'Other specified circulatory system disorders' );
4990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '459.9', '', 'Unspecified circulatory system disorder' );
4991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '460', '', 'Acute nasopharyngitis (common cold)' );
4992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.0', '', 'Acute maxillary sinusitis' );
4993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.1', '', 'Acute frontal sinusitis' );
4994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.2', '', 'Acute ethmoidal sinusitis' );
4995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.3', '', 'Acute sphenoidal sinusitis' );
4996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.8', '', 'Other acute sinusitis' );
4997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '461.9', '', 'Acute sinusitis unspecified' );
4998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '462', '', 'Acute pharyngitis' );
4999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '463', '', 'Acute tonsillitis' );
5000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.00', '', 'Acute laryngitis without obstruction' );
5001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.01', '', 'Acute laryngitis with obstruction' );
5002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.10', '', 'Acute tracheitis without obstruction' );
5003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.11', '', 'Acute tracheitis with obstruction' );
5004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.20', '', 'Acute laryngotracheitis without obstruction' );
5005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.21', '', 'Acute laryngotracheitis with obstruction' );
5006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.30', '', 'Acute epiglottitis without obstruction' );
5007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.31', '', 'Acute epiglottitis with obstruction' );
5008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.4', '', 'Croup' );
5009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.50', '', 'Supraglottitis unspecified without obstruction' );
5010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '464.51', '', 'Supraglottitis unspecified with obstruction' );
5011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '465.0', '', 'Acute laryngopharyngitis' );
5012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '465.8', '', 'Acute upper respiratory infections of other multiple sites' );
5013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '465.9', '', 'Acute upper respiratory infections of unspecified site' );
5014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '466.0', '', 'Acute bronchitis' );
5015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '466.11', '', 'Acute bronchiolitis due to respiratory syncytial virus (rsv)' );
5016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '466.19', '', 'Acute bronchiolitis due to other infectious organisms' );
5017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '470', '', 'Deviated nasal septum' );
5018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '471.0', '', 'Polyp of nasal cavity' );
5019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '471.1', '', 'Polypoid sinus degeneration' );
5020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '471.8', '', 'Other polyp of sinus' );
5021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '471.9', '', 'Unspecified nasal polyp' );
5022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '472.0', '', 'Chronic rhinitis' );
5023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '472.1', '', 'Chronic pharyngitis' );
5024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '472.2', '', 'Chronic nasopharyngitis' );
5025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.0', '', 'Chronic maxillary sinusitis' );
5026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.1', '', 'Chronic frontal sinusitis' );
5027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.2', '', 'Chronic ethmoidal sinusitis' );
5028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.3', '', 'Chronic sphenoidal sinusitis' );
5029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.8', '', 'Other chronic sinusitis' );
5030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '473.9', '', 'Unspecified sinusitis (chronic)' );
5031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.00', '', 'Chronic tonsillitis' );
5032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.01', '', 'Chronic adenoiditis' );
5033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.02', '', 'Chronic tonsillitis and adenoiditis' );
5034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.10', '', 'Hypertrophy of tonsil with adenoids' );
5035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.11', '', 'Hypertrophy of tonsils alone' );
5036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.12', '', 'Hypertrophy of adenoids alone' );
5037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.2', '', 'Adenoid vegetations' );
5038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.8', '', 'Other chronic disease of tonsils and adenoids' );
5039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '474.9', '', 'Unspecified chronic disease of tonsils and adenoids' );
5040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '475', '', 'Peritonsillar abscess' );
5041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '476.0', '', 'Chronic laryngitis' );
5042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '476.1', '', 'Chronic laryngotracheitis' );
5043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '477.0', '', 'Allergic rhinitis due to pollen' );
5044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '477.1', '', 'Allergic rhinitis due to food' );
5045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '477.2', '', 'Allergic rhinitis due to animal (cat)(dog) hair and dander' );
5046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '477.8', '', 'Allergic rhinitis due to other allergen' );
5047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '477.9', '', 'Allergic rhinitis cause unspecified' );
5048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.0', '', 'Hypertrophy of nasal turbinates' );
5049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.11', '', 'Nasal mucositis (ulcerative)' );
5050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.19', '', 'Other disease of nasal cavity and sinuses' );
5051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.20', '', 'Unspecified disease of pharynx' );
5052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.21', '', 'Cellulitis of pharynx or nasopharynx' );
5053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.22', '', 'Parapharyngeal abscess' );
5054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.24', '', 'Retropharyngeal abscess' );
5055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.25', '', 'Edema of pharynx or nasopharynx' );
5056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.26', '', 'Cyst of pharynx or nasopharynx' );
5057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.29', '', 'Other diseases of pharynx or nasopharynx' );
5058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.30', '', 'Unspecified paralysis of vocal cords' );
5059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.31', '', 'Partial unilateral paralysis of vocal cords' );
5060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.32', '', 'Complete unilateral paralysis of vocal cords' );
5061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.33', '', 'Partial bilateral paralysis of vocal cords' );
5062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.34', '', 'Complete bilateral paralysis of vocal cords' );
5063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.4', '', 'Polyp of vocal cord or larynx' );
5064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.5', '', 'Other diseases of vocal cords' );
5065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.6', '', 'Edema of larynx' );
5066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.70', '', 'Unspecified disease of larynx' );
5067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.71', '', 'Cellulitis and perichondritis of larynx' );
5068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.74', '', 'Stenosis of larynx' );
5069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.75', '', 'Laryngeal spasm' );
5070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.79', '', 'Other diseases of larynx' );
5071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.8', '', 'Upper respiratory tract hypersensitivity reaction site unspecified' );
5072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '478.9', '', 'Other and unspecified diseases of upper respiratory tract' );
5073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.0', '', 'Pneumonia due to adenovirus' );
5074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.1', '', 'Pneumonia due to respiratory syncytial virus' );
5075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.2', '', 'Pneumonia due to parainfluenza virus' );
5076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.3', '', 'Pneumonia due to sars-associated coronavirus' );
5077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.8', '', 'Pneumonia due to other virus not elsewhere classified' );
5078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '480.9', '', 'Viral pneumonia unspecified' );
5079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '481', '', 'Pneumococcal pneumonia [streptococcus pneumoniae pneumonia]' );
5080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.0', '', 'Pneumonia due to klebsiella pneumoniae' );
5081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.1', '', 'Pneumonia due to pseudomonas' );
5082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.2', '', 'Pneumonia due to hemophilus influenzae [h. influenzae]' );
5083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.30', '', 'Pneumonia due to streptococcus unspecified' );
5084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.31', '', 'Pneumonia due to streptococcus group a' );
5085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.32', '', 'Pneumonia due to streptococcus group b' );
5086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.39', '', 'Pneumonia due to other streptococcus' );
5087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.40', '', 'Pneumonia due to staphylococcus unspecified' );
5088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.41', '', 'Methicillin susceptible pneumonia due to staphylococcus aureus' );
5089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.42', '', 'Methicillin resistant pneumonia due to staphylococcus aureus' );
5090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.49', '', 'Other staphylococcus pneumonia' );
5091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.81', '', 'Pneumonia due to anaerobes' );
5092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.82', '', 'Pneumonia due to escherichia coli [e.coli]' );
5093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.83', '', 'Pneumonia due to other gram-negative bacteria' );
5094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.84', '', 'Pneumonia due to legionnaires'' disease' );
5095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.89', '', 'Pneumonia due to other specified bacteria' );
5096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '482.9', '', 'Bacterial pneumonia unspecified' );
5097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '483.0', '', 'Pneumonia due to mycoplasma pneumoniae' );
5098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '483.1', '', 'Pneumonia due to chlamydia' );
5099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '483.8', '', 'Pneumonia due to other specified organism' );
5100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.1', '', 'Pneumonia in cytomegalic inclusion disease' );
5101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.3', '', 'Pneumonia in whooping cough' );
5102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.5', '', 'Pneumonia in anthrax' );
5103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.6', '', 'Pneumonia in aspergillosis' );
5104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.7', '', 'Pneumonia in other systemic mycoses' );
5105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '484.8', '', 'Pneumonia in other infectious diseases classified elsewhere' );
5106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '485', '', 'Bronchopneumonia organism unspecified' );
5107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '486', '', 'Pneumonia organism unspecified' );
5108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '487.0', '', 'Influenza with pneumonia' );
5109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '487.1', '', 'Influenza with other respiratory manifestations' );
5110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '487.8', '', 'Influenza with other manifestations' );
5111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '488.0', '', 'Influenza due to identified avian influenza virus' );
5112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '488.1', '', 'Influenza due to identified novel h1n1 influenza virus' );
5113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '490', '', 'Bronchitis not specified as acute or chronic' );
5114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.0', '', 'Simple chronic bronchitis' );
5115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.1', '', 'Mucopurulent chronic bronchitis' );
5116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.20', '', 'Obstructive chronic bronchitis without exacerbation' );
5117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.21', '', 'Obstructive chronic bronchitis with (acute) exacerbation' );
5118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.22', '', 'Chronic bronchitis with acute bronchitis' );
5119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.8', '', 'Other chronic bronchitis' );
5120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '491.9', '', 'Unspecified chronic bronchitis' );
5121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '492.0', '', 'Emphysematous bleb' );
5122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '492.8', '', 'Other emphysema' );
5123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.00', '', 'Extrinsic asthma unspecified' );
5124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.01', '', 'Extrinsic asthma with status asthmaticus' );
5125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.02', '', 'Extrinsic asthma with (acute) exacerbation' );
5126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.10', '', 'Intrinsic asthma unspecified' );
5127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.11', '', 'Intrinsic asthma with status asthmaticus' );
5128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.12', '', 'Intrinsic asthma with (acute) exacerbation' );
5129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.20', '', 'Chronic obstructive asthma unspecified' );
5130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.21', '', 'Chronic obstructive asthma with status asthmaticus' );
5131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.22', '', 'Chronic obstructive asthma with (acute) exacerbation' );
5132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.81', '', 'Exercise-induced bronchospasm' );
5133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.82', '', 'Cough variant asthma' );
5134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.90', '', 'Asthma unspecified' );
5135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.91', '', 'Asthma unspecified type with status asthmaticus' );
5136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '493.92', '', 'Asthma unspecified with (acute) exacerbation' );
5137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '494.0', '', 'Bronchiectasis without acute exacerbation' );
5138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '494.1', '', 'Bronchiectasis with acute exacerbation' );
5139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.0', '', 'Farmers'' lung' );
5140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.1', '', 'Bagassosis' );
5141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.2', '', 'Bird-fanciers'' lung' );
5142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.3', '', 'Suberosis' );
5143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.4', '', 'Malt workers'' lung' );
5144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.5', '', 'Mushroom workers'' lung' );
5145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.6', '', 'Maple bark-strippers'' lung' );
5146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.7', '', '''ventilation'' pneumonitis' );
5147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.8', '', 'Other specified allergic alveolitis and pneumonitis' );
5148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '495.9', '', 'Unspecified allergic alveolitis and pneumonitis' );
5149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '496', '', 'Chronic airway obstruction not elsewhere classified' );
5150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '500', '', 'Coal workers'' pneumoconiosis' );
5151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '501', '', 'Asbestosis' );
5152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '502', '', 'Pneumoconiosis due to other silica or silicates' );
5153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '503', '', 'Pneumoconiosis due to other inorganic dust' );
5154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '504', '', 'Pneumonopathy due to inhalation of other dust' );
5155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '505', '', 'Pneumoconiosis unspecified' );
5156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.0', '', 'Bronchitis and pneumonitis due to fumes and vapors' );
5157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.1', '', 'Acute pulmonary edema due to fumes and vapors' );
5158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.2', '', 'Upper respiratory inflammation due to fumes and vapors' );
5159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.3', '', 'Other acute and subacute respiratory conditions due to fumes and vapors' );
5160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.4', '', 'Chronic respiratory conditions due to fumes and vapors' );
5161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '506.9', '', 'Unspecified respiratory conditions due to fumes and vapors' );
5162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '507.0', '', 'Pneumonitis due to inhalation of food or vomitus' );
5163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '507.1', '', 'Pneumonitis due to inhalation of oils and essences' );
5164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '507.8', '', 'Pneumonitis due to other solids and liquids' );
5165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '508.0', '', 'Acute pulmonary manifestations due to radiation' );
5166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '508.1', '', 'Chronic and other pulmonary manifestations due to radiation' );
5167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '508.8', '', 'Respiratory conditions due to other specified external agents' );
5168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '508.9', '', 'Respiratory conditions due to unspecified external agent' );
5169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '510.0', '', 'Empyema with fistula' );
5170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '510.9', '', 'Empyema without fistula' );
5171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '511.0', '', 'Pleurisy without effusion or current tuberculosis' );
5172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '511.1', '', 'Pleurisy with effusion with a bacterial cause other than tuberculosis' );
5173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '511.81', '', 'Malignant pleural effusion' );
5174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '511.89', '', 'Other specified forms of effusion, except tuberculous' );
5175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '511.9', '', 'Unspecified pleural effusion' );
5176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '512.0', '', 'Spontaneous tension pneumothorax' );
5177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '512.1', '', 'Iatrogenic pneumothorax' );
5178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '512.8', '', 'Other spontaneous pneumothorax' );
5179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '513.0', '', 'Abscess of lung' );
5180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '513.1', '', 'Abscess of mediastinum' );
5181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '514', '', 'Pulmonary congestion and hypostasis' );
5182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '515', '', 'Postinflammatory pulmonary fibrosis' );
5183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.0', '', 'Pulmonary alveolar proteinosis' );
5184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.1', '', 'Idiopathic pulmonary hemosiderosis' );
5185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.2', '', 'Pulmonary alveolar microlithiasis' );
5186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.3', '', 'Idiopathic fibrosing alveolitis' );
5187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.8', '', 'Other specified alveolar and parietoalveolar pneumonopathies' );
5188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '516.9', '', 'Unspecified alveolar and parietoalveolar pneumonopathy' );
5189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '517.1', '', 'Rheumatic pneumonia' );
5190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '517.2', '', 'Lung involvement in systemic sclerosis' );
5191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '517.3', '', 'Acute chest syndrome' );
5192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '517.8', '', 'Lung involvement in other diseases classified elsewhere' );
5193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.0', '', 'Pulmonary collapse' );
5194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.1', '', 'Interstitial emphysema' );
5195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.2', '', 'Compensatory emphysema' );
5196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.3', '', 'Pulmonary eosinophilia' );
5197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.4', '', 'Acute edema of lung unspecified' );
5198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.5', '', 'Pulmonary insufficiency following trauma and surgery' );
5199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.6', '', 'Allergic bronchopulmonary aspergilliosis' );
5200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.7', '', 'Transfusion related acute lung injury (trali)' );
5201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.81', '', 'Acute respiratory failure' );
5202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.82', '', 'Other pulmonary insufficiency not elsewhere classified' );
5203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.83', '', 'Chronic respiratory failure' );
5204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.84', '', 'Acute and chronic respiratory failure' );
5205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '518.89', '', 'Other diseases of lung not elsewhere classified' );
5206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.00', '', 'Tracheostomy complication unspecified' );
5207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.01', '', 'Infection of tracheostomy' );
5208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.02', '', 'Mechanical complication of tracheostomy' );
5209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.09', '', 'Other tracheostomy complications' );
5210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.11', '', 'Acute bronchospasm' );
5211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.19', '', 'Other diseases of trachea and bronchus' );
5212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.2', '', 'Mediastinitis' );
5213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.3', '', 'Other diseases of mediastinum not elsewhere classified' );
5214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.4', '', 'Disorders of diaphragm' );
5215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.8', '', 'Other diseases of respiratory system not elsewhere classified' );
5216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '519.9', '', 'Unspecified disease of respiratory system' );
5217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.0', '', 'Anodontia' );
5218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.1', '', 'Supernumerary teeth' );
5219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.2', '', 'Abnormalities of size and form of teeth' );
5220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.3', '', 'Mottled teeth' );
5221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.4', '', 'Disturbances of tooth formation' );
5222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.5', '', 'Hereditary disturbances in tooth structure not elsewhere classified' );
5223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.6', '', 'Disturbances in tooth eruption' );
5224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.7', '', 'Teething syndrome' );
5225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.8', '', 'Other specified disorders of tooth development and eruption' );
5226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '520.9', '', 'Unspecified disorder of tooth development and eruption' );
5227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.00', '', 'Unspecified dental caries' );
5228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.01', '', 'Dental caries limited to enamel' );
5229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.02', '', 'Dental caries extending into dentine' );
5230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.03', '', 'Dental caries extending into pulp' );
5231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.04', '', 'Arrested dental caries' );
5232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.05', '', 'Odontoclasia' );
5233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.06', '', 'Dental caries pit and fissure' );
5234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.07', '', 'Dental caries of smooth surface' );
5235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.08', '', 'Dental caries of root surface' );
5236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.09', '', 'Other dental caries' );
5237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.10', '', 'Excessive attrition, unspecified' );
5238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.11', '', 'Excessive attrition, limited to enamel' );
5239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.12', '', 'Excessive attrition, extending into dentine' );
5240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.13', '', 'Excessive attrition, extending into pulp' );
5241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.14', '', 'Excessive attrition, localized' );
5242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.15', '', 'Excessive attrition, generalized' );
5243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.20', '', 'Abrasion, unspecified' );
5244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.21', '', 'Abrasion, limited to enamel' );
5245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.22', '', 'Abrasion, extending into dentine' );
5246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.23', '', 'Abrasion, extending into pulp' );
5247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.24', '', 'Abrasion, localized' );
5248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.25', '', 'Abrasion, generalized' );
5249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.30', '', 'Erosion, unspecified' );
5250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.31', '', 'Erosion, limited to enamel' );
5251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.32', '', 'Erosion, extending into dentine' );
5252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.33', '', 'Erosion, extending into pulp' );
5253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.34', '', 'Erosion, localized' );
5254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.35', '', 'Erosion, generalized' );
5255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.40', '', 'Pathological resorption, unspecified' );
5256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.41', '', 'Pathological resorption, internal' );
5257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.42', '', 'Pathological resorption, external' );
5258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.49', '', 'Other pathological resorption' );
5259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.5', '', 'Hypercementosis' );
5260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.6', '', 'Ankylosis of teeth' );
5261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.7', '', 'Intrinsic posteruptive color changes of teeth' );
5262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.81', '', 'Cracked tooth' );
5263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.89', '', 'Other specific diseases of hard tissues of teeth' );
5264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '521.9', '', 'Unspecified disease of hard tissues of teeth' );
5265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.0', '', 'Pulpitis' );
5266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.1', '', 'Necrosis of the pulp' );
5267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.2', '', 'Pulp degeneration' );
5268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.3', '', 'Abnormal hard tissue formation in pulp' );
5269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.4', '', 'Acute apical periodontitis of pulpal origin' );
5270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.5', '', 'Periapical abscess without sinus' );
5271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.6', '', 'Chronic apical periodontitis' );
5272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.7', '', 'Periapical abscess with sinus' );
5273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.8', '', 'Radicular cyst' );
5274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '522.9', '', 'Other and unspecified diseases of pulp and periapical tissues' );
5275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.00', '', 'Acute gingivitis, plaque induced' );
5276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.01', '', 'Acute gingivitis, non-plaque induced' );
5277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.10', '', 'Chronic gingivitis, plaque induced' );
5278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.11', '', 'Chronic gingivitis, non-plaque induced' );
5279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.20', '', 'Gingival recession, unspecified' );
5280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.21', '', 'Gingival recession, minimal' );
5281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.22', '', 'Gingival recession, moderate' );
5282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.23', '', 'Gingival recession, severe' );
5283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.24', '', 'Gingival recession, localized' );
5284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.25', '', 'Gingival recession, generalized' );
5285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.30', '', 'Aggressive periodontitis, unspecified' );
5286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.31', '', 'Aggressive periodontitis, localized' );
5287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.32', '', 'Aggressive periodontitis, generalized' );
5288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.33', '', 'Acute periodontitis' );
5289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.40', '', 'Chronic periodontitis, unspecified' );
5290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.41', '', 'Chronic periodontitis, localized' );
5291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.42', '', 'Chronic periodontitis, generalized' );
5292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.5', '', 'Periodontosis' );
5293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.6', '', 'Accretions on teeth' );
5294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.8', '', 'Other specified periodontal diseases' );
5295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '523.9', '', 'Unspecified gingival and periodontal disease' );
5296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.00', '', 'Major anomalies of jaw size unspecified anomaly' );
5297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.01', '', 'Major anomalies of jaw size maxillary hyperplasia' );
5298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.02', '', 'Major anomalies of jaw size mandibular hyperplasia' );
5299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.03', '', 'Major anomalies of jaw size maxillary hypoplasia' );
5300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.04', '', 'Major anomalies of jaw size mandibular hypoplasia' );
5301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.05', '', 'Major anomalies of jaw size macrogenia' );
5302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.06', '', 'Major anomalies of jaw size microgenia' );
5303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.07', '', 'Excessive tuberosity of jaw' );
5304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.09', '', 'Major anomalies of jaw size other specified anomaly' );
5305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.10', '', 'Anomalies of relationship of jaw to cranial base unspecified anomaly' );
5306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.11', '', 'Anomalies of relationship of jaw to cranial base maxillary asymmetry' );
5307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.12', '', 'Anomalies of relationship of jaw to cranial base other jaw asymmetry' );
5308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.19', '', 'Anomalies of relationship of jaw to cranial base other specified anomaly' );
5309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.20', '', 'Unspecified anomaly of dental arch relationship' );
5310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.21', '', 'Angle''s class i' );
5311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.22', '', 'Angle''s class ii' );
5312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.23', '', 'Angle''s class iii' );
5313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.24', '', 'Open anterior occlusal relationship' );
5314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.25', '', 'Open posterior occlusal relationship' );
5315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.26', '', 'Excessive horizontal overlap' );
5316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.27', '', 'Reverse articulation' );
5317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.28', '', 'Anomalies of interarch distance' );
5318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.29', '', 'Other anomalies of dental arch relationship' );
5319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.30', '', 'Unspecified anomaly of tooth position' );
5320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.31', '', 'Crowding of teeth' );
5321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.32', '', 'Excessive spacing of teeth' );
5322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.33', '', 'Horizontal displacement of teeth' );
5323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.34', '', 'Vertical displacement of teeth' );
5324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.35', '', 'Rotation of teeth' );
5325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.36', '', 'Insufficient interocclusal distance of teeth (ridge)' );
5326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.37', '', 'Excessive interocclusal distance of teeth' );
5327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.39', '', 'Other anomalies of tooth position' );
5328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.4', '', 'Malocclusion unspecified' );
5329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.50', '', 'Dentofacial functional abnormality, unspecified' );
5330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.51', '', 'Abnormal jaw closure' );
5331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.52', '', 'Limited mandibular range of motion' );
5332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.53', '', 'Deviation in opening and closing of the mandible' );
5333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.54', '', 'Insufficient anterior guidance' );
5334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.55', '', 'Centric occlusion maximum intercuspation discrepancy' );
5335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.56', '', 'Non-working side interference' );
5336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.57', '', 'Lack of posterior occlusal support' );
5337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.59', '', 'Other dentofacial functional abnormalities' );
5338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.60', '', 'Temporomandibular joint disorders unspecified' );
5339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.61', '', 'Temporomandibular joint disorders adhesions and ankylosis (bony or fibrous)' );
5340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.62', '', 'Temporomandibular joint disorders arthralgia of temporomandibular joint' );
5341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.63', '', 'Temporomandibular joint disorders articular disc disorder (reducing or non-reducing)' );
5342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.64', '', 'Temporomandibular joint sounds on opening and/or closing the jaw' );
5343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.69', '', 'Temporomandibular joint disorders other specified temporomandibular joint disorders' );
5344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.70', '', 'Dental alveolar anomalies unspecified alveolar anomaly' );
5345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.71', '', 'Dental alveolar anomalies alveolar maxillary hyperplasia' );
5346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.72', '', 'Dental alveolar anomalies alveolar mandibular hyperplasia' );
5347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.73', '', 'Dental alveolar anomalies alveolar maxillary hypoplasia' );
5348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.74', '', 'Dental alveolar anomalies alveolar mandibular hypoplasia' );
5349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.75', '', 'Vertical displacement of alveolus and teeth' );
5350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.76', '', 'Occlusal plane deviation' );
5351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.79', '', 'Dental alveolar anomalies other specified alveolar anomaly' );
5352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.81', '', 'Anterior soft tissue impingement' );
5353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.82', '', 'Posterior soft tissue impingement' );
5354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.89', '', 'Other specified dentofacial anomalies' );
5355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '524.9', '', 'Unspecified dentofacial anomalies' );
5356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.0', '', 'Exfoliation of teeth due to systemic causes' );
5357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.10', '', 'Unspecified acquired absence of teeth' );
5358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.11', '', 'Loss of teeth due to trauma' );
5359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.12', '', 'Loss of teeth due to periodontal disease' );
5360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.13', '', 'Loss of teeth due to caries' );
5361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.19', '', 'Other loss of teeth' );
5362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.20', '', 'Unspecified atrophy of edentulous alveolar ridge' );
5363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.21', '', 'Minimal atrophy of the mandible' );
5364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.22', '', 'Moderate atrophy of the mandible' );
5365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.23', '', 'Severe atrophy of the mandible' );
5366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.24', '', 'Minimal atrophy of the maxilla' );
5367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.25', '', 'Moderate atrophy of the maxilla' );
5368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.26', '', 'Severe atrophy of the maxilla' );
5369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.3', '', 'Retained dental root' );
5370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.40', '', 'Complete edentulism, unspecified' );
5371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.41', '', 'Complete edentulism, class i' );
5372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.42', '', 'Complete edentulism, class ii' );
5373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.43', '', 'Complete edentulism, class iii' );
5374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.44', '', 'Complete edentulism, class iv' );
5375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.50', '', 'Partial edentulism, unspecified' );
5376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.51', '', 'Partial edentulism, class i' );
5377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.52', '', 'Partial edentulism, class ii' );
5378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.53', '', 'Partial edentulism, class iii' );
5379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.54', '', 'Partial edentulism, class iv' );
5380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.60', '', 'Unspecified unsatisfactory restoration of tooth' );
5381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.61', '', 'Open restoration margins' );
5382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.62', '', 'Unrepairable overhanging of dental restorative materials' );
5383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.63', '', 'Fractured dental restorative material without loss of material' );
5384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.64', '', 'Fractured dental restorative material with loss of material' );
5385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.65', '', 'Contour of existing restoration of tooth biologically incompatible with oral health' );
5386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.66', '', 'Allergy to existing dental restorative material' );
5387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.67', '', 'Poor aesthetics of existing restoration' );
5388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.69', '', 'Other unsatisfactory restoration of existing tooth' );
5389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.71', '', 'Osseointegration failure of dental implant' );
5390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.72', '', 'Post-osseointegration biological failure of dental implant' );
5391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.73', '', 'Post-osseointegration mechanical failure of dental implant' );
5392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.79', '', 'Other endosseous dental implant failure' );
5393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.8', '', 'Other specified disorders of the teeth and supporting structures' );
5394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '525.9', '', 'Unspecified disorder of the teeth and supporting structures' );
5395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.0', '', 'Developmental odontogenic cysts' );
5396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.1', '', 'Fissural cysts of jaw' );
5397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.2', '', 'Other cysts of jaws' );
5398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.3', '', 'Central giant cell (reparative) granuloma' );
5399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.4', '', 'Inflammatory conditions of jaw' );
5400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.5', '', 'Alveolitis of jaw' );
5401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.61', '', 'Perforation of root canal space' );
5402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.62', '', 'Endodontic overfill' );
5403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.63', '', 'Endodontic underfill' );
5404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.69', '', 'Other periradicular pathology associated with previous endodontic treatment' );
5405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.81', '', 'Exostosis of jaw' );
5406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.89', '', 'Other specified diseases of the jaws' );
5407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '526.9', '', 'Unspecified disease of the jaws' );
5408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.0', '', 'Atrophy of salivary gland' );
5409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.1', '', 'Hypertrophy of salivary gland' );
5410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.2', '', 'Sialoadenitis' );
5411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.3', '', 'Abscess of salivary gland' );
5412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.4', '', 'Fistula of salivary gland' );
5413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.5', '', 'Sialolithiasis' );
5414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.6', '', 'Mucocele of salivary gland' );
5415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.7', '', 'Disturbance of salivary secretion' );
5416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.8', '', 'Other specified diseases of the salivary glands' );
5417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '527.9', '', 'Unspecified disease of the salivary glands' );
5418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.00', '', 'Stomatitis and mucositis, unspecified' );
5419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.01', '', 'Mucositis (ulcerative) due to antineoplastic therapy' );
5420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.02', '', 'Mucositis (ulcerative) due to other drugs' );
5421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.09', '', 'Other stomatitis and mucositis (ulcerative)' );
5422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.1', '', 'Cancrum oris' );
5423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.2', '', 'Oral aphthae' );
5424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.3', '', 'Cellulitis and abscess of oral soft tissues' );
5425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.4', '', 'Cysts of oral soft tissues' );
5426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.5', '', 'Diseases of lips' );
5427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.6', '', 'Leukoplakia of oral mucosa including tongue' );
5428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.71', '', 'Minimal keratinized residual ridge mucosa' );
5429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.72', '', 'Excessive keratinized residual ridge mucosa' );
5430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.79', '', 'Other disturbances of oral epithelium, including tongue' );
5431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.8', '', 'Oral submucosal fibrosis including of tongue' );
5432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '528.9', '', 'Other and unspecified diseases of the oral soft tissues' );
5433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.0', '', 'Glossitis' );
5434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.1', '', 'Geographic tongue' );
5435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.2', '', 'Median rhomboid glossitis' );
5436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.3', '', 'Hypertrophy of tongue papillae' );
5437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.4', '', 'Atrophy of tongue papillae' );
5438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.5', '', 'Plicated tongue' );
5439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.6', '', 'Glossodynia' );
5440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.8', '', 'Other specified conditions of the tongue' );
5441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '529.9', '', 'Unspecified condition of the tongue' );
5442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.0', '', 'Achalasia and cardiospasm' );
5443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.10', '', 'Esophagitis unspecified' );
5444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.11', '', 'Reflux esophagitis' );
5445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.12', '', 'Acute esophagitis' );
5446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.13', '', 'Eosinophilic esophagitis' );
5447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.19', '', 'Other esophagitis' );
5448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.20', '', 'Ulcer of esophagus without bleeding' );
5449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.21', '', 'Ulcer of esophagus with bleeding' );
5450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.3', '', 'Stricture and stenosis of esophagus' );
5451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.4', '', 'Perforation of esophagus' );
5452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.5', '', 'Dyskinesia of esophagus' );
5453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.6', '', 'Diverticulum of esophagus acquired' );
5454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.7', '', 'Gastroesophageal laceration-hemorrhage syndrome' );
5455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.81', '', 'Esophageal reflux' );
5456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.82', '', 'Esophageal hemorrhage' );
5457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.83', '', 'Esophageal leukoplakia' );
5458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.84', '', 'Tracheoesophageal fistula' );
5459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.85', '', 'Barrett''s esophagus' );
5460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.86', '', 'Infection of esophagostomy' );
5461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.87', '', 'Mechanical complication of esophagostomy' );
5462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.89', '', 'Other diseases of esophagus' );
5463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '530.9', '', 'Unspecified disorder of esophagus' );
5464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.00', '', 'Acute gastric ulcer with hemorrhage without obstruction' );
5465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.01', '', 'Acute gastric ulcer with hemorrhage with obstruction' );
5466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.10', '', 'Acute gastric ulcer with perforation without obstruction' );
5467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.11', '', 'Acute gastric ulcer with perforation with obstruction' );
5468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.20', '', 'Acute gastric ulcer with hemorrhage and perforation without obstruction' );
5469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.21', '', 'Acute gastric ulcer with hemorrhage and perforation with obstruction' );
5470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.30', '', 'Acute gastric ulcer without hemorrhage or perforation without obstruction' );
5471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.31', '', 'Acute gastric ulcer without hemorrhage or perforation with obstruction' );
5472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.40', '', 'Chronic or unspecified gastric ulcer with hemorrhage without obstruction' );
5473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.41', '', 'Chronic or unspecified gastric ulcer with hemorrhage with obstruction' );
5474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.50', '', 'Chronic or unspecified gastric ulcer with perforation without obstruction' );
5475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.51', '', 'Chronic or unspecified gastric ulcer with perforation with obstruction' );
5476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.60', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation without obstruction' );
5477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.61', '', 'Chronic or unspecified gastric ulcer with hemorrhage and perforation with obstruction' );
5478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.70', '', 'Chronic gastric ulcer without hemorrhage or perforation without obstruction' );
5479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.71', '', 'Chronic gastric ulcer without hemorrhage or perforation with obstruction' );
5480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.90', '', 'Gastric ulcer unspecified as acute or chronic without hemorrhage or perforation without obstruction' );
5481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '531.91', '', 'Gastric ulcer unspecified as acute or chronic without hemorrhage or perforation with obstruction' );
5482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.00', '', 'Acute duodenal ulcer with hemorrhage without obstruction' );
5483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.01', '', 'Acute duodenal ulcer with hemorrhage with obstruction' );
5484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.10', '', 'Acute duodenal ulcer with perforation without obstruction' );
5485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.11', '', 'Acute duodenal ulcer with perforation with obstruction' );
5486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.20', '', 'Acute duodenal ulcer with hemorrhage and perforation without obstruction' );
5487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.21', '', 'Acute duodenal ulcer with hemorrhage and perforation with obstruction' );
5488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.30', '', 'Acute duodenal ulcer without hemorrhage or perforation without obstruction' );
5489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.31', '', 'Acute duodenal ulcer without hemorrhage or perforation with obstruction' );
5490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.40', '', 'Chronic or unspecified duodenal ulcer with hemorrhage without obstruction' );
5491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.41', '', 'Chronic or unspecified duodenal ulcer with hemorrhage with obstruction' );
5492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.50', '', 'Chronic or unspecified duodenal ulcer with perforation without obstruction' );
5493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.51', '', 'Chronic or unspecified duodenal ulcer with perforation with obstruction' );
5494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.60', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation without obstruction' );
5495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.61', '', 'Chronic or unspecified duodenal ulcer with hemorrhage and perforation with obstruction' );
5496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.70', '', 'Chronic duodenal ulcer without hemorrhage or perforation without obstruction' );
5497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.71', '', 'Chronic duodenal ulcer without hemorrhage or perforation with obstruction' );
5498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.90', '', 'Duodenal ulcer unspecified as acute or chronic without hemorrhage or perforation without obstruction' );
5499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '532.91', '', 'Duodenal ulcer unspecified as acute or chronic without hemorrhage or perforation with obstruction' );
5500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.00', '', 'Acute peptic ulcer of unspecified site with hemorrhage without obstruction' );
5501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.01', '', 'Acute peptic ulcer of unspecified site with hemorrhage with obstruction' );
5502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.10', '', 'Acute peptic ulcer of unspecified site with perforation without obstruction' );
5503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.11', '', 'Acute peptic ulcer of unspecified site with perforation with obstruction' );
5504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.20', '', 'Acute peptic ulcer of unspecified site with hemorrhage and perforation without obstruction' );
5505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.21', '', 'Acute peptic ulcer of unspecified site with hemorrhage and perforation with obstruction' );
5506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.30', '', 'Acute peptic ulcer of unspecified site without hemorrhage and perforation without obstruction' );
5507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.31', '', 'Acute peptic ulcer of unspecified site without hemorrhage and perforation with obstruction' );
5508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.40', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage without obstruction' );
5509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.41', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage with obstruction' );
5510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.50', '', 'Chronic or unspecified peptic ulcer of unspecified site with perforation without obstruction' );
5511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.51', '', 'Chronic or unspecified peptic ulcer of unspecified site with perforation with obstruction' );
5512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.60', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage and perforation without obstruction' );
5513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.61', '', 'Chronic or unspecified peptic ulcer of unspecified site with hemorrhage and perforation with obstruction' );
5514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.70', '', 'Chronic peptic ulcer of unspecified site without hemorrhage or perforation without obstruction' );
5515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.71', '', 'Chronic peptic ulcer of unspecified site without hemorrhage or perforation with obstruction' );
5516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.90', '', 'Peptic ulcer of unspecified site unspecified as acute or chronic without hemorrhage or perforation without obstruction' );
5517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '533.91', '', 'Peptic ulcer of unspecified site unspecified as acute or chronic without hemorrhage or perforation with obstruction' );
5518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.00', '', 'Acute gastrojejunal ulcer with hemorrhage without obstruction' );
5519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.01', '', 'Acute gastrojejunal ulcer with hemorrhage with obstruction' );
5520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.10', '', 'Acute gastrojejunal ulcer with perforation without obstruction' );
5521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.11', '', 'Acute gastrojejunal ulcer with perforation with obstruction' );
5522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.20', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation without obstruction' );
5523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.21', '', 'Acute gastrojejunal ulcer with hemorrhage and perforation with obstruction' );
5524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.30', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation without obstruction' );
5525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.31', '', 'Acute gastrojejunal ulcer without hemorrhage or perforation with obstruction' );
5526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.40', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage without obstruction' );
5527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.41', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage with obstruction' );
5528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.50', '', 'Chronic or unspecified gastrojejunal ulcer with perforation without obstruction' );
5529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.51', '', 'Chronic or unspecified gastrojejunal ulcer with perforation with obstruction' );
5530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.60', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation without obstruction' );
5531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.61', '', 'Chronic or unspecified gastrojejunal ulcer with hemorrhage and perforation with obstruction' );
5532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.70', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation without obstruction' );
5533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.71', '', 'Chronic gastrojejunal ulcer without hemorrhage or perforation with obstruction' );
5534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.90', '', 'Gastrojejunal ulcer unspecified as acute or chronic without hemorrhage or perforation without obstruction' );
5535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '534.91', '', 'Gastrojejunal ulcer unspecified as acute or chronic without hemorrhage or perforation with obstruction' );
5536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.00', '', 'Acute gastritis (without hemorrhage)' );
5537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.01', '', 'Acute gastritis with hemorrhage' );
5538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.10', '', 'Atrophic gastritis (without hemorrhage)' );
5539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.11', '', 'Atrophic gastritis with hemorrhage' );
5540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.20', '', 'Gastric mucosal hypertrophy (without hemorrhage)' );
5541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.21', '', 'Gastric mucosal hypertrophy with hemorrhage' );
5542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.30', '', 'Alcoholic gastritis (without hemorrhage)' );
5543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.31', '', 'Alcoholic gastritis with hemorrhage' );
5544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.40', '', 'Other specified gastritis (without hemorrhage)' );
5545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.41', '', 'Other specified gastritis with hemorrhage' );
5546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.50', '', 'Unspecified gastritis and gastroduodenitis (without hemorrhage)' );
5547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.51', '', 'Unspecified gastritis and gastroduodenitis with hemorrhage' );
5548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.60', '', 'Duodenitis (without hemorrhage)' );
5549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.61', '', 'Duodenitis with hemorrhage' );
5550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.70', '', 'Eosinophilic gastritis without mention of hemorrhage' );
5551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '535.71', '', 'Eosinophilic gastritis with hemorrhage' );
5552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.0', '', 'Achlorhydria' );
5553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.1', '', 'Acute dilatation of stomach' );
5554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.2', '', 'Persistent vomiting' );
5555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.3', '', 'Gastroparesis' );
5556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.40', '', 'Gastrostomy complication unspecified' );
5557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.41', '', 'Infection of gastrostomy' );
5558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.42', '', 'Mechanical complication of gastrostomy' );
5559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.49', '', 'Other gastrostomy complications' );
5560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.8', '', 'Dyspepsia and other specified disorders of function of stomach' );
5561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '536.9', '', 'Unspecified functional disorder of stomach' );
5562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.0', '', 'Acquired hypertrophic pyloric stenosis' );
5563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.1', '', 'Gastric diverticulum' );
5564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.2', '', 'Chronic duodenal ileus' );
5565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.3', '', 'Other obstruction of duodenum' );
5566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.4', '', 'Fistula of stomach or duodenum' );
5567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.5', '', 'Gastroptosis' );
5568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.6', '', 'Hourglass stricture or stenosis of stomach' );
5569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.81', '', 'Pylorospasm' );
5570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.82', '', 'Angiodysplasia of stomach and duodenum (without hemorrhage)' );
5571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.83', '', 'Angiodysplasia of stomach and duodenum with hemorrhage' );
5572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.84', '', 'Dieulafoy lesion (hemorrhagic) of stomach and duodenum' );
5573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.89', '', 'Other specified disorders of stomach and duodenum' );
5574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '537.9', '', 'Unspecified disorder of stomach and duodenum' );
5575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '538', '', 'Gastrointestinal mucositis (ulcerative)' );
5576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '540.0', '', 'Acute appendicitis with generalized peritonitis' );
5577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '540.1', '', 'Acute appendicitis with peritoneal abscess' );
5578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '540.9', '', 'Acute appendicitis without peritonitis' );
5579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '541', '', 'Appendicitis unqualified' );
5580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '542', '', 'Other appendicitis' );
5581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '543.0', '', 'Hyperplasia of appendix (lymphoid)' );
5582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '543.9', '', 'Other and unspecified diseases of appendix' );
5583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.00', '', 'Unilateral or unspecified inguinal hernia with gangrene' );
5584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.01', '', 'Recurrent unilateral or unspecified inguinal hernia with gangrene' );
5585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.02', '', 'Bilateral inguinal hernia with gangrene' );
5586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.03', '', 'Recurrent bilateral inguinal hernia with gangrene' );
5587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.10', '', 'Unilateral or unspecified inguinal hernia with obstruction without gangrene' );
5588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.11', '', 'Recurrent unilateral or unspecified inguinal hernia with obstruction without gangrene' );
5589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.12', '', 'Bilateral inguinal hernia with obstruction without gangrene' );
5590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.13', '', 'Recurrent bilateral inguinal hernia with obstruction without gangrene' );
5591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.90', '', 'Unilateral or unspecified inguinal hernia without obstruction or gangrene' );
5592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.91', '', 'Recurrent unilateral or unspecified inguinal hernia without obstruction or gangrene' );
5593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.92', '', 'Bilateral inguinal hernia without obstruction or gangrene' );
5594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '550.93', '', 'Recurrent bilateral inguinal hernia without obstruction or gangrene' );
5595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.00', '', 'Unilateral or unspecified femoral hernia with gangrene' );
5596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.01', '', 'Recurrent unilateral or unspecified femoral hernia with gangrene' );
5597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.02', '', 'Bilateral femoral hernia with gangrene' );
5598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.03', '', 'Recurrent bilateral femoral hernia with gangrene' );
5599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.1', '', 'Umbilical hernia with gangrene' );
5600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.20', '', 'Unspecified ventral hernia with gangrene' );
5601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.21', '', 'Incisional ventral hernia with gangrene' );
5602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.29', '', 'Other ventral hernia with gangrene' );
5603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.3', '', 'Diaphragmatic hernia with gangrene' );
5604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.8', '', 'Hernia of other specified sites with gangrene' );
5605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '551.9', '', 'Hernia of unspecified site with gangrene' );
5606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.00', '', 'Unilateral or unspecified femoral hernia with obstruction' );
5607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.01', '', 'Recurrent unilateral or unspecified femoral hernia with obstruction' );
5608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.02', '', 'Bilateral femoral hernia with obstruction' );
5609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.03', '', 'Recurrent bilateral femoral hernia with obstruction' );
5610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.1', '', 'Umbilical hernia with obstruction' );
5611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.20', '', 'Unspecified ventral hernia with obstruction' );
5612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.21', '', 'Incisional hernia with obstruction' );
5613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.29', '', 'Other ventral hernia with obstruction' );
5614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.3', '', 'Diaphragmatic hernia with obstruction' );
5615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.8', '', 'Hernia of other specified sites with obstruction' );
5616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '552.9', '', 'Hernia of unspecified site with obstruction' );
5617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.00', '', 'Unilateral or unspecified femoral hernia without obstruction of gangrene' );
5618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.01', '', 'Recurrent unilateral or unspecified femoral hernia without obstruction or gangrene' );
5619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.02', '', 'Bilateral femoral hernia without obstruction or gangrene' );
5620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.03', '', 'Recurrent bilateral femoral hernia without obstruction or gangrene' );
5621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.1', '', 'Umbilical hernia without obstruction or gangrene' );
5622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.20', '', 'Unspecified ventral hernia without obstruction or gangrene' );
5623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.21', '', 'Incisional hernia without obstruction or gangrene' );
5624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.29', '', 'Other ventral hernia without obstruction or gangrene' );
5625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.3', '', 'Diaphragmatic hernia without obstruction or gangrene' );
5626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.8', '', 'Hernia of other specified sites without obstruction or gangrene' );
5627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '553.9', '', 'Hernia of unspecified site without obstruction or gangrene' );
5628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '555.0', '', 'Regional enteritis of small intestine' );
5629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '555.1', '', 'Regional enteritis of large intestine' );
5630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '555.2', '', 'Regional enteritis of small intestine with large intestine' );
5631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '555.9', '', 'Regional enteritis of unspecified site' );
5632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.0', '', 'Ulcerative (chronic) enterocolitis' );
5633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.1', '', 'Ulcerative (chronic) ileocolitis' );
5634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.2', '', 'Ulcerative (chronic) proctitis' );
5635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.3', '', 'Ulcerative (chronic) proctosigmoiditis' );
5636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.4', '', 'Pseudopolyposis of colon' );
5637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.5', '', 'Left-sided ulcerative (chronic) colitis' );
5638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.6', '', 'Universal ulcerative (chronic) colitis' );
5639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.8', '', 'Other ulcerative colitis' );
5640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '556.9', '', 'Ulcerative colitis unspecified' );
5641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '557.0', '', 'Acute vascular insufficiency of intestine' );
5642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '557.1', '', 'Chronic vascular insufficiency of intestine' );
5643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '557.9', '', 'Unspecified vascular insufficiency of intestine' );
5644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.1', '', 'Gastroenteritis and colitis due to radiation' );
5645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.2', '', 'Toxic gastroenteritis and colitis' );
5646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.3', '', 'Allergic gastroenteritis and colitis' );
5647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.41', '', 'Eosinophilic gastroenteritis' );
5648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.42', '', 'Eosinophilic colitis' );
5649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '558.9', '', 'Other and unspecified noninfectious gastroenteritis and colitis' );
5650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.0', '', 'Intussusception' );
5651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.1', '', 'Paralytic ileus' );
5652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.2', '', 'Volvulus' );
5653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.30', '', 'Impaction of intestine unspecified' );
5654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.31', '', 'Gallstone ileus' );
5655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.39', '', 'Other impaction of intestine' );
5656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.81', '', 'Intestinal or peritoneal adhesions with obstruction (postoperative) (postinfection)' );
5657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.89', '', 'Other specified intestinal obstruction' );
5658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '560.9', '', 'Unspecified intestinal obstruction' );
5659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.00', '', 'Diverticulosis of small intestine (without hemorrhage)' );
5660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.01', '', 'Diverticulitis of small intestine (without hemorrhage)' );
5661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.02', '', 'Diverticulosis of small intestine with hemorrhage' );
5662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.03', '', 'Diverticulitis of small intestine with hemorrhage' );
5663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.10', '', 'Diverticulosis of colon (without hemorrhage)' );
5664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.11', '', 'Diverticulitis of colon (without hemorrhage)' );
5665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.12', '', 'Diverticulosis of colon with hemorrhage' );
5666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '562.13', '', 'Diverticulitis of colon with hemorrhage' );
5667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.00', '', 'Unspecified constipation' );
5668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.01', '', 'Slow transit constipation' );
5669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.02', '', 'Outlet dysfunction constipation' );
5670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.09', '', 'Other constipation' );
5671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.1', '', 'Irritable bowel syndrome' );
5672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.2', '', 'Postgastric surgery syndromes' );
5673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.3', '', 'Vomiting following gastrointestinal surgery' );
5674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.4', '', 'Other postoperative functional disorders' );
5675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.5', '', 'Functional diarrhea' );
5676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.6', '', 'Anal spasm' );
5677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.7', '', 'Megacolon other than hirschsprung''s' );
5678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.81', '', 'Neurogenic bowel' );
5679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.89', '', 'Other functional disorders of intestine' );
5680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '564.9', '', 'Unspecified functional disorder of intestine' );
5681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '565.0', '', 'Anal fissure' );
5682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '565.1', '', 'Anal fistula' );
5683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '566', '', 'Abscess of anal and rectal regions' );
5684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.0', '', 'Peritonitis in infectious diseases classified elsewhere' );
5685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.1', '', 'Pneumococcal peritonitis' );
5686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.21', '', 'Peritonitis (acute) generalized' );
5687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.22', '', 'Peritoneal abscess' );
5688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.23', '', 'Spontaneous bacterial peritonitis' );
5689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.29', '', 'Other suppurative peritonitis' );
5690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.31', '', 'Psoas muscle abscess' );
5691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.38', '', 'Other retroperitoneal abscess' );
5692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.39', '', 'Other retroperitoneal infections' );
5693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.81', '', 'Choleperitonitis' );
5694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.82', '', 'Sclerosing meserteritis' );
5695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.89', '', 'Other specified peritonitis' );
5696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '567.9', '', 'Unspecified peritonitis' );
5697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '568.0', '', 'Peritoneal adhesions (postoperative) (postinfection)' );
5698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '568.81', '', 'Hemoperitoneum (nontraumatic)' );
5699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '568.82', '', 'Peritoneal effusion (chronic)' );
5700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '568.89', '', 'Other specified disorders of peritoneum' );
5701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '568.9', '', 'Unspecified disorder of peritoneum' );
5702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.0', '', 'Anal and rectal polyp' );
5703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.1', '', 'Rectal prolapse' );
5704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.2', '', 'Stenosis of rectum and anus' );
5705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.3', '', 'Hemorrhage of rectum and anus' );
5706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.41', '', 'Ulcer of anus and rectum' );
5707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.42', '', 'Anal or rectal pain' );
5708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.43', '', 'Anal sphincter tear (healed)(old)' );
5709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.44', '', 'Dysplasia of anus' );
5710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.49', '', 'Other specified disorders of rectum and anus' );
5711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.5', '', 'Abscess of intestine' );
5712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.60', '', 'Colostomy and enterostomy complication unspecified' );
5713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.61', '', 'Infection of colostomy or enterostomy' );
5714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.62', '', 'Mechanical complication of colostomy and enterostomy' );
5715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.69', '', 'Other colostomy and enterostomy complication' );
5716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.71', '', 'Pouchitis' );
5717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.79', '', 'Other complications of intestinal pouch' );
5718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.81', '', 'Fistula of intestine excluding rectum and anus' );
5719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.82', '', 'Ulceration of intestine' );
5720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.83', '', 'Perforation of intestine' );
5721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.84', '', 'Angiodysplasia of intestine (without hemorrhage)' );
5722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.85', '', 'Angiodysplasia of intestine with hemorrhage' );
5723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.86', '', 'Dieulafoy lesion (hemorrhagic) of intestine' );
5724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.87', '', 'Vomiting of fecal matter' );
5725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.89', '', 'Other specified disorders of intestines' );
5726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '569.9', '', 'Unspecified disorder of intestine' );
5727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '570', '', 'Acute and subacute necrosis of liver' );
5728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.0', '', 'Alcoholic fatty liver' );
5729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.1', '', 'Acute alcoholic hepatitis' );
5730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.2', '', 'Alcoholic cirrhosis of liver' );
5731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.3', '', 'Alcoholic liver damage unspecified' );
5732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.40', '', 'Chronic hepatitis unspecified' );
5733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.41', '', 'Chronic persistent hepatitis' );
5734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.42', '', 'Autoimmune hepatitis' );
5735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.49', '', 'Other chronic hepatitis' );
5736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.5', '', 'Cirrhosis of liver without alcohol' );
5737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.6', '', 'Biliary cirrhosis' );
5738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.8', '', 'Other chronic nonalcoholic liver disease' );
5739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '571.9', '', 'Unspecified chronic liver disease without alcohol' );
5740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.0', '', 'Abscess of liver' );
5741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.1', '', 'Portal pyemia' );
5742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.2', '', 'Hepatic encephalopathy' );
5743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.3', '', 'Portal hypertension' );
5744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.4', '', 'Hepatorenal syndrome' );
5745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '572.8', '', 'Other sequelae of chronic liver disease' );
5746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.0', '', 'Chronic passive congestion of liver' );
5747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.1', '', 'Hepatitis in viral diseases classified elsewhere' );
5748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.2', '', 'Hepatitis in other infectious diseases classified elsewhere' );
5749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.3', '', 'Hepatitis unspecified' );
5750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.4', '', 'Hepatic infarction' );
5751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.8', '', 'Other specified disorders of liver' );
5752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '573.9', '', 'Unspecified disorder of liver' );
5753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.00', '', 'Calculus of gallbladder with acute cholecystitis without obstruction' );
5754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.01', '', 'Calculus of gallbladder with acute cholecystitis with obstruction' );
5755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.10', '', 'Calculus of gallbladder with other cholecystitis without obstruction' );
5756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.11', '', 'Calculus of gallbladder with other cholecystitis with obstruction' );
5757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.20', '', 'Calculus of gallbladder without cholecystitis without obstruction' );
5758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.21', '', 'Calculus of gallbladder without cholecystitis with obstruction' );
5759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.30', '', 'Calculus of bile duct with acute cholecystitis without obstruction' );
5760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.31', '', 'Calculus of bile duct with acute cholecystitis with obstruction' );
5761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.40', '', 'Calculus of bile duct with other cholecystitis without obstruction' );
5762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.41', '', 'Calculus of bile duct with other cholecystitis with obstruction' );
5763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.50', '', 'Calculus of bile duct without cholecystitis without obstruction' );
5764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.51', '', 'Calculus of bile duct without cholecystitis with obstruction' );
5765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.60', '', 'Calculus of gallbladder and bile duct with acute cholecystitis without obstruction' );
5766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.61', '', 'Calculus of gallbladder and bile duct with acute cholecystitis with obstruction' );
5767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.70', '', 'Calculus of gallbladder and bile duct with other cholecystitis without obstruction' );
5768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.71', '', 'Calculus of gallbladder and bile duct with other cholecystitis with obstruction' );
5769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.80', '', 'Calculus of gallbladder and bile duct with acute and chronic cholecystitis without obstruction' );
5770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.81', '', 'Calculus of gallbladder and bile duct with acute and chronic cholecystitis with obstruction' );
5771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.90', '', 'Calculus of gallbladder and bile duct without cholecystitis without obstruction' );
5772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '574.91', '', 'Calculus of gallbladder and bile duct without cholecystitis with obstruction' );
5773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.0', '', 'Acute cholecystitis' );
5774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.10', '', 'Cholecystitis unspecified' );
5775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.11', '', 'Chronic cholecystitis' );
5776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.12', '', 'Acute and chronic cholecystitis' );
5777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.2', '', 'Obstruction of gallbladder' );
5778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.3', '', 'Hydrops of gallbladder' );
5779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.4', '', 'Perforation of gallbladder' );
5780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.5', '', 'Fistula of gallbladder' );
5781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.6', '', 'Cholesterolosis of gallbladder' );
5782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.8', '', 'Other specified disorders of gallbladder' );
5783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '575.9', '', 'Unspecified disorder of gallbladder' );
5784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.0', '', 'Postcholecystectomy syndrome' );
5785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.1', '', 'Cholangitis' );
5786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.2', '', 'Obstruction of bile duct' );
5787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.3', '', 'Perforation of bile duct' );
5788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.4', '', 'Fistula of bile duct' );
5789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.5', '', 'Spasm of sphincter of oddi' );
5790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.8', '', 'Other specified disorders of biliary tract' );
5791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '576.9', '', 'Unspecified disorder of biliary tract' );
5792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '577.0', '', 'Acute pancreatitis' );
5793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '577.1', '', 'Chronic pancreatitis' );
5794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '577.2', '', 'Cyst and pseudocyst of pancreas' );
5795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '577.8', '', 'Other specified diseases of pancreas' );
5796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '577.9', '', 'Unspecified disease of pancreas' );
5797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '578.0', '', 'Hematemesis' );
5798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '578.1', '', 'Blood in stool' );
5799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '578.9', '', 'Hemorrhage of gastrointestinal tract unspecified' );
5800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.0', '', 'Celiac disease' );
5801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.1', '', 'Tropical sprue' );
5802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.2', '', 'Blind loop syndrome' );
5803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.3', '', 'Other and unspecified postsurgical nonabsorption' );
5804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.4', '', 'Pancreatic steatorrhea' );
5805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.8', '', 'Other specified intestinal malabsorption' );
5806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '579.9', '', 'Unspecified intestinal malabsorption' );
5807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '580.0', '', 'Acute glomerulonephritis with lesion of proliferative glomerulonephritis' );
5808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '580.4', '', 'Acute glomerulonephritis with lesion of rapidly progressive glomerulonephritis' );
5809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '580.81', '', 'Acute glomerulonephritis in diseases classified elsewhere' );
5810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '580.89', '', 'Acute glomerulonephritis with other specified pathological lesion in kidney' );
5811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '580.9', '', 'Acute glomerulonephritis with unspecified pathological lesion in kidney' );
5812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.0', '', 'Nephrotic syndrome with lesion of proliferative glomerulonephritis' );
5813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.1', '', 'Nephrotic syndrome with lesion of membranous glomerulonephritis' );
5814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.2', '', 'Nephrotic syndrome with lesion of membranoproliferative glomerulonephritis' );
5815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.3', '', 'Nephrotic syndrome with lesion of minimal change glomerulonephritis' );
5816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.81', '', 'Nephrotic syndrome in diseases classified elsewhere' );
5817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.89', '', 'Other nephrotic syndrome with specified pathological lesion in kidney' );
5818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '581.9', '', 'Nephrotic syndrome with unspecified pathological lesion in kidney' );
5819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.0', '', 'Chronic glomerulonephritis with lesion of proliferative glomerulonephritis' );
5820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.1', '', 'Chronic glomerulonephritis with lesion of membranous glomerulonephritis' );
5821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.2', '', 'Chronic glomerulonephritis with lesion of membranoproliferative glomerulonephritis' );
5822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.4', '', 'Chronic glomerulonephritis with lesion of rapidly progressive glomerulonephritis' );
5823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.81', '', 'Chronic glomerulonephritis in diseases classified elsewhere' );
5824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.89', '', 'Other chronic glomerulonephritis with specified pathological lesion in kidney' );
5825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '582.9', '', 'Chronic glomerulonephritis with unspecified pathological lesion in kidney' );
5826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.0', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of proliferative glomerulonephritis' );
5827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.1', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of membranous glomerulonephritis' );
5828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.2', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of membranoproliferative glomerulonephritis' );
5829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.4', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of rapidly progressive glomerulonephritis' );
5830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.6', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of renal cortical necrosis' );
5831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.7', '', 'Nephritis and nephropathy not specified as acute or chronic with lesion of renal medullary necrosis' );
5832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.81', '', 'Nephritis and nephropathy not specified as acute or chronic in diseases classified elsewhere' );
5833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.89', '', 'Other nephritis and nephropathy not specified as acute or chronic with specified pathological lesion in kidney' );
5834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '583.9', '', 'Nephritis and nephropathy not specified as acute or chronic with unspecified pathological lesion in kidney' );
5835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '584.5', '', 'Acute kidney failure with lesion of tubular necrosis' );
5836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '584.6', '', 'Acute kidney failure with lesion of renal cortical necrosis' );
5837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '584.7', '', 'Acute kidney failure with lesion of medullary [papillary] necrosis' );
5838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '584.8', '', 'Acute kidney failure with other specified pathological lesion in kidney' );
5839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '584.9', '', 'Acute kidney failure, unspecified' );
5840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.1', '', 'Chronic kidney disease, stage i' );
5841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.2', '', 'Chronic kidney disease, stage ii (mild)' );
5842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.3', '', 'Chronic kidney disease, stage iii (moderate)' );
5843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.4', '', 'Chronic kidney disease, stage iv (severe)' );
5844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.5', '', 'Chronic kidney disease, stage v' );
5845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.6', '', 'End stage renal disease' );
5846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '585.9', '', 'Chronic kidney disease, unspecified' );
5847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '586', '', 'Renal failure unspecified' );
5848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '587', '', 'Renal sclerosis unspecified' );
5849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '588.0', '', 'Renal osteodystrophy' );
5850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '588.1', '', 'Nephrogenic diabetes insipidus' );
5851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '588.81', '', 'Secondary hyperparathyroidism (of renal origin)' );
5852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '588.89', '', 'Other specified disorders resulting from impaired renal function' );
5853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '588.9', '', 'Unspecified disorder resulting from impaired renal function' );
5854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '589.0', '', 'Unilateral small kidney' );
5855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '589.1', '', 'Bilateral small kidneys' );
5856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '589.9', '', 'Small kidney unspecified' );
5857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.00', '', 'Chronic pyelonephritis without lesion of renal medullary necrosis' );
5858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.01', '', 'Chronic pyelonephritis with lesion of renal medullary necrosis' );
5859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.10', '', 'Acute pyelonephritis without lesion of renal medullary necrosis' );
5860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.11', '', 'Acute pyelonephritis with lesion of renal medullary necrosis' );
5861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.2', '', 'Renal and perinephric abscess' );
5862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.3', '', 'Pyeloureteritis cystica' );
5863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.80', '', 'Pyelonephritis unspecified' );
5864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.81', '', 'Pyelitis or pyelonephritis in diseases classified elsewhere' );
5865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '590.9', '', 'Infection of kidney unspecified' );
5866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '591', '', 'Hydronephrosis' );
5867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '592.0', '', 'Calculus of kidney' );
5868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '592.1', '', 'Calculus of ureter' );
5869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '592.9', '', 'Urinary calculus unspecified' );
5870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.0', '', 'Nephroptosis' );
5871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.1', '', 'Hypertrophy of kidney' );
5872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.2', '', 'Cyst of kidney acquired' );
5873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.3', '', 'Stricture or kinking of ureter' );
5874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.4', '', 'Other ureteric obstruction' );
5875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.5', '', 'Hydroureter' );
5876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.6', '', 'Postural proteinuria' );
5877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.70', '', 'Vesicoureteral reflux unspecified or without reflux nephropathy' );
5878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.71', '', 'Vesicoureteral reflux with reflux nephropathy unilateral' );
5879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.72', '', 'Vesicoureteral reflux with reflux nephropathy bilateral' );
5880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.73', '', 'Other vesicoureteral reflux with reflux nephropathy nos' );
5881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.81', '', 'Vascular disorders of kidney' );
5882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.82', '', 'Ureteral fistula' );
5883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.89', '', 'Other specified disorders of kidney and ureter' );
5884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '593.9', '', 'Unspecified disorder of kidney and ureter' );
5885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '594.0', '', 'Calculus in diverticulum of bladder' );
5886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '594.1', '', 'Other calculus in bladder' );
5887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '594.2', '', 'Calculus in urethra' );
5888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '594.8', '', 'Other lower urinary tract calculus' );
5889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '594.9', '', 'Calculus of lower urinary tract unspecified' );
5890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.0', '', 'Acute cystitis' );
5891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.1', '', 'Chronic interstitial cystitis' );
5892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.2', '', 'Other chronic cystitis' );
5893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.3', '', 'Trigonitis' );
5894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.4', '', 'Cystitis in diseases classified elsewhere' );
5895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.81', '', 'Cystitis cystica' );
5896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.82', '', 'Irradiation cystitis' );
5897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.89', '', 'Other specified types of cystitis' );
5898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '595.9', '', 'Cystitis unspecified' );
5899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.0', '', 'Bladder neck obstruction' );
5900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.1', '', 'Intestinovesical fistula' );
5901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.2', '', 'Vesical fistula not elsewhere classified' );
5902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.3', '', 'Diverticulum of bladder' );
5903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.4', '', 'Atony of bladder' );
5904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.51', '', 'Hypertonicity of bladder' );
5905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.52', '', 'Low bladder compliance' );
5906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.53', '', 'Paralysis of bladder' );
5907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.54', '', 'Neurogenic bladder nos' );
5908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.55', '', 'Detrusor sphincter dyssynergia' );
5909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.59', '', 'Other functional disorder of bladder' );
5910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.6', '', 'Rupture of bladder nontraumatic' );
5911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.7', '', 'Hemorrhage into bladder wall' );
5912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.8', '', 'Other specified disorders of bladder' );
5913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '596.9', '', 'Unspecified disorder of bladder' );
5914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '597.0', '', 'Urethral abscess' );
5915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '597.80', '', 'Urethritis unspecified' );
5916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '597.81', '', 'Urethral syndrome nos' );
5917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '597.89', '', 'Other urethritis' );
5918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.00', '', 'Urethral structure due to unspecified infection' );
5919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.01', '', 'Urethral structure due to infective diseases classified elsewhere' );
5920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.1', '', 'Traumatic urethral stricture' );
5921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.2', '', 'Postoperative urethral stricture' );
5922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.8', '', 'Other specified causes of urethral stricture' );
5923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '598.9', '', 'Urethral stricture unspecified' );
5924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.0', '', 'Urinary tract infection site not specified' );
5925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.1', '', 'Urethral fistula' );
5926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.2', '', 'Urethral diverticulum' );
5927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.3', '', 'Urethral caruncle' );
5928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.4', '', 'Urethral false passage' );
5929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.5', '', 'Prolapsed urethral mucosa' );
5930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.60', '', 'Urinary obstruction, unspecified' );
5931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.69', '', 'Urinary obstruction, not elsewhere classified' );
5932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.70', '', 'Hematuria, unspecified' );
5933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.71', '', 'Gross hematuria' );
5934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.72', '', 'Microscopic hematuria' );
5935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.81', '', 'Urethral hypermobility' );
5936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.82', '', 'Intrinsic (urethral) sphincter deficiency [isd]' );
5937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.83', '', 'Urethral instability' );
5938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.84', '', 'Other specified disorders of urethra' );
5939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.89', '', 'Other specified disorders of urinary tract' );
5940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '599.9', '', 'Unspecified disorder of urethra and urinary tract' );
5941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.00', '', 'Hypertrophy (benign) of prostate without urinary obstruction' );
5942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.01', '', 'Hypertrophy (benign) of prostate with urinary obstruction' );
5943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.10', '', 'Nodular prostate without urinary obstruction' );
5944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.11', '', 'Nodular prostate with urinary obstruction' );
5945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.20', '', 'Benign localized hyperplasia of prostate without urinary obstruction' );
5946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.21', '', 'Benign localized hyperplasia of prostate with urinary obstruction' );
5947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.3', '', 'Cyst of prostate' );
5948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.90', '', 'Hyperplasia of prostate unspecified without urinary obstruction' );
5949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '600.91', '', 'Hyperplasia of prostate unspecified with urinary obstruction' );
5950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.0', '', 'Acute prostatitis' );
5951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.1', '', 'Chronic prostatitis' );
5952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.2', '', 'Abscess of prostate' );
5953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.3', '', 'Prostatocystitis' );
5954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.4', '', 'Prostatitis in diseases classified elsewhere' );
5955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.8', '', 'Other specified inflammatory diseases of prostate' );
5956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '601.9', '', 'Prostatitis unspecified' );
5957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.0', '', 'Calculus of prostate' );
5958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.1', '', 'Congestion or hemorrhage of prostate' );
5959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.2', '', 'Atrophy of prostate' );
5960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.3', '', 'Dysplasia of prostate' );
5961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.8', '', 'Other specified disorders of prostate' );
5962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '602.9', '', 'Unspecified disorder of prostate' );
5963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '603.0', '', 'Encysted hydrocele' );
5964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '603.1', '', 'Infected hydrocele' );
5965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '603.8', '', 'Other specified types of hydrocele' );
5966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '603.9', '', 'Hydrocele unspecified' );
5967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '604.0', '', 'Orchitis epididymitis and epididymo-orchitis with abscess' );
5968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '604.90', '', 'Orchitis and epididymitis unspecified' );
5969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '604.91', '', 'Orchitis and epididymitis in diseases classified elsewhere' );
5970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '604.99', '', 'Other orchitis epididymitis and epididymo-orchitis without abscess' );
5971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '605', '', 'Redundant prepuce and phimosis' );
5972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '606.0', '', 'Azoospermia' );
5973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '606.1', '', 'Oligospermia' );
5974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '606.8', '', 'Infertility due to extratesticular causes' );
5975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '606.9', '', 'Male infertility unspecified' );
5976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.0', '', 'Leukoplakia of penis' );
5977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.1', '', 'Balanoposthitis' );
5978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.2', '', 'Other inflammatory disorders of penis' );
5979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.3', '', 'Priapism' );
5980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.81', '', 'Balanitis xerotica obliterans' );
5981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.82', '', 'Vascular disorders of penis' );
5982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.83', '', 'Edema of penis' );
5983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.84', '', 'Impotence of organic origin' );
5984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.85', '', 'Peyronie''s disease' );
5985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.89', '', 'Other specified disorders of penis' );
5986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '607.9', '', 'Unspecified disorder of penis' );
5987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.0', '', 'Seminal vesiculitis' );
5988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.1', '', 'Spermatocele' );
5989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.20', '', 'Torsion of testis, unspecified' );
5990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.21', '', 'Extravaginal torsion of spermatic cord' );
5991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.22', '', 'Intravaginal torsion of spermatic cord d7059' );
5992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.23', '', 'Torsion of appendix testis' );
5993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.24', '', 'Torsion of appendix epididymis' );
5994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.3', '', 'Atrophy of testis' );
5995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.4', '', 'Other inflammatory disorders of male genital organs' );
5996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.81', '', 'Disorders of male genital organs in diseases classified elsewhere' );
5997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.82', '', 'Hematospermia' );
5998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.83', '', 'Vascular disorders of male genital organs' );
5999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.84', '', 'Chylocele of tunica vaginalis' );
6000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.85', '', 'Stricture of male genital organs' );
6001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.86', '', 'Edema of male genital organs' );
6002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.87', '', 'Retrograde ejaculation' );
6003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.89', '', 'Other specified disorders of male genital organs' );
6004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '608.9', '', 'Unspecified disorder of male genital organs' );
6005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.0', '', 'Solitary cyst of breast' );
6006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.1', '', 'Diffuse cystic mastopathy' );
6007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.2', '', 'Fibroadenosis of breast' );
6008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.3', '', 'Fibrosclerosis of breast' );
6009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.4', '', 'Mammary duct ectasia' );
6010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.8', '', 'Other specified benign mammary dysplasias' );
6011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '610.9', '', 'Benign mammary dysplasia unspecified' );
6012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.0', '', 'Inflammatory disease of breast' );
6013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.1', '', 'Hypertrophy of breast' );
6014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.2', '', 'Fissure of nipple' );
6015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.3', '', 'Fat necrosis of breast' );
6016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.4', '', 'Atrophy of breast' );
6017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.5', '', 'Galactocele' );
6018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.6', '', 'Galactorrhea not associated with childbirth' );
6019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.71', '', 'Mastodynia' );
6020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.72', '', 'Lump or mass in breast' );
6021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.79', '', 'Other signs and symptoms in breast' );
6022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.81', '', 'Ptosis of breast' );
6023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.82', '', 'Hypoplasia of breast' );
6024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.83', '', 'Capsular contracture of breast implant' );
6025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.89', '', 'Other specified disorders of breast' );
6026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '611.9', '', 'Unspecified breast disorder' );
6027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '612.0', '', 'Deformity of reconstructed breast' );
6028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '612.1', '', 'Disproportion of reconstructed breast' );
6029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.0', '', 'Acute salpingitis and oophoritis' );
6030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.1', '', 'Chronic salpingitis and oophoritis' );
6031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.2', '', 'Salpingitis and oophoritis not specified as acute subacute or chronic' );
6032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.3', '', 'Acute parametritis and pelvic cellulitis' );
6033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.4', '', 'Chronic or unspecified parametritis and pelvic cellulitis' );
6034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.5', '', 'Acute or unspecified pelvic peritonitis female' );
6035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.6', '', 'Pelvic peritoneal adhesions female (postoperative) (postinfection)' );
6036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.7', '', 'Other chronic pelvic peritonitis female' );
6037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.8', '', 'Other specified inflammatory disease of female pelvic organs and tissues' );
6038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '614.9', '', 'Unspecified inflammatory disease of female pelvic organs and tissues' );
6039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '615.0', '', 'Acute inflammatory diseases of uterus except cervix' );
6040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '615.1', '', 'Chronic inflammatory diseases of uterus except cervix' );
6041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '615.9', '', 'Unspecified inflammatory disease of uterus' );
6042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.0', '', 'Cervicitis and endocervicitis' );
6043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.10', '', 'Vaginitis and vulvovaginitis unspecified' );
6044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.11', '', 'Vaginitis and vulvovaginitis in diseases classified elsewhere' );
6045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.2', '', 'Cyst of bartholin''s gland' );
6046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.3', '', 'Abscess of bartholin''s gland' );
6047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.4', '', 'Other abscess of vulva' );
6048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.50', '', 'Ulceration of vulva unspecified' );
6049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.51', '', 'Ulceration of vulva in diseases classified elsewhere' );
6050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.81', '', 'Mucositis (ulcerative) of cervix, vagina, and vulva' );
6051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.89', '', 'Other inflammatory disease of cervix, vagina and vulva' );
6052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '616.9', '', 'Unspecified inflammatory disease of cervix vagina and vulva' );
6053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.0', '', 'Endometriosis of uterus' );
6054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.1', '', 'Endometriosis of ovary' );
6055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.2', '', 'Endometriosis of fallopian tube' );
6056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.3', '', 'Endometriosis of pelvic peritoneum' );
6057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.4', '', 'Endometriosis of rectovaginal septum and vagina' );
6058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.5', '', 'Endometriosis of intestine' );
6059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.6', '', 'Endometriosis in scar of skin' );
6060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.8', '', 'Endometriosis of other specified sites' );
6061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '617.9', '', 'Endometriosis site unspecified' );
6062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.00', '', 'Unspecified prolapse of vaginal walls' );
6063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.01', '', 'Cystocele, midline' );
6064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.02', '', 'Cystocele, lateral' );
6065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.03', '', 'Urethrocele' );
6066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.04', '', 'Rectocele' );
6067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.05', '', 'Perineocele' );
6068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.09', '', 'Other prolapse of vaginal walls without mention of uterine prolapse' );
6069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.1', '', 'Uterine prolapse without vaginal wall prolapse' );
6070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.2', '', 'Uterovaginal prolapse incomplete' );
6071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.3', '', 'Uterovaginal prolapse complete' );
6072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.4', '', 'Uterovaginal prolapse unspecified' );
6073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.5', '', 'Prolapse of vaginal vault after hysterectomy' );
6074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.6', '', 'Vaginal enterocele congenital or acquired' );
6075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.7', '', 'Old laceration of muscles of pelvic floor' );
6076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.81', '', 'Incompetence or weakening of pubocervical tissue' );
6077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.82', '', 'Incompetence or weakening of rectovaginal tissue' );
6078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.83', '', 'Pelvic muscle wasting' );
6079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.84', '', 'Cervical stump prolapse' );
6080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.89', '', 'Other specified genital prolapse' );
6081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '618.9', '', 'Unspecified genital prolapse' );
6082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '619.0', '', 'Urinary-genital tract fistula female' );
6083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '619.1', '', 'Digestive-genital tract fistula female' );
6084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '619.2', '', 'Genital tract-skin fistula female' );
6085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '619.8', '', 'Other specified fistulas involving female genital tract' );
6086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '619.9', '', 'Unspecified fistula involving female genital tract' );
6087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.0', '', 'Follicular cyst of ovary' );
6088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.1', '', 'Corpus luteum cyst or hematoma' );
6089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.2', '', 'Other and unspecified ovarian cyst' );
6090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.3', '', 'Acquired atrophy of ovary and fallopian tube' );
6091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.4', '', 'Prolapse or hernia of ovary and fallopian tube' );
6092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.5', '', 'Torsion of ovary ovarian pedicle or fallopian tube' );
6093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.6', '', 'Broad ligament laceration syndrome' );
6094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.7', '', 'Hematoma of broad ligament' );
6095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.8', '', 'Other noninflammatory disorders of ovary fallopian tube and broad ligament' );
6096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '620.9', '', 'Unspecified noninflammatory disorder of ovary fallopian tube and broad ligament' );
6097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.0', '', 'Polyp of corpus uteri' );
6098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.1', '', 'Chronic subinvolution of uterus' );
6099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.2', '', 'Hypertrophy of uterus' );
6100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.30', '', 'Endometrial hyperplasia, unspecified' );
6101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.31', '', 'Simple endometrial hyperplasia without atypia' );
6102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.32', '', 'Complex endometrial hyperplasia without atypia' );
6103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.33', '', 'Endometrial hyperplasia with atypia' );
6104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.34', '', 'Benign endometrial hyperplasia' );
6105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.35', '', 'Endometrial intraepithelial neoplasia [ein]' );
6106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.4', '', 'Hematometra' );
6107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.5', '', 'Intrauterine synechiae' );
6108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.6', '', 'Malposition of uterus' );
6109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.7', '', 'Chronic inversion of uterus' );
6110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.8', '', 'Other specified disorders of uterus not elsewhere classified' );
6111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '621.9', '', 'Unspecified disorder of uterus' );
6112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.0', '', 'Erosion and ectropion of cervix' );
6113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.10', '', 'Dysplasia of cervix, unspecified' );
6114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.11', '', 'Mild dysplasia of cervix' );
6115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.12', '', 'Moderate dysplasia of cervix' );
6116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.2', '', 'Leukoplakia of cervix (uteri)' );
6117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.3', '', 'Old laceration of cervix' );
6118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.4', '', 'Stricture and stenosis of cervix' );
6119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.5', '', 'Incompetence of cervix' );
6120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.6', '', 'Hypertrophic elongation of cervix' );
6121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.7', '', 'Mucous polyp of cervix' );
6122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.8', '', 'Other specified noninflammatory disorders of cervix' );
6123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '622.9', '', 'Unspecified noninflammatory disorder of cervix' );
6124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.0', '', 'Dysplasia of vagina' );
6125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.1', '', 'Leukoplakia of vagina' );
6126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.2', '', 'Stricture or atresia of vagina' );
6127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.3', '', 'Tight hymenal ring' );
6128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.4', '', 'Old vaginal laceration' );
6129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.5', '', 'Leukorrhea not specified as infective' );
6130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.6', '', 'Vaginal hematoma' );
6131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.7', '', 'Polyp of vagina' );
6132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.8', '', 'Other specified noninflammatory disorders of vagina' );
6133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '623.9', '', 'Unspecified noninflammatory disorder of vagina' );
6134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.01', '', 'Vulvar intraepithelial neoplasia i [vin i]' );
6135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.02', '', 'Vulvar intraepithelial neoplasia ii [vin ii]' );
6136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.09', '', 'Other dystrophy of vulva' );
6137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.1', '', 'Atrophy of vulva' );
6138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.2', '', 'Hypertrophy of clitoris' );
6139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.3', '', 'Hypertrophy of labia' );
6140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.4', '', 'Old laceration or scarring of vulva' );
6141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.5', '', 'Hematoma of vulva' );
6142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.6', '', 'Polyp of labia and vulva' );
6143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.8', '', 'Other specified noninflammatory disorders of vulva and perineum' );
6144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '624.9', '', 'Unspecified noninflammatory disorder of vulva and perineum' );
6145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.0', '', 'Dyspareunia' );
6146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.1', '', 'Vaginismus' );
6147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.2', '', 'Mittelschmerz' );
6148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.3', '', 'Dysmenorrhea' );
6149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.4', '', 'Premenstrual tension syndromes' );
6150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.5', '', 'Pelvic congestion syndrome' );
6151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.6', '', 'Stress incontinence female' );
6152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.70', '', 'Vulvodynia, unspecified' );
6153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.71', '', 'Vulvar vestibulitis' );
6154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.79', '', 'Other vulvodynia' );
6155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.8', '', 'Other specified symptoms associated with female genital organs' );
6156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '625.9', '', 'Unspecified symptom associated with female genital organs' );
6157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.0', '', 'Absence of menstruation' );
6158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.1', '', 'Scanty or infrequent menstruation' );
6159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.2', '', 'Excessive or frequent menstruation' );
6160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.3', '', 'Puberty bleeding' );
6161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.4', '', 'Irregular menstrual cycle' );
6162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.5', '', 'Ovulation bleeding' );
6163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.6', '', 'Metrorrhagia' );
6164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.7', '', 'Postcoital bleeding' );
6165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.8', '', 'Other disorders of menstruation and other abnormal bleeding from female genital tract' );
6166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '626.9', '', 'Unspecified disorders of menstruation and other abnormal bleeding from female genital tract' );
6167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.0', '', 'Premenopausal menorrhagia' );
6168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.1', '', 'Postmenopausal bleeding' );
6169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.2', '', 'Symptomatic menopausal or female climacteric states' );
6170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.3', '', 'Postmenopausal atrophic vaginitis' );
6171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.4', '', 'Symptomatic states associated with artificial menopause' );
6172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.8', '', 'Other specified menopausal and postmenopausal disorders' );
6173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '627.9', '', 'Unspecified menopausal and postmenopausal disorder' );
6174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.0', '', 'Infertility female associated with anovulation' );
6175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.1', '', 'Infertility female of pituitary-hypothalamic origin' );
6176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.2', '', 'Infertility female of tubal origin' );
6177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.3', '', 'Infertility female of uterine origin' );
6178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.4', '', 'Infertility female of cervical or vaginal origin' );
6179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.8', '', 'Infertility female of other specified origin' );
6180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '628.9', '', 'Infertility female of unspecified origin' );
6181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.0', '', 'Hematocele female not elsewhere classified' );
6182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.1', '', 'Hydrocele canal of nuck' );
6183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.20', '', 'Female genital mutilation status, unspecified' );
6184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.21', '', 'Female genital mutilation type i status' );
6185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.22', '', 'Female genital mutilation type ii status' );
6186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.23', '', 'Female genital mutilation type iii status' );
6187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.29', '', 'Other female genital mutilation status' );
6188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.81', '', 'Habitual aborter without current pregnancy' );
6189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.89', '', 'Other specified disorders of female genital organs' );
6190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '629.9', '', 'Unspecified disorder of female genital organs' );
6191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '630', '', 'Hydatidiform mole' );
6192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '631', '', 'Other abnormal product of conception' );
6193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '632', '', 'Missed abortion' );
6194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.00', '', 'Abdominal pregnancy without intrauterine pregnancy' );
6195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.01', '', 'Abdominal pregnancy with intrauterine pregnancy' );
6196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.10', '', 'Tubal pregnancy without intrauterine pregnancy' );
6197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.11', '', 'Tubal pregnancy with intrauterine pregnancy' );
6198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.20', '', 'Ovarian pregnancy without intrauterine pregnancy' );
6199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.21', '', 'Ovarian pregnancy with intrauterine pregnancy' );
6200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.80', '', 'Other ectopic pregnancy without intrauterine pregnancy' );
6201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.81', '', 'Other ectopic pregnancy with intrauterine pregnancy' );
6202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.90', '', 'Unspecified ectopic pregnancy without intrauterine pregnancy' );
6203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '633.91', '', 'Unspecified ectopic pregnancy with intrauterine pregnancy' );
6204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.00', '', 'Spontaneous abortion unspecified complicated by genital tract and pelvic infection' );
6205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.01', '', 'Spontaneous abortion incomplete complicated by genital tract and pelvic infection' );
6206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.02', '', 'Spontaneous abortion complete complicated by genital tract and pelvic infection' );
6207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.10', '', 'Spontaneous abortion unspecified complicated by delayed or excessive hemorrhage' );
6208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.11', '', 'Spontaneous abortion incomplete complicated by delayed or excessive hemorrhage' );
6209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.12', '', 'Spontaneous abortion complete complicated by delayed or excessive hemorrhage' );
6210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.20', '', 'Spontaneous abortion unspecified complicated by damage to pelvic organs or tissues' );
6211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.21', '', 'Spontaneous abortion incomplete complicated by damage to pelvic organs or tissues' );
6212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.22', '', 'Spontaneous abortion complete complicated by damage to pelvic organs or tissues' );
6213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.30', '', 'Spontaneous abortion unspecified complicated by renal failure' );
6214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.31', '', 'Spontaneous abortion incomplete complicated by renal failure' );
6215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.32', '', 'Spontaneous abortion complete complicated by renal failure' );
6216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.40', '', 'Spontaneous abortion unspecified complicated by metabolic disorder' );
6217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.41', '', 'Spontaneous abortion incomplete complicated by metabolic disorder' );
6218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.42', '', 'Spontaneous abortion complete complicated by metabolic disorder' );
6219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.50', '', 'Spontaneous abortion unspecified complicated by shock' );
6220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.51', '', 'Spontaneous abortion incomplete complicated by shock' );
6221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.52', '', 'Spontaneous abortion complete complicated by shock' );
6222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.60', '', 'Spontaneous abortion unspecified complicated by embolism' );
6223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.61', '', 'Spontaneous abortion incomplete complicated by embolism' );
6224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.62', '', 'Spontaneous abortion complete complicated by embolism' );
6225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.70', '', 'Spontaneous abortion unspecified with other specified complications' );
6226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.71', '', 'Spontaneous abortion incomplete with other specified complications' );
6227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.72', '', 'Spontaneous abortion complete with other specified complications' );
6228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.80', '', 'Spontaneous abortion unspecified with unspecified complication' );
6229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.81', '', 'Spontaneous abortion incomplete with unspecified complication' );
6230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.82', '', 'Spontaneous abortion complete with unspecified complication' );
6231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.90', '', 'Spontaneous abortion unspecified without complication' );
6232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.91', '', 'Spontaneous abortion incomplete without complication' );
6233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '634.92', '', 'Spontaneous abortion complete without complication' );
6234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.00', '', 'Legally induced abortion unspecified complicated by genital tract and pelvic infection' );
6235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.01', '', 'Legally induced abortion incomplete complicated by genital tract and pelvic infection' );
6236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.02', '', 'Legally induced abortion complete complicated by genital tract and pelvic infection' );
6237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.10', '', 'Legally induced abortion unspecified complicated by delayed or excessive hemorrhage' );
6238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.11', '', 'Legally induced abortion incomplete complicated by delayed or excessive hemorrhage' );
6239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.12', '', 'Legally induced abortion complete complicated by delayed or excessive hemorrhage' );
6240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.20', '', 'Legally induced abortion unspecified complicated by damage to pelvic organs or tissues' );
6241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.21', '', 'Legally induced abortion incomplete complicated by damage to pelvic organs or tissues' );
6242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.22', '', 'Legally induced abortion complete complicated by damage to pelvic organs or tissues' );
6243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.30', '', 'Legally induced abortion unspecified complicated by renal failure' );
6244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.31', '', 'Legally induced abortion incomplete complicated by renal failure' );
6245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.32', '', 'Legally induced abortion complete complicated by renal failure' );
6246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.40', '', 'Legally induced abortion unspecified complicated by metabolic disorder' );
6247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.41', '', 'Legally induced abortion incomplete complicated by metabolic disorder' );
6248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.42', '', 'Legally induced abortion complete complicated by metabolic disorder' );
6249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.50', '', 'Legally induced abortion unspecified complicated by shock' );
6250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.51', '', 'Legally induced abortion incomplete complicated by shock' );
6251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.52', '', 'Legally induced abortion complete complicated by shock' );
6252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.60', '', 'Legally induced abortion unspecified complicated by embolism' );
6253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.61', '', 'Legally induced abortion incomplete complicated by embolism' );
6254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.62', '', 'Legally induced abortion complete complicated by embolism' );
6255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.70', '', 'Legally induced abortion unspecified with other specified complications' );
6256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.71', '', 'Legally induced abortion incomplete with other specified complications' );
6257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.72', '', 'Legally induced abortion complete with other specified complications' );
6258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.80', '', 'Legally induced abortion unspecified with unspecified complication' );
6259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.81', '', 'Legally induced abortion incomplete with unspecified complication' );
6260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.82', '', 'Legally induced abortion complete with unspecified complication' );
6261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.90', '', 'Legally induced abortion unspecified without complication' );
6262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.91', '', 'Legally induced abortion incomplete without complication' );
6263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '635.92', '', 'Legally induced abortion complete without complication' );
6264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.00', '', 'Illegal abortion unspecified complicated by genital tract and pelvic infection' );
6265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.01', '', 'Illegal abortion incomplete complicated by genital tract and pelvic infection' );
6266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.02', '', 'Illegal abortion complete complicated by genital tract and pelvic infection' );
6267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.10', '', 'Illegal abortion unspecified complicated by delayed or excessive hemorrhage' );
6268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.11', '', 'Illegal abortion incomplete complicated by delayed or excessive hemorrhage' );
6269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.12', '', 'Illegal abortion complete complicated by delayed or excessive hemorrhage' );
6270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.20', '', 'Illegal abortion unspecified complicated by damage to pelvic organs or tissues' );
6271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.21', '', 'Illegal abortion incomplete complicated by damage to pelvic organs or tissues' );
6272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.22', '', 'Illegal abortion complete complicated by damage to pelvic organs or tissues' );
6273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.30', '', 'Illegal abortion unspecified complicated by renal failure' );
6274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.31', '', 'Illegal abortion incomplete complicated by renal failure' );
6275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.32', '', 'Illegal abortion complete complicated by renal failure' );
6276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.40', '', 'Illegal abortion unspecified complicated by metabolic disorder' );
6277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.41', '', 'Illegal abortion incomplete complicated by metabolic disorder' );
6278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.42', '', 'Illegal abortion complete complicated by metabolic disorder' );
6279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.50', '', 'Illegal abortion unspecified complicated by shock' );
6280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.51', '', 'Illegal abortion incomplete complicated by shock' );
6281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.52', '', 'Illegal abortion complete complicated by shock' );
6282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.60', '', 'Illegal abortion unspecified complicated by embolism' );
6283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.61', '', 'Illegal abortion incomplete complicated by embolism' );
6284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.62', '', 'Illegal abortion complete complicated by embolism' );
6285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.70', '', 'Illegal abortion unspecified with other specified complications' );
6286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.71', '', 'Illegal abortion incomplete with other specified complications' );
6287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.72', '', 'Illegal abortion complete with other specified complications' );
6288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.80', '', 'Illegal abortion unspecified with unspecified complication' );
6289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.81', '', 'Illegal abortion incomplete with unspecified complication' );
6290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.82', '', 'Illegal abortion complete with unspecified complication' );
6291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.90', '', 'Illegal abortion unspecified without complication' );
6292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.91', '', 'Illegal abortion incomplete without complication' );
6293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '636.92', '', 'Illegal abortion complete without complication' );
6294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.00', '', 'Unspecified type of abortion unspecified complicated by genital tract and pelvic infection' );
6295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.01', '', 'Unspecified abortion incomplete complicated by genital tract and pelvic infection' );
6296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.02', '', 'Unspecified abortion complete complicated by genital tract and pelvic infection' );
6297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.10', '', 'Unspecified type of abortion unspecified complicated by delayed or excessive hemorrhage' );
6298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.11', '', 'Legally unspecified abortion incomplete complicated by delayed or excessive hemorrhage' );
6299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.12', '', 'Legally unspecified abortion complete complicated by delayed or excessive hemorrhage' );
6300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.20', '', 'Legally unspecified type of abortion unspecified complicated by damage to pelvic organs or tissues' );
6301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.21', '', 'Legally unspecified abortion incomplete complicated by damage to pelvic organs or tissues' );
6302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.22', '', 'Legally unspecified abortion complete complicated by damage to pelvic organs or tissues' );
6303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.30', '', 'Legally unspecified type of abortion unspecified complicated by renal failure' );
6304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.31', '', 'Legally unspecified abortion incomplete complicated by renal failure' );
6305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.32', '', 'Legally unspecified abortion complete complicated by renal failure' );
6306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.40', '', 'Legally unspecified type of abortion unspecified complicated by metabolic disorder' );
6307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.41', '', 'Legally unspecified abortion incomplete complicated by metabolic disorder' );
6308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.42', '', 'Legally unspecified abortion complete complicated by metabolic disorder' );
6309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.50', '', 'Legally unspecified type of abortion unspecified complicated by shock' );
6310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.51', '', 'Legally unspecified abortion incomplete complicated by shock' );
6311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.52', '', 'Legally unspecified abortion complete complicated by shock' );
6312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.60', '', 'Legally unspecified type of abortion unspecified complicated by embolism' );
6313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.61', '', 'Legally unspecified abortion incomplete complicated by embolism' );
6314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.62', '', 'Legally unspecified abortion complete complicated by embolism' );
6315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.70', '', 'Legally unspecified type of abortion unspecified with other specified complications' );
6316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.71', '', 'Legally unspecified abortion incomplete with other specified complications' );
6317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.72', '', 'Legally unspecified abortion complete with other specified complications' );
6318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.80', '', 'Legally unspecified type of abortion unspecified with unspecified complication' );
6319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.81', '', 'Legally unspecified abortion incomplete with unspecified complication' );
6320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.82', '', 'Legally unspecified abortion complete with unspecified complication' );
6321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.90', '', 'Legally unspecified type of abortion unspecified without complication' );
6322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.91', '', 'Legally unspecified abortion incomplete without complication' );
6323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '637.92', '', 'Legally unspecified abortion complete without complication' );
6324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.0', '', 'Failed attempted abortion complicated by genital tract and pelvic infection' );
6325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.1', '', 'Failed attempted abortion complicated by delayed or excessive hemorrhage' );
6326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.2', '', 'Failed attempted abortion complicated by damage to pelvic organs or tissues' );
6327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.3', '', 'Failed attempted abortion complicated by renal failure' );
6328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.4', '', 'Failed attempted abortion complicated by metabolic disorder' );
6329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.5', '', 'Failed attempted abortion complicated by shock' );
6330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.6', '', 'Failed attempted abortion complicated by embolism' );
6331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.7', '', 'Failed attempted abortion with other specified complications' );
6332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.8', '', 'Failed attempted abortion with unspecified complication' );
6333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '638.9', '', 'Failed attempted abortion without complication' );
6334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.0', '', 'Genital tract and pelvic infection following abortion or ectopic and molar pregnancies' );
6335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.1', '', 'Delayed or excessive hemorrhage following abortion or ectopic and molar pregnancies' );
6336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.2', '', 'Damage to pelvic organs and tissues following abortion or ectopic and molar pregnancies' );
6337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.3', '', 'Kidney failure following abortion and ectopic and molar pregnancies' );
6338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.4', '', 'Metabolic disorders following abortion or ectopic and molar pregnancies' );
6339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.5', '', 'Shock following abortion or ectopic and molar pregnancies' );
6340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.6', '', 'Embolism following abortion or ectopic and molar pregnancies' );
6341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.8', '', 'Other specified complications following abortion or ectopic and molar pregnancies' );
6342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '639.9', '', 'Unspecified complication following abortion or ectopic and molar pregnancies' );
6343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.00', '', 'Threatened abortion unspecified as to episode of care' );
6344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.01', '', 'Threatened abortion delivered' );
6345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.03', '', 'Threatened abortion antepartum' );
6346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.80', '', 'Other specified hemorrhage in early pregnancy unspecified as to episode of care' );
6347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.81', '', 'Other specified hemorrhage in early pregnancy delivered' );
6348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.83', '', 'Other specified hemorrhage in early pregnancy antepartum' );
6349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.90', '', 'Unspecified hemorrhage in early pregnancy unspecified as to episode of care' );
6350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.91', '', 'Unspecified hemorrhage in early pregnancy delivered' );
6351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '640.93', '', 'Unspecified hemorrhage in early pregnancy antepartum' );
6352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.00', '', 'Placenta previa without hemorrhage unspecified as to episode of care' );
6353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.01', '', 'Placenta previa without hemorrhage with delivery' );
6354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.03', '', 'Placenta previa without hemorrhage antepartum' );
6355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.10', '', 'Hemorrhage from placenta previa unspecified as to episode of care' );
6356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.11', '', 'Hemorrhage from placenta previa with delivery' );
6357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.13', '', 'Hemorrhage from placenta previa antepartum' );
6358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.20', '', 'Premature separation of placenta unspecified as to episode of care' );
6359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.21', '', 'Premature separation of placenta with delivery' );
6360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.23', '', 'Premature separation of placenta antepartum' );
6361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.30', '', 'Antepartum hemorrhage associated with coagulation defects unspecified as to episode of care' );
6362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.31', '', 'Antepartum hemorrhage associated with coagulation defects with delivery' );
6363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.33', '', 'Antepartum hemorrhage associated with coagulation defects' );
6364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.80', '', 'Other antepartum hemorrhage unspecified as to episode of care' );
6365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.81', '', 'Other antepartum hemorrhage with delivery' );
6366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.83', '', 'Other antepartum hemorrhage' );
6367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.90', '', 'Unspecified antepartum hemorrhage unspecified as to episode of care' );
6368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.91', '', 'Unspecified antepartum hemorrhage with delivery' );
6369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '641.93', '', 'Unspecified antepartum hemorrhage' );
6370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.00', '', 'Benign essential hypertension complicating pregnancy childbirth and the puerperium unspecified as to episode of care' );
6371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.01', '', 'Benign essential hypertension with delivery' );
6372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.02', '', 'Benign essential hypertension with delivery with postpartum complication' );
6373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.03', '', 'Antepartum benign essential hypertension' );
6374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.04', '', 'Postpartum benign essential hypertension' );
6375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.10', '', 'Hypertension secondary to renal disease complicating pregnancy childbirth and the puerperium unspecified as to episode of care' );
6376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.11', '', 'Hypertension secondary to renal disease with delivery' );
6377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.12', '', 'Hypertension secondary to renal disease with delivery with postpartum complication' );
6378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.13', '', 'Hypertension secondary to renal disease antepartum' );
6379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.14', '', 'Hypertension secondary to renal disease postpartum' );
6380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.20', '', 'Other pre-existing hypertension complicating pregnancy childbirth and the puerperium unspecified as to episode of care' );
6381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.21', '', 'Other pre-existing hypertension with delivery' );
6382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.22', '', 'Other pre-existing hypertension with delivery with postpartum complication' );
6383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.23', '', 'Other pre-existing hypertension antepartum' );
6384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.24', '', 'Other pre-existing hypertension postpartum' );
6385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.30', '', 'Transient hypertension of pregnancy unspecified as to episode of care' );
6386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.31', '', 'Transient hypertension of pregnancy with delivery' );
6387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.32', '', 'Transient hypertension of pregnancy with delivery with postpartum complication' );
6388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.33', '', 'Antepartum transient hypertension' );
6389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.34', '', 'Postpartum transient hypertension' );
6390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.40', '', 'Mild or unspecified pre-eclampsia unspecified as to episode of care' );
6391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.41', '', 'Mild or unspecified pre-eclampsia with delivery' );
6392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.42', '', 'Mild or unspecified pre-eclampsia with delivery with postpartum complication' );
6393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.43', '', 'Mild or unspecified pre-eclampsia antepartum' );
6394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.44', '', 'Mild or unspecified pre-eclampsia postpartum' );
6395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.50', '', 'Severe pre-eclampsia unspecified as to episode of care' );
6396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.51', '', 'Severe pre-eclampsia with delivery' );
6397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.52', '', 'Severe pre-eclampsia with delivery with postpartum complication' );
6398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.53', '', 'Severe pre-eclampsia antepartum' );
6399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.54', '', 'Severe pre-eclampsia postpartum' );
6400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.60', '', 'Eclampsia complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.61', '', 'Eclampsia with delivery' );
6402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.62', '', 'Eclampsia with delivery with postpartum complication' );
6403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.63', '', 'Eclampsia antepartum' );
6404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.64', '', 'Eclampsia postpartum' );
6405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.70', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.71', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension with delivery' );
6407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.72', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension with delivery with postpartum complication' );
6408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.73', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension antepartum' );
6409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.74', '', 'Pre-eclampsia or eclampsia superimposed on pre-existing hypertension postpartum' );
6410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.90', '', 'Unspecified hypertension complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.91', '', 'Unspecified hypertension with delivery' );
6412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.92', '', 'Unspecified hypertension with delivery with postpartum complication' );
6413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.93', '', 'Unspecified antepartum hypertension' );
6414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '642.94', '', 'Unspecified postpartum hypertension' );
6415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.00', '', 'Mild hyperemesis gravidarum unspecified as to episode of care' );
6416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.01', '', 'Mild hyperemesis gravidarum delivered' );
6417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.03', '', 'Mild hyperemesis gravidarum antepartum' );
6418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.10', '', 'Hyperemesis gravidarum with metabolic disturbance unspecified as to episode of care' );
6419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.11', '', 'Hyperemesis gravidarum with metabolic disturbance delivered' );
6420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.13', '', 'Hyperemesis gravidarum with metabolic disturbance antepartum' );
6421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.20', '', 'Late vomiting of pregnancy unspecified as to episode of care' );
6422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.21', '', 'Late vomiting of pregnancy delivered' );
6423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.23', '', 'Late vomiting of pregnancy antepartum' );
6424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.80', '', 'Other vomiting complicating pregnancy unspecified as to episode of care' );
6425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.81', '', 'Other vomiting complicating pregnancy delivered' );
6426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.83', '', 'Other vomiting complicating pregnancy antepartum' );
6427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.90', '', 'Unspecified vomiting of pregnancy unspecified as to episode of care' );
6428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.91', '', 'Unspecified vomiting of pregnancy delivered' );
6429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '643.93', '', 'Unspecified vomiting of pregnancy antepartum' );
6430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.00', '', 'Threatened premature labor unspecified as to episode of care' );
6431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.03', '', 'Threatened premature labor antepartum' );
6432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.10', '', 'Other threatened labor unspecified as to episode of care' );
6433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.13', '', 'Other threatened labor antepartum' );
6434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.20', '', 'Early onset of delivery unspecified as to episode of care' );
6435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '644.21', '', 'Early onset of delivery delivered with or without antepartum condition' );
6436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.10', '', 'Post term pregnancy unspecified episode of care' );
6437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.11', '', 'Post term pregnancy delivered with or without antepartum condition' );
6438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.13', '', 'Post term pregnancy antepartum condition or complication' );
6439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.20', '', 'Prolonged pregnancy unspecified episode of care' );
6440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.21', '', 'Prolonged pregnancy delivered with or without antepartum condition' );
6441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '645.23', '', 'Prolonged pregnancy antepartum condition or complication' );
6442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.00', '', 'Papyraceous fetus unspecified as to episode of care' );
6443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.01', '', 'Papyraceous fetus delivered with or without antepartum condition' );
6444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.03', '', 'Papyraceous fetus antepartum' );
6445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.10', '', 'Edema or excessive weight gain in pregnancy unspecified as to episode of care' );
6446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.11', '', 'Edema or excessive weight gain in pregnancy with delivery with or without antepartum complication' );
6447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.12', '', 'Edema or excessive weight gain in pregnancy with delivery with postpartum complication' );
6448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.13', '', 'Antepartum edema or excessive weight gain' );
6449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.14', '', 'Postpartum edema or excessive weight gain' );
6450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.20', '', 'Unspecified renal disease in pregnancy unspecified as to episode of care' );
6451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.21', '', 'Unspecified renal disease in pregnancy with delivery' );
6452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.22', '', 'Unspecified renal disease in pregnancy with delivery with postpartum complication' );
6453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.23', '', 'Unspecified antepartum renal disease' );
6454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.24', '', 'Unspecified postpartum renal disease' );
6455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.30', '', 'Habitual aborter currently pregnant unspecified as to episode of care' );
6456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.31', '', 'Habitual aborter delivered with or without antepartum condition' );
6457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.33', '', 'Habitual aborter antepartum condition or complication' );
6458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.40', '', 'Peripheral neuritis in pregnancy unspecified as to episode of care' );
6459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.41', '', 'Peripheral neuritis in pregnancy with delivery' );
6460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.42', '', 'Peripheral neuritis in pregnancy with delivery with postpartum complication' );
6461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.43', '', 'Antepartum peripheral neuritis' );
6462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.44', '', 'Postpartum peripheral neuritis' );
6463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.50', '', 'Asymptomatic bacteriuria in pregnancy unspecified as to episode of care' );
6464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.51', '', 'Asymptomatic bacteriuria in pregnancy with delivery' );
6465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.52', '', 'Asymptomatic bacteriuria in pregnancy with delivery with postpartum complication' );
6466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.53', '', 'Antepartum asymptomatic bacteriuria' );
6467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.54', '', 'Postpartum asymptomatic bacteriuria' );
6468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.60', '', 'Infections of genitourinary tract in pregnancy unspecified as to episode of care' );
6469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.61', '', 'Infections of genitourinary tract in pregnancy with delivery' );
6470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.62', '', 'Infections of genitourinary tract in pregnancy with delivery with postpartum complication' );
6471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.63', '', 'Antepartum infections of genitourinary tract' );
6472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.64', '', 'Postpartum infections of genitourinary tract' );
6473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.70', '', 'Liver disorders in pregnancy unspecified as to episode of care' );
6474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.71', '', 'Liver disorders in pregnancy with delivery' );
6475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.73', '', 'Antepartum liver disorders' );
6476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.80', '', 'Other specified complications of pregnancy unspecified as to episode of care' );
6477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.81', '', 'Other specified complications of pregnancy with delivery' );
6478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.82', '', 'Other specified complications of pregnancy with delivery with postpartum complication' );
6479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.83', '', 'Other specified antepartum complications' );
6480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.84', '', 'Other specified postpartum complications' );
6481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.90', '', 'Unspecified complication of pregnancy unspecified as to episode of care' );
6482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.91', '', 'Unspecified complication of pregnancy with delivery' );
6483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '646.93', '', 'Unspecified antepartum complication' );
6484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.00', '', 'Syphilis of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.01', '', 'Syphilis of mother complicating pregnancy with delivery' );
6486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.02', '', 'Syphilis of mother complicating pregnancy with delivery with postpartum complication' );
6487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.03', '', 'Antepartum syphilis' );
6488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.04', '', 'Postpartum syphilis' );
6489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.10', '', 'Gonorrhea of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.11', '', 'Gonorrhea of mother with delivery' );
6491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.12', '', 'Gonorrhea of mother with delivery with postpartum complication' );
6492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.13', '', 'Antepartum gonorrhea' );
6493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.14', '', 'Postpartum gonorrhea' );
6494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.20', '', 'Other venereal diseases of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.21', '', 'Other venereal diseases of mother with delivery' );
6496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.22', '', 'Other venereal diseases of mother with delivery with postpartum complication' );
6497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.23', '', 'Other antepartum venereal diseases' );
6498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.24', '', 'Other postpartum venereal diseases' );
6499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.30', '', 'Tuberculosis of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.31', '', 'Tuberculosis of mother with delivery' );
6501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.32', '', 'Tuberculosis of mother with delivery with postpartum complication' );
6502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.33', '', 'Antepartum tuberculosis' );
6503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.34', '', 'Postpartum tuberculosis' );
6504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.40', '', 'Malaria of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.41', '', 'Malaria of mother with delivery' );
6506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.42', '', 'Malaria of mother with delivery with postpartum complication' );
6507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.43', '', 'Antepartum malaria' );
6508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.44', '', 'Postpartum malaria' );
6509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.50', '', 'Rubella of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.51', '', 'Rubella of mother with delivery' );
6511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.52', '', 'Rubella of mother with delivery with postpartum complication' );
6512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.53', '', 'Antepartum rubella' );
6513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.54', '', 'Postpartum rubella' );
6514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.60', '', 'Other viral diseases of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.61', '', 'Other viral diseases of mother with delivery' );
6516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.62', '', 'Other viral diseases of mother with delivery with postpartum complication' );
6517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.63', '', 'Other antepartum viral diseases' );
6518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.64', '', 'Other postpartum viral diseases' );
6519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.80', '', 'Other specified infectious and parasitic diseases of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.81', '', 'Other specified infectious and parasitic diseases of mother with delivery' );
6521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.82', '', 'Other specified infectious and parasitic diseases of mother with delivery with postpartum complication' );
6522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.83', '', 'Other specified infectious and parasitic diseases of mother antepartum' );
6523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.84', '', 'Other specified infectious and parasitic diseases of mother postpartum' );
6524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.90', '', 'Unspecified infection or infestation of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.91', '', 'Unspecified infection or infestation of mother with delivery' );
6526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.92', '', 'Unspecified infection or infestation of mother with delivery with postpartum complication' );
6527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.93', '', 'Unspecified infection or infestation of mother antepartum' );
6528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '647.94', '', 'Unspecified infection or infestation of mother postpartum' );
6529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.00', '', 'Diabetes mellitus of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.01', '', 'Diabetes mellitus of mother with delivery' );
6531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.02', '', 'Diabetes mellitus of mother with delivery with postpartum complication' );
6532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.03', '', 'Antepartum diabetes mellitus' );
6533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.04', '', 'Postpartum diabetes mellitus' );
6534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.10', '', 'Thyroid dysfunction of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.11', '', 'Thyroid dysfunction of mother with delivery' );
6536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.12', '', 'Thyroid dysfunction of mother with delivery with postpartum complication' );
6537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.13', '', 'Antepartum thyroid dysfunction' );
6538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.14', '', 'Postpartum thyroid dysfunction' );
6539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.20', '', 'Anemia of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.21', '', 'Anemia of mother with delivery' );
6541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.22', '', 'Anemia of mother with delivery with postpartum complication' );
6542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.23', '', 'Antepartum anemia' );
6543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.24', '', 'Postpartum anemia' );
6544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.30', '', 'Drug dependence of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.31', '', 'Drug dependence of mother with delivery' );
6546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.32', '', 'Drug dependence of mother with delivery with postpartum complication' );
6547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.33', '', 'Antepartum drug dependence' );
6548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.34', '', 'Postpartum drug dependence' );
6549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.40', '', 'Mental disorders of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.41', '', 'Mental disorders of mother with delivery' );
6551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.42', '', 'Mental disorders of mother with delivery with postpartum complication' );
6552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.43', '', 'Antepartum mental disorders of mother' );
6553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.44', '', 'Postpartum mental disorders of mother' );
6554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.50', '', 'Congenital cardiovascular disorders of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.51', '', 'Congenital cardiovascular disorders of mother with delivery' );
6556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.52', '', 'Congenital cardiovascular disorders of mother with delivery with postpartum complication' );
6557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.53', '', 'Congenital cardiovascular disorders of mother antepartum' );
6558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.54', '', 'Congenital cardiovascular disorders of mother postpartum' );
6559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.60', '', 'Other cardiovascular diseases of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.61', '', 'Other cardiovascular diseases of mother with delivery' );
6561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.62', '', 'Other cardiovascular diseases of mother with delivery with postpartum complication' );
6562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.63', '', 'Other cardiovascular diseases of mother antepartum' );
6563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.64', '', 'Other cardiovascular diseases of mother postpartum' );
6564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.70', '', 'Bone and joint disorders of back pelvis and lower limbs of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.71', '', 'Bone and joint disorders of back pelvis and lower limbs of mother with delivery' );
6566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.72', '', 'Bone and joint disorders of back pelvis and lower limbs of mother with delivery with postpartum complication' );
6567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.73', '', 'Bone and joint disorders of back pelvis and lower limbs of mother antepartum' );
6568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.74', '', 'Bone and joint disorders of back pelvis and lower limbs of mother postpartum' );
6569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.80', '', 'Abnormal glucose tolerance of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.81', '', 'Abnormal glucose tolerance of mother with delivery' );
6571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.82', '', 'Abnormal glucose tolerance of mother with delivery with postpartum complication' );
6572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.83', '', 'Abnormal glucose tolerance of mother antepartum' );
6573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.84', '', 'Abnormal glucose tolerance of mother postpartum' );
6574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.90', '', 'Other current conditions classifiable elsewhere of mother complicating pregnancy childbirth or the puerperium unspecified as to episode of care' );
6575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.91', '', 'Other current conditions classifiable elsewhere of mother with delivery' );
6576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.92', '', 'Other current conditions classifiable elsewhere of mother with delivery with postpartum complication' );
6577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.93', '', 'Other current conditions classifiable elsewhere of mother antepartum' );
6578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '648.94', '', 'Other current conditions classifiable elsewhere of mother postpartum' );
6579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.00', '', 'Tobacco use disorder complicating pregnancy, childbirth, or the puerperium, unspecified as to episode of care or not applicable' );
6580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.01', '', 'Tobacco use disorder complicating pregnancy, childbirth, or the puerperium, delivered, with or without mention of antepartum condition' );
6581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.02', '', 'Tobacco use disorder complicating pregnancy, childbirth, or the puerperium, delivered, with mention of postpartum complication' );
6582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.03', '', 'Tobacco use disorder complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' );
6583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.04', '', 'Tobacco use disorder complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' );
6584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.10', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, unspecified as to episode of care or not applicable' );
6585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.11', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, delivered, with or without mention of antepartum condition' );
6586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.12', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, delivered, with mention of postpartum complication' );
6587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.13', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' );
6588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.14', '', 'Obesity complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' );
6589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.20', '', 'Bariatric surgery status complicating pregnancy, childbirth, or the puerperium, unspecified as to episode of care or not applicable' );
6590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.21', '', 'Bariatric surgery status complicating pregnancy, childbirth, or the puerperium, delivered, with or without mention of antepartum condition' );
6591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.22', '', 'Bariatric surgery status complicating pregnancy, childbirth, or the puerperium, delivered, with mention of postpartum complication' );
6592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.23', '', 'Bariatric surgery status complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' );
6593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.24', '', 'Bariatric surgery status complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' );
6594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.30', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, unspecified as to episode of care or not applicable' );
6595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.31', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, delivered, with or without mention of antepartum condition' );
6596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.32', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, delivered, with mention of postpartum complication' );
6597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.33', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' );
6598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.34', '', 'Coagulation defects complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' );
6599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.40', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, unspecified as to episode of care or not applicable' );
6600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.41', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, delivered, with or without mention of antepartum condition' );
6601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.42', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, delivered, with mention of postpartum complication' );
6602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.43', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, antepartum condition or complication' );
6603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.44', '', 'Epilepsy complicating pregnancy, childbirth, or the puerperium, postpartum condition or complication' );
6604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.50', '', 'Spotting complicating pregnancy, unspecified as to episode of care or not applicable' );
6605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.51', '', 'Spotting complicating pregnancy, delivered, with or without mention of antepartum condition' );
6606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.53', '', 'Spotting complicating pregnancy, antepartum condition or complication' );
6607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.60', '', 'Uterine size date discrepancy, unspecified as to episode of care or not applicable' );
6608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.61', '', 'Uterine size date discrepancy, delivered, with or without mention of antepartum condition' );
6609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.62', '', 'Uterine size date discrepancy, delivered, with mention of postpartum complication' );
6610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.63', '', 'Uterine size date discrepancy, antepartum condition or complication' );
6611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.64', '', 'Uterine size date discrepancy, postpartum condition or complication' );
6612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.70', '', 'Cervical shortening, unspecified as to episode of care or not applicable' );
6613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.71', '', 'Cervical shortening, delivered, with or without mention of antepartum condition' );
6614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '649.73', '', 'Cervical shortening, antepartum condition or complication' );
6615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '650', '', 'Normal delivery' );
6616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.00', '', 'Twin pregnancy unspecified as to episode of care' );
6617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.01', '', 'Twin pregnancy delivered' );
6618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.03', '', 'Twin pregnancy antepartum condition or complication' );
6619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.10', '', 'Triplet pregnancy unspecified as to episode of care' );
6620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.11', '', 'Triplet pregnancy delivered' );
6621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.13', '', 'Triplet pregnancy antepartum condition or complication' );
6622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.20', '', 'Quadruplet pregnancy unspecified as to episode of care' );
6623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.21', '', 'Quadruplet pregnancy delivered' );
6624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.23', '', 'Quadruplet pregnancy antepartum condition or complication' );
6625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.30', '', 'Twin pregnancy with fetal loss and retention of one fetus unspecified as to episode of care or not applicable' );
6626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.31', '', 'Twin pregnancy with fetal loss and retention of one fetus delivered with or without antepartum condition' );
6627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.33', '', 'Twin pregnancy with fetal loss and retention of one fetus antepartum condition or complication' );
6628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.40', '', 'Triplet pregnancy with fetal loss and retention of one or more fetus(es) unspecified as to episode of care or not applicable' );
6629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.41', '', 'Triplet pregnancy with fetal loss and retention of one or more fetus(es) delivered with or without antepartum condition' );
6630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.43', '', 'Triplet pregnancy with fetal loss and retention of one or more fetus(es) antepartum condition or complication' );
6631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.50', '', 'Quadruplet pregnancy with fetal loss and retention of one or more fetus(es) unspecified as to episode of care or not applicable' );
6632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.51', '', 'Quadruplet pregnancy with fetal loss and retention of one or more fetus(es) delivered with or without antepartum condition' );
6633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.53', '', 'Quadruplet pregnancy with fetal loss and retention of one or more fetus(es) antepartum condition or complication' );
6634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.60', '', 'Other multiple pregnancy with fetal loss and retention of one or more fetus(es) unspecified as to episode of care' );
6635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.61', '', 'Other multiple pregnancy with fetal loss and retention of one or more fetus(es) delivered with or without antepartum condition' );
6636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.63', '', 'Other multiple pregnancy with fetal loss and retention of one or more fetus(es) antepartum condition or complication' );
6637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.70', '', 'Multiple gestation following (elective) fetal reduction, unspecified as to episode of care or not applicable' );
6638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.71', '', 'Multiple gestation following (elective) fetal reduction, delivered, with or without mention of antepartum condition' );
6639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.73', '', 'Multiple gestation following (elective) fetal reduction, antepartum condition or complication' );
6640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.80', '', 'Other specified multiple gestation unspecified as to episode of care' );
6641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.81', '', 'Other specified multiple gestation delivered' );
6642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.83', '', 'Other specified multiple gestation antepartum condition or complication' );
6643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.90', '', 'Unspecified multiple gestation unspecified as to episode of care' );
6644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.91', '', 'Unspecified multiple gestation delivered' );
6645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '651.93', '', 'Unspecified multiple gestation antepartum condition or complication' );
6646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.00', '', 'Unstable lie unspecified as to episode of care' );
6647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.01', '', 'Unstable lie delivered' );
6648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.03', '', 'Unstable lie antepartum condition or complication' );
6649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.10', '', 'Breech or other malpresentation successfully converted to cephalic presentation unspecified as to episode of care' );
6650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.11', '', 'Breech or other malpresentation successfully converted to cephalic presentation delivered' );
6651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.13', '', 'Breech or other malpresentation successfully converted to cephalic presentation antepartum' );
6652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.20', '', 'Breech presentation without version unspecified as to episode of care' );
6653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.21', '', 'Breech presentation without version delivered' );
6654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.23', '', 'Breech presentation without version antepartum' );
6655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.30', '', 'Transverse or oblique presentation unspecified as to episode of care' );
6656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.31', '', 'Transverse or oblique presentation delivered' );
6657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.33', '', 'Transverse or oblique presentation antepartum' );
6658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.40', '', 'Face or brow presentation unspecified as to episode of care' );
6659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.41', '', 'Face or brow presentation delivered' );
6660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.43', '', 'Face or brow presentation antepartum' );
6661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.50', '', 'High head at term unspecified as to episode of care' );
6662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.51', '', 'High head at term delivered' );
6663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.53', '', 'High head at term antepartum' );
6664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.60', '', 'Multiple gestation with malpresentation of one fetus or more unspecified as to episode of care' );
6665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.61', '', 'Multiple gestation with malpresentation of one fetus or more delivered' );
6666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.63', '', 'Multiple gestation with malpresentation of one fetus or more antepartum' );
6667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.70', '', 'Prolapsed arm of fetus unspecified as to episode of care' );
6668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.71', '', 'Prolapsed arm of fetus delivered' );
6669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.73', '', 'Prolapsed arm antepartum condition or complication' );
6670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.80', '', 'Other specified malposition or malpresentation unspecified as to episode of care' );
6671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.81', '', 'Other specified malposition or malpresentation delivered' );
6672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.83', '', 'Other specified malposition or malpresentation antepartum' );
6673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.90', '', 'Unspecified malposition or malpresentation unspecified as to episode of care' );
6674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.91', '', 'Unspecified malposition or malpresentation delivered' );
6675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '652.93', '', 'Unspecified malposition or malpresentation antepartum' );
6676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.00', '', 'Major abnormality of bony pelvis not further specified unspecified as to episode of care' );
6677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.01', '', 'Major abnormality of bony pelvis not further specified delivered' );
6678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.03', '', 'Major abnormality of bony pelvis not further specified antepartum' );
6679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.10', '', 'Generally contracted pelvis unspecified as to episode of care in pregnancy' );
6680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.11', '', 'Generally contracted pelvis delivered' );
6681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.13', '', 'Generally contracted pelvis antepartum' );
6682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.20', '', 'Inlet contraction of pelvis unspecified as to episode of care in pregnancy' );
6683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.21', '', 'Inlet contraction of pelvis delivered' );
6684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.23', '', 'Inlet contraction of pelvis antepartum' );
6685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.30', '', 'Outlet contraction of pelvis unspecified as to episode of care in pregnancy' );
6686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.31', '', 'Outlet contraction of pelvis delivered' );
6687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.33', '', 'Outlet contraction of pelvis antepartum' );
6688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.40', '', 'Fetopelvic disproportion unspecified as to episode of care' );
6689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.41', '', 'Fetopelvic disproportion delivered' );
6690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.43', '', 'Fetopelvic disproportion antepartum' );
6691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.50', '', 'Unusually large fetus causing disproportion unspecified as to episode of care' );
6692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.51', '', 'Unusually large fetus causing disproportion delivered' );
6693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.53', '', 'Unusually large fetus causing disproportion antepartum' );
6694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.60', '', 'Hydrocephalic fetus causing disproportion unspecified as to episode of care' );
6695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.61', '', 'Hydrocephalic fetus causing disproportion delivered' );
6696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.63', '', 'Hydrocephalic fetus causing disproportion antepartum' );
6697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.70', '', 'Other fetal abnormality causing disproportion unspecified as to episode of care' );
6698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.71', '', 'Other fetal abnormality causing disproportion delivered' );
6699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.73', '', 'Other fetal abnormality causing disproportion antepartum' );
6700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.80', '', 'Disproportion of other origin unspecified as to episode of care' );
6701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.81', '', 'Disproportion of other origin delivered' );
6702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.83', '', 'Disproportion of other origin antepartum' );
6703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.90', '', 'Unspecified disproportion unspecified as to episode of care' );
6704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.91', '', 'Unspecified disproportion delivered' );
6705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '653.93', '', 'Unspecified disproportion antepartum' );
6706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.00', '', 'Congenital abnormalities of uterus unspecified as to episode of care' );
6707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.01', '', 'Congenital abnormalities of uterus with delivery' );
6708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.02', '', 'Congenital abnormalities of uterus delivered with postpartum complication' );
6709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.03', '', 'Congenital abnormalities of uterus antepartum condition or complication' );
6710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.04', '', 'Congenital abnormalities of uterus postpartum condition or complication' );
6711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.10', '', 'Tumors of body of uterus unspecified as to episode of care in pregnancy' );
6712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.11', '', 'Tumors of body of uterus with delivery' );
6713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.12', '', 'Tumors of body of uterus delivered with postpartum complication' );
6714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.13', '', 'Tumors of body of uterus antepartum condition or complication' );
6715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.14', '', 'Tumors of body of uterus postpartum condition or complication' );
6716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.20', '', 'Previous cesarean delivery unspecified as to episode of care in pregnancy' );
6717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.21', '', 'Previous cesarean delivery with delivery with or without antepartum condition' );
6718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.23', '', 'Previous cesarean delivery antepartum condition or complication' );
6719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.30', '', 'Retroverted and incarcerated gravid uterus unspecified as to episode of care' );
6720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.31', '', 'Retroverted and incarcerated gravid uterus delivered' );
6721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.32', '', 'Retroverted and incarcerated gravid uterus delivered with postpartum complication' );
6722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.33', '', 'Retroverted and incarcerated gravid uterus antepartum' );
6723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.34', '', 'Retroverted and incarcerated gravid uterus postpartum' );
6724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.40', '', 'Other abnormalities in shape or position of gravid uterus and of neighboring structures unspecified as to episode of care' );
6725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.41', '', 'Other abnormalities in shape or position of gravid uterus and of neighboring structures delivered' );
6726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.42', '', 'Other abnormalities in shape or position of gravid uterus and of neighboring structures delivered with postpartum complication' );
6727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.43', '', 'Other abnormalities in shape or position of gravid uterus and of neighboring structures antepartum' );
6728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.44', '', 'Other abnormalities in shape or position of gravid uterus and of neighboring structures postpartum' );
6729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.50', '', 'Cervical incompetence unspecified as to episode of care in pregnancy' );
6730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.51', '', 'Cervical incompetence with delivery' );
6731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.52', '', 'Cervical incompetence delivered with postpartum complication' );
6732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.53', '', 'Cervical incompetence antepartum condition or complication' );
6733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.54', '', 'Cervical incompetence postpartum condition or complication' );
6734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.60', '', 'Other congenital or acquired abnormality of cervix unspecified as to episode of care in pregnancy' );
6735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.61', '', 'Other congenital or acquired abnormality of cervix with delivery' );
6736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.62', '', 'Other congenital or acquired abnormality of cervix delivered with postpartum complication' );
6737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.63', '', 'Other congenital or acquired abnormality of cervix antepartum condition or complication' );
6738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.64', '', 'Other congenital or acquired abnormality of cervix postpartum condition or complication' );
6739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.70', '', 'Congenital or acquired abnormality of vagina unspecified as to episode of care in pregnancy' );
6740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.71', '', 'Congenital or acquired abnormality of vagina with delivery' );
6741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.72', '', 'Congenital or acquired abnormality of vagina delivered with postpartum complication' );
6742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.73', '', 'Congenital or acquired abnormality of vagina antepartum condition or complication' );
6743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.74', '', 'Congenital or acquired abnormality of vagina postpartum condition or complication' );
6744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.80', '', 'Congenital or acquired abnormality of vulva unspecified as to episode of care in pregnancy' );
6745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.81', '', 'Congenital or acquired abnormality of vulva with delivery' );
6746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.82', '', 'Congenital or acquired abnormality of vulva delivered with postpartum complication' );
6747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.83', '', 'Congenital or acquired abnormality of vulva antepartum condition or complication' );
6748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.84', '', 'Congenital or acquired abnormality of vulva postpartum condition or complication' );
6749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.90', '', 'Other and unspecified abnormality of organs and soft tissues of pelvis unspecified as to episode of care in pregnancy' );
6750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.91', '', 'Other and unspecified abnormality of organs and soft tissues of pelvis with delivery' );
6751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.92', '', 'Other and unspecified abnormality of organs and soft tissues of pelvis delivered with postpartum complication' );
6752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.93', '', 'Other and unspecified abnormality of organs and soft tissues of pelvis antepartum condition or complication' );
6753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '654.94', '', 'Other and unspecified abnormality of organs and soft tissues of pelvis postpartum condition or complication' );
6754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.00', '', 'Central nervous system malformation in fetus unspecified as to episode of care in pregnancy' );
6755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.01', '', 'Central nervous system malformation in fetus with delivery' );
6756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.03', '', 'Central nervous system malformation in fetus antepartum' );
6757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.10', '', 'Chromosomal abnormality in fetus affecting management of mother unspecified as to episode of care in pregnancy' );
6758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.11', '', 'Chromosomal abnormality in fetus affecting management of mother with delivery' );
6759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.13', '', 'Chromosomal abnormality in fetus affecting management of mother antepartum' );
6760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.20', '', 'Hereditary disease in family possibly affecting fetus affecting management of mother unspecified as to episode of care in pregnancy' );
6761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.21', '', 'Hereditary disease in family possibly affecting fetus affecting management of mother with delivery' );
6762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.23', '', 'Hereditary disease in family possibly affecting fetus affecting management of mother antepartum condition or complication' );
6763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.30', '', 'Suspected damage to fetus from viral disease in the mother affecting management of mother unspecified as to episode of care in pregnancy' );
6764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.31', '', 'Suspected damage to fetus from viral disease in the mother affecting management of mother with delivery' );
6765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.33', '', 'Suspected damage to fetus from viral disease in the mother affecting management of mother antepartum condition or complication' );
6766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.40', '', 'Suspected damage to fetus from other disease in the mother affecting management of mother unspecified as to episode of care in pregnancy' );
6767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.41', '', 'Suspected damage to fetus from other disease in the mother affecting management of mother with delivery' );
6768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.43', '', 'Suspected damage to fetus from other disease in the mother affecting management of mother antepartum condition or complication' );
6769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.50', '', 'Suspected damage to fetus from drugs affecting management of mother unspecified as to episode of care' );
6770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.51', '', 'Suspected damage to fetus from drugs affecting management of mother delivered' );
6771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.53', '', 'Suspected damage to fetus from drugs affecting management of mother antepartum' );
6772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.60', '', 'Suspected damage to fetus from radiation affecting management of mother unspecified as to episode of care' );
6773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.61', '', 'Suspected damage to fetus from radiation affecting management of mother delivered' );
6774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.63', '', 'Suspected damage to fetus from radiation affecting management of mother antepartum condition or complication' );
6775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.70', '', 'Decreased fetal movements affecting management of mother unspecified as to episode of care' );
6776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.71', '', 'Decreased fetal movements affecting management of mother delivered' );
6777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.73', '', 'Decreased fetal movements affecting management of mother antepartum condition or complication' );
6778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.80', '', 'Other known or suspected fetal abnormality not elsewhere classified affecting management of mother unspecified as to episode of care' );
6779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.81', '', 'Other known or suspected fetal abnormality not elsewhere classified affecting management of mother with delivered' );
6780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.83', '', 'Other known or suspected fetal abnormality not elsewhere classified affecting management of mother antepartum condition or complication' );
6781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.90', '', 'Unspecified suspected fetal abnormality affecting management of mother unspecified as to episode of care' );
6782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.91', '', 'Unspecified suspected fetal abnormality affecting management of mother delivered' );
6783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '655.93', '', 'Unspecified suspected fetal abnormality affecting management of mother antepartum condition or complication' );
6784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.00', '', 'Fetal-maternal hemorrhage unspecified as to episode of care in pregnancy' );
6785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.01', '', 'Fetal-maternal hemorrhage with delivery' );
6786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.03', '', 'Fetal-maternal hemorrhage antepartum condition or complication' );
6787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.10', '', 'Rhesus isoimmunization unspecified as to episode of care in pregnancy' );
6788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.11', '', 'Rhesus isoimmunization affecting management of mother delivered' );
6789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.13', '', 'Rhesus isoimmunization affecting management of mother antepartum condition' );
6790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.20', '', 'Isoimmunization from other and unspecified blood-group incompatibility unspecified as to episode of care in pregnancy' );
6791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.21', '', 'Isoimmunization from other and unspecified blood-group incompatibility affecting management of mother delivered' );
6792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.23', '', 'Isoimmunization from other and unspecified blood-group incompatibility affecting management of mother antepartum' );
6793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.30', '', 'Fetal distress affecting management of mother unspecified as to episode of care' );
6794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.31', '', 'Fetal distress affecting management of mother delivered' );
6795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.33', '', 'Fetal distress affecting management of mother antepartum' );
6796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.40', '', 'Intrauterine death affecting management of mother unspecified as to episode of care' );
6797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.41', '', 'Intrauterine death affecting management of mother delivered' );
6798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.43', '', 'Intrauterine death affecting management of mother antepartum' );
6799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.50', '', 'Poor fetal growth affecting management of mother unspecified as to episode of care' );
6800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.51', '', 'Poor fetal growth affecting management of mother delivered' );
6801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.53', '', 'Poor fetal growth affecting management of mother antepartum condition or complication' );
6802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.60', '', 'Excessive fetal growth affecting management of mother unspecified as to episode of care' );
6803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.61', '', 'Excessive fetal growth affecting management of mother delivered' );
6804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.63', '', 'Excessive fetal growth affecting management of mother antepartum' );
6805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.70', '', 'Other placental conditions affecting management of mother unspecified as to episode of care' );
6806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.71', '', 'Other placental conditions affecting management of mother delivered' );
6807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.73', '', 'Other placental conditions affecting management of mother antepartum' );
6808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.80', '', 'Other specified fetal and placental problems affecting management of mother unspecified as to episode of care' );
6809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.81', '', 'Other specified fetal and placental problems affecting management of mother delivered' );
6810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.83', '', 'Other specified fetal and placental problems affecting management of mother antepartum' );
6811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.90', '', 'Unspecified fetal and placental problem affecting management of mother unspecified as to episode of care' );
6812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.91', '', 'Unspecified fetal and placental problem affecting management of mother delivered' );
6813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '656.93', '', 'Unspecified fetal and placental problem affecting management of mother antepartum' );
6814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '657.00', '', 'Polyhydramnios unspecified as to episode of care' );
6815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '657.01', '', 'Polyhydramnios with delivery' );
6816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '657.03', '', 'Polyhydramnios antepartum complication' );
6817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.00', '', 'Oligohydramnios unspecified as to episode of care' );
6818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.01', '', 'Oligohydramnios delivered' );
6819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.03', '', 'Oligohydramnios antepartum' );
6820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.10', '', 'Premature rupture of membranes unspecified as to episode of care' );
6821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.11', '', 'Premature rupture of membranes delivered' );
6822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.13', '', 'Premature rupture of membranes antepartum' );
6823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.20', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes unspecified as to episode of care' );
6824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.21', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes delivered' );
6825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.23', '', 'Delayed delivery after spontaneous or unspecified rupture of membranes antepartum' );
6826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.30', '', 'Delayed delivery after artificial rupture of membranes unspecified as to episode of care' );
6827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.31', '', 'Delayed delivery after artificial rupture of membranes delivered' );
6828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.33', '', 'Delayed delivery after artificial rupture of membranes antepartum' );
6829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.40', '', 'Infection of amniotic cavity unspecified as to episode of care' );
6830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.41', '', 'Infection of amniotic cavity delivered' );
6831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.43', '', 'Infection of amniotic cavity antepartum' );
6832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.80', '', 'Other problems associated with amniotic cavity and membranes unspecified as to episode of care' );
6833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.81', '', 'Other problems associated with amniotic cavity and membranes delivered' );
6834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.83', '', 'Other problems associated with amniotic cavity and membranes antepartum' );
6835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.90', '', 'Unspecified problem associated with amniotic cavity and membranes unspecified as to episode of care' );
6836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.91', '', 'Unspecified problem associated with amniotic cavity and membranes delivered' );
6837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '658.93', '', 'Unspecified problem associated with amniotic cavity and membranes antepartum' );
6838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.00', '', 'Failed mechanical induction of labor unspecified as to episode of care' );
6839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.01', '', 'Failed mechanical induction of labor delivered' );
6840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.03', '', 'Failed mechanical induction of labor antepartum' );
6841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.10', '', 'Failed medical or unspecified induction of labor unspecified as to episode of care' );
6842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.11', '', 'Failed medical or unspecified induction of labor delivered' );
6843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.13', '', 'Failed medical or unspecified induction of labor antepartum' );
6844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.20', '', 'Unspecified type maternal pyrexia during labor unspecified as to episode of care' );
6845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.21', '', 'Unspecified type maternal pyrexia during labor delivered' );
6846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.23', '', 'Unspecified type maternal pyrexia antepartum' );
6847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.30', '', 'Generalized infection during labor unspecified as to episode of care' );
6848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.31', '', 'Generalized infection during labor delivered' );
6849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.33', '', 'Generalized infection during labor antepartum' );
6850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.40', '', 'Grand multiparity with current pregnancy unspecified as to episode of care' );
6851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.41', '', 'Grand multiparity with current pregnancy delivered' );
6852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.43', '', 'Grand multiparity with current pregnancy antepartum' );
6853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.50', '', 'Elderly primigravida unspecified as to episode of care' );
6854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.51', '', 'Elderly primigravida delivered' );
6855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.53', '', 'Elderly primigravida antepartum' );
6856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.60', '', 'Other advanced maternal age unspecified as to episode of care or not applicable' );
6857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.61', '', 'Other advanced maternal age delivered with or without antepartum condition' );
6858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.63', '', 'Other advanced maternal age antepartum condition or complication' );
6859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.70', '', 'Abnormality in fetal heart rate or rhythm unspecified as to episode of care or not applicable' );
6860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.71', '', 'Abnormality in fetal heart rate or rhythm delivered with or without antepartum condition' );
6861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.73', '', 'Abnormality in fetal heart rate or rhythm antepartum condition or complication' );
6862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.80', '', 'Other specified indications for care or intervention related to labor and delivery unspecified as to episode of care' );
6863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.81', '', 'Other specified indications for care or intervention related to labor and delivery delivered' );
6864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.83', '', 'Other specified indications for care or intervention related to labor and delivery antepartum' );
6865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.90', '', 'Unspecified indication for care or intervention related to labor and delivery unspecified as to episode of care' );
6866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.91', '', 'Unspecified indication for care or intervention related to labor and delivery delivered' );
6867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '659.93', '', 'Unspecified indication for care or intervention related to labor and delivery antepartum' );
6868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.00', '', 'Obstruction caused by malposition of fetus at onset of labor unspecified as to episode of care' );
6869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.01', '', 'Obstruction caused by malposition of fetus at onset of labor with delivery' );
6870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.03', '', 'Obstruction caused by malposition of fetus at onset of labor antepartum' );
6871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.10', '', 'Obstruction by bony pelvis during labor unspecified as to episode of care' );
6872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.11', '', 'Obstruction by bony pelvis during labor with delivery' );
6873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.13', '', 'Obstruction by bony pelvis during labor antepartum' );
6874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.20', '', 'Obstruction by abnormal pelvic soft tissues during labor unspecified as to episode of care' );
6875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.21', '', 'Obstruction by abnormal pelvic soft tissues during labor with delivery' );
6876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.23', '', 'Obstruction by abnormal pelvic soft tissues during labor antepartum' );
6877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.30', '', 'Deep transverse arrest and persistent occipitoposterior position unspecified as to episode of care' );
6878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.31', '', 'Deep transverse arrest and persistent occipitoposterior position with delivery' );
6879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.33', '', 'Deep transverse arrest and persistent occipitoposterior position antepartum' );
6880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.40', '', 'Shoulder (girdle) dystocia unspecified as to episode of care' );
6881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.41', '', 'Shoulder (girdle) dystocia with delivery' );
6882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.43', '', 'Shoulder (girdle) dystocia antepartum' );
6883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.50', '', 'Locked twins unspecified as to episode of care in pregnancy' );
6884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.51', '', 'Locked twins with delivery' );
6885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.53', '', 'Locked twins antepartum' );
6886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.60', '', 'Unspecified failed trial of labor unspecified as to episode of care' );
6887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.61', '', 'Unspecified failed trial of labor with delivery' );
6888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.63', '', 'Unspecified failed trial of labor antepartum' );
6889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.70', '', 'Unspecified failed forceps or vacuum extractor unspecified as to episode of care' );
6890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.71', '', 'Unspecified failed forceps or vacuum extractor with delivery' );
6891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.73', '', 'Unspecified failed forceps or vacuum extractor antepartum' );
6892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.80', '', 'Other causes of obstructed labor unspecified as to episode of care' );
6893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.81', '', 'Other causes of obstructed labor with delivery' );
6894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.83', '', 'Other causes of obstructed labor antepartum' );
6895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.90', '', 'Unspecified obstructed labor unspecified as to episode of care' );
6896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.91', '', 'Unspecified obstructed labor with delivery' );
6897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '660.93', '', 'Unspecified obstructed labor antepartum' );
6898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.00', '', 'Primary uterine inertia unspecified as to episode of care' );
6899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.01', '', 'Primary uterine inertia with delivery' );
6900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.03', '', 'Primary uterine inertia antepartum' );
6901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.10', '', 'Secondary uterine inertia unspecified as to episode of care' );
6902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.11', '', 'Secondary uterine inertia with delivery' );
6903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.13', '', 'Secondary uterine inertia antepartum' );
6904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.20', '', 'Other and unspecified uterine inertia unspecified as to episode of care' );
6905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.21', '', 'Other and unspecified uterine inertia with delivery' );
6906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.23', '', 'Other and unspecified uterine inertia antepartum' );
6907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.30', '', 'Precipitate labor unspecified as to episode of care' );
6908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.31', '', 'Precipitate labor with delivery' );
6909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.33', '', 'Precipitate labor antepartum' );
6910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.40', '', 'Hypertonic incoordinate or prolonged uterine contractions unspecified as to episode of care' );
6911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.41', '', 'Hypertonic incoordinate or prolonged uterine contractions with delivery' );
6912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.43', '', 'Hypertonic incoordinate or prolonged uterine contractions antepartum' );
6913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.90', '', 'Unspecified abnormality of labor unspecified as to episode of care' );
6914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.91', '', 'Unspecified abnormality of labor with delivery' );
6915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '661.93', '', 'Unspecified abnormality of labor antepartum' );
6916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.00', '', 'Prolonged first stage of labor unspecified as to episode of care' );
6917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.01', '', 'Prolonged first stage of labor delivered' );
6918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.03', '', 'Prolonged first stage of labor antepartum' );
6919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.10', '', 'Unspecified type prolonged labor unspecified as to episode of care' );
6920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.11', '', 'Unspecified type prolonged labor delivered' );
6921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.13', '', 'Unspecified type prolonged labor antepartum' );
6922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.20', '', 'Prolonged second stage of labor unspecified as to episode of care' );
6923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.21', '', 'Prolonged second stage of labor delivered' );
6924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.23', '', 'Prolonged second stage of labor antepartum' );
6925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.30', '', 'Delayed delivery of second twin triplet etc. unspecified as to episode of care' );
6926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.31', '', 'Delayed delivery of second twin triplet etc. delivered' );
6927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '662.33', '', 'Delayed delivery of second twin triplet etc. antepartum' );
6928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.00', '', 'Prolapse of cord complicating labor and delivery unspecified as to episode of care' );
6929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.01', '', 'Prolapse of cord complicating labor and delivery delivered' );
6930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.03', '', 'Prolapse of cord complicating labor and delivery antepartum' );
6931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.10', '', 'Cord around neck with compression complicating labor and delivery unspecified as to episode of care' );
6932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.11', '', 'Cord around neck with compression complicating labor and delivery delivered' );
6933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.13', '', 'Cord around neck with compression complicating labor and delivery antepartum' );
6934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.20', '', 'Other and unspecified cord entanglement with compression complicating labor and delivery unspecified as to episode of care' );
6935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.21', '', 'Other and unspecified cord entanglement with compression complicating labor and delivery delivered' );
6936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.23', '', 'Other and unspecified cord entanglement with compression complicating labor and delivery antepartum' );
6937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.30', '', 'Other and unspecified cord entanglement without compression complicating labor and delivery unspecified as to episode of care' );
6938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.31', '', 'Other and unspecified cord entanglement without compression complicating labor and delivery delivered' );
6939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.33', '', 'Other and unspecified cord entanglement without compression complicating labor and delivery antepartum' );
6940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.40', '', 'Short cord complicating labor and delivery unspecified as to episode of care' );
6941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.41', '', 'Short cord complicating labor and delivery delivered' );
6942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.43', '', 'Short cord complicating labor and delivery antepartum' );
6943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.50', '', 'Vasa previa complicating labor and delivery unspecified as to episode of care' );
6944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.51', '', 'Vasa previa complicating labor and delivery delivered' );
6945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.53', '', 'Vasa previa complicating labor and delivery antepartum' );
6946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.60', '', 'Vascular lesions of cord complicating labor and delivery unspecified as to episode of care' );
6947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.61', '', 'Vascular lesions of cord complicating labor and delivery delivered' );
6948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.63', '', 'Vascular lesions of cord complicating labor and delivery antepartum' );
6949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.80', '', 'Other umbilical cord complications during labor and delivery unspecified as to episode of care' );
6950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.81', '', 'Other umbilical cord complications during labor and delivery delivered' );
6951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.83', '', 'Other umbilical cord complications during labor and delivery antepartum' );
6952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.90', '', 'Unspecified umbilical cord complication during labor and delivery unspecified as to episode of care' );
6953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.91', '', 'Unspecified umbilical cord complication during labor and delivery delivered' );
6954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '663.93', '', 'Unspecified umbilical cord complication during labor and delivery antepartum' );
6955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.00', '', 'First-degree perineal laceration unspecified as to episode of care in pregnancy' );
6956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.01', '', 'First-degree perineal laceration with delivery' );
6957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.04', '', 'First-degree perineal laceration postpartum' );
6958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.10', '', 'Second-degree perineal laceration unspecified as to episode of care in pregnancy' );
6959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.11', '', 'Second-degree perineal laceration with delivery' );
6960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.14', '', 'Second-degree perineal laceration postpartum' );
6961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.20', '', 'Third-degree perineal laceration unspecified as to episode of care in pregnancy' );
6962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.21', '', 'Third-degree perineal laceration with delivery' );
6963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.24', '', 'Third-degree perineal laceration postpartum' );
6964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.30', '', 'Fourth-degree perineal laceration unspecified as to episode of care in pregnancy' );
6965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.31', '', 'Fourth-degree perineal laceration with delivery' );
6966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.34', '', 'Fourth-degree perineal laceration postpartum' );
6967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.40', '', 'Unspecified perineal laceration unspecified as to episode of care in pregnancy' );
6968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.41', '', 'Unspecified perineal laceration with delivery' );
6969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.44', '', 'Unspecified perineal laceration postpartum' );
6970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.50', '', 'Vulvar and perineal hematoma unspecified as to episode of care in pregnancy' );
6971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.51', '', 'Vulvar and perineal hematoma with delivery' );
6972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.54', '', 'Vulvar and perineal hematoma postpartum' );
6973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.60', '', 'Anal sphincter tear complicating delivery, not associated with third-degree perineal laceration, unspecified as to episode of care or not applicable' );
6974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.61', '', 'Anal sphincter tear complicating delivery, not associated with third-degree perineal laceration, delivered, with or without mention of antepartum condition' );
6975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.64', '', 'Anal sphincter tear complicating delivery, not associated with third-degree perineal laceration, postpartum condition or complication' );
6976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.80', '', 'Other specified trauma to perineum and vulva unspecified as to episode of care in pregnancy' );
6977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.81', '', 'Other specified trauma to perineum and vulva with delivery' );
6978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.84', '', 'Other specified trauma to perineum and vulva postpartum' );
6979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.90', '', 'Unspecified trauma to perineum and vulva unspecified as to episode of care in pregnancy' );
6980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.91', '', 'Unspecified trauma to perineum and vulva with delivery' );
6981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '664.94', '', 'Unspecified trauma to perineum and vulva postpartum' );
6982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.00', '', 'Rupture of uterus before onset of labor unspecified as to episode of care' );
6983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.01', '', 'Rupture of uterus before onset of labor with delivery' );
6984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.03', '', 'Rupture of uterus before onset of labor antepartum' );
6985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.10', '', 'Rupture of uterus unspecified as to episode of care' );
6986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.11', '', 'Rupture of uterus with delivery' );
6987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.20', '', 'Inversion of uterus unspecified as to episode of care in pregnancy' );
6988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.22', '', 'Inversion of uterus delivered with postpartum complication' );
6989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.24', '', 'Inversion of uterus postpartum' );
6990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.30', '', 'Laceration of cervix unspecified as to episode of care in pregnancy' );
6991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.31', '', 'Laceration of cervix with delivery' );
6992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.34', '', 'Laceration of cervix postpartum' );
6993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.40', '', 'High vaginal laceration unspecified as to episode of care in pregnancy' );
6994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.41', '', 'High vaginal laceration with delivery' );
6995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.44', '', 'High vaginal laceration postpartum' );
6996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.50', '', 'Other injury to pelvic organs unspecified as to episode of care in pregnancy' );
6997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.51', '', 'Other injury to pelvic organs with delivery' );
6998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.54', '', 'Other injury to pelvic organs postpartum' );
6999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.60', '', 'Damage to pelvic joints and ligaments unspecified as to episode of care in pregnancy' );
7000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.61', '', 'Damage to pelvic joints and ligaments with delivery' );
7001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.64', '', 'Damage to pelvic joints and ligaments postpartum' );
7002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.70', '', 'Pelvic hematoma unspecified as to episode of care' );
7003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.71', '', 'Pelvic hematoma with delivery' );
7004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.72', '', 'Pelvic hematoma delivered with postpartum complication' );
7005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.74', '', 'Pelvic hematoma postpartum' );
7006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.80', '', 'Other specified obstetrical trauma unspecified as to episode of care' );
7007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.81', '', 'Other specified obstetrical trauma with delivery' );
7008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.82', '', 'Other specified obstetrical trauma delivered with postpartum condition or complication' );
7009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.83', '', 'Other specified obstetrical trauma antepartum' );
7010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.84', '', 'Other specified obstetrical trauma postpartum' );
7011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.90', '', 'Unspecified obstetrical trauma unspecified as to episode of care' );
7012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.91', '', 'Unspecified obstetrical trauma with delivery' );
7013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.92', '', 'Unspecified obstetrical trauma delivered with postpartum complication' );
7014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.93', '', 'Unspecified obstetrical trauma antepartum' );
7015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '665.94', '', 'Unspecified obstetrical trauma postpartum' );
7016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.00', '', 'Third-stage postpartum hemorrhage unspecified as to episode of care' );
7017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.02', '', 'Third-stage postpartum hemorrhage with delivery' );
7018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.04', '', 'Third-stage postpartum hemorrhage' );
7019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.10', '', 'Other immediate postpartum hemorrhage unspecified as to episode of care' );
7020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.12', '', 'Other immediate postpartum hemorrhage with delivery' );
7021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.14', '', 'Other immediate postpartum hemorrhage' );
7022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.20', '', 'Delayed and secondary postpartum hemorrhage unspecified as to episode of care' );
7023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.22', '', 'Delayed and secondary postpartum hemorrhage with delivery' );
7024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.24', '', 'Delayed and secondary postpartum hemorrhage' );
7025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.30', '', 'Postpartum coagulation defects unspecified as to episode of care' );
7026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.32', '', 'Postpartum coagulation defects with delivery' );
7027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '666.34', '', 'Postpartum coagulation defects' );
7028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.00', '', 'Retained placenta without hemorrhage unspecified as to episode of care' );
7029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.02', '', 'Retained placenta without hemorrhage with delivery with postpartum complication' );
7030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.04', '', 'Retained placenta without hemorrhage postpartum condition or complication' );
7031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.10', '', 'Retained portions of placenta or membranes without hemorrhage unspecified as to episode of care' );
7032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.12', '', 'Retained portions of placenta or membranes without hemorrhage delivered with postpartum complication' );
7033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '667.14', '', 'Retained portions of placenta or membranes without hemorrhage postpartum condition or complication' );
7034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.00', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery unspecified as to episode of care' );
7035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.01', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery delivered' );
7036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.02', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery delivered with postpartum complication' );
7037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.03', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery antepartum' );
7038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.04', '', 'Pulmonary complications of anesthesia or other sedation in labor and delivery postpartum' );
7039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.10', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery unspecified as to episode of care' );
7040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.11', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery delivered' );
7041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.12', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery delivered with postpartum complication' );
7042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.13', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery antepartum' );
7043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.14', '', 'Cardiac complications of anesthesia or other sedation in labor and delivery postpartum' );
7044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.20', '', 'Central nervous system complications of anesthesia or other sedation in labor and delivery unspecified as to episode of care' );
7045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.21', '', 'Central nervous system complications of anesthesia or other sedation in labor and delivery delivered' );
7046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.22', '', 'Central nervous system complications of anesthesia or other sedation in labor and delivery delivered with postpartum complication' );
7047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.23', '', 'Central nervous system complications of anesthesia or other sedation in labor and delivery antepartum' );
7048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.24', '', 'Central nervous system complications of anesthesia or other sedation in labor and delivery postpartum' );
7049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.80', '', 'Other complications of anesthesia or other sedation in labor and delivery unspecified as to episode of care' );
7050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.81', '', 'Other complications of anesthesia or other sedation in labor and delivery delivered' );
7051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.82', '', 'Other complications of anesthesia or other sedation in labor and delivery delivered with postpartum complication' );
7052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.83', '', 'Other complications of anesthesia or other sedation in labor and delivery antepartum' );
7053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.84', '', 'Other complications of anesthesia or other sedation in labor and delivery postpartum' );
7054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.90', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery unspecified as to episode of care' );
7055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.91', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery delivered' );
7056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.92', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery delivered with postpartum complication' );
7057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.93', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery antepartum' );
7058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '668.94', '', 'Unspecified complication of anesthesia or other sedation in labor and delivery postpartum' );
7059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.00', '', 'Maternal distress complicating labor and delivery unspecified as to episode of care' );
7060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.01', '', 'Maternal distress with delivery with or without antepartum condition' );
7061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.02', '', 'Maternal distress with delivery with postpartum complication' );
7062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.03', '', 'Maternal distress complicating labor and delivery antepartum condition or complication' );
7063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.04', '', 'Maternal distress complicating labor and delivery postpartum condition or complication' );
7064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.10', '', 'Obstetric shock unspecified as to episode of care' );
7065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.11', '', 'Obstetric shock with delivery with or without antepartum condition' );
7066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.12', '', 'Obstetric shock with delivery with postpartum complication' );
7067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.13', '', 'Antepartum obstetric shock' );
7068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.14', '', 'Postpartum obstetric shock' );
7069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.20', '', 'Maternal hypotension syndrome complicating labor and delivery unspecified as to episode of care' );
7070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.21', '', 'Maternal hypotension syndrome with delivery with or without antepartum condition' );
7071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.22', '', 'Maternal hypotension syndrome with delivery with postpartum complication' );
7072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.23', '', 'Maternal hypotension syndrome antepartum' );
7073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.24', '', 'Maternal hypotension syndrome postpartum' );
7074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.30', '', 'Acute kidney failure following labor and delivery, unspecified as to episode of care or not applicable' );
7075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.32', '', 'Acute kidney failure following labor and delivery, delivered, with mention of postpartum complication' );
7076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.34', '', 'Acute kidney failure following labor and delivery, postpartum condition or complication' );
7077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.40', '', 'Other complications of obstetrical surgery and procedures unspecified as to episode of care' );
7078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.41', '', 'Other complications of obstetrical surgery and procedures with delivery with or without antepartum condition' );
7079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.42', '', 'Other complications of obstetrical surgery and procedures with delivery with postpartum complication' );
7080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.43', '', 'Other complications of obstetrical surgery and procedures antepartum condition or complication' );
7081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.44', '', 'Other complications of obstetrical surgery and procedures postpartum condition or complication' );
7082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.50', '', 'Forceps or vacuum extractor delivery without indication unspecified as to episode of care' );
7083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.51', '', 'Forceps or vacuum extractor delivery without indication delivered with or without antepartum condition' );
7084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.60', '', 'Breech extraction without indication unspecified as to episode of care' );
7085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.61', '', 'Breech extraction without indication delivered with or without antepartum condition' );
7086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.70', '', 'Cesarean delivery without indication unspecified as to episode of care' );
7087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.71', '', 'Cesarean delivery without indication delivered with or without antepartum condition' );
7088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.80', '', 'Other complications of labor and delivery unspecified as to episode of care' );
7089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.81', '', 'Other complications of labor and delivery delivered with or without antepartum condition' );
7090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.82', '', 'Other complications of labor and delivery delivered with postpartum complication' );
7091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.83', '', 'Other complications of labor and delivery antepartum condition or complication' );
7092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.84', '', 'Other complications of labor and delivery postpartum condition or complication' );
7093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.90', '', 'Unspecified complication of labor and delivery unspecified as to episode of care' );
7094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.91', '', 'Unspecified complication of labor and delivery with delivery with or without antepartum condition' );
7095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.92', '', 'Unspecified complication of labor and delivery with delivery with postpartum complication' );
7096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.93', '', 'Unspecified complication of labor and delivery antepartum condition or complication' );
7097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '669.94', '', 'Unspecified complication of labor and delivery postpartum condition or complication' );
7098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.00', '', 'Major puerperal infection, unspecified, unspecified as to episode of care or not applicable' );
7099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.02', '', 'Major puerperal infection, unspecified, delivered, with mention of postpartum complication' );
7100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.04', '', 'Major puerperal infection, unspecified, postpartum condition or complication' );
7101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.10', '', 'Puerperal endometritis, unspecified as to episode of care or not applicable' );
7102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.12', '', 'Puerperal endometritis, delivered, with mention of postpartum complication' );
7103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.14', '', 'Puerperal endometritis, postpartum condition or complication' );
7104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.20', '', 'Puerperal sepsis, unspecified as to episode of care or not applicable' );
7105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.22', '', 'Puerperal sepsis, delivered, with mention of postpartum complication' );
7106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.24', '', 'Puerperal sepsis, postpartum condition or complication' );
7107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.30', '', 'Puerperal septic thrombophlebitis, unspecified as to episode of care or not applicable' );
7108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.32', '', 'Puerperal septic thrombophlebitis, delivered, with mention of postpartum complication' );
7109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.34', '', 'Puerperal septic thrombophlebitis, postpartum condition or complication' );
7110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.80', '', 'Other major puerperal infection, unspecified as to episode of care or not applicable' );
7111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.82', '', 'Other major puerperal infection, delivered, with mention of postpartum complication' );
7112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '670.84', '', 'Other major puerperal infection, postpartum condition or complication' );
7113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.00', '', 'Varicose veins of legs complicating pregnancy and the puerperium unspecified as to episode of care' );
7114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.01', '', 'Varicose veins of legs with delivery with or without antepartum condition' );
7115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.02', '', 'Varicose veins of legs with delivery with postpartum complication' );
7116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.03', '', 'Antepartum varicose veins of legs' );
7117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.04', '', 'Postpartum varicose veins of legs' );
7118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.10', '', 'Varicose veins of vulva and perineum complicating pregnancy and the puerperium unspecified as to episode of care' );
7119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.11', '', 'Varicose veins of vulva and perineum with delivery with or without antepartum condition' );
7120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.12', '', 'Varicose veins of vulva and perineum with delivery with postpartum complication' );
7121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.13', '', 'Antepartum varicose veins of vulva and perineum' );
7122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.14', '', 'Postpartum varicose veins of vulva and perineum' );
7123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.20', '', 'Superficial thrombophlebitis complicating pregnancy and the puerperium unspecified as to episode of care' );
7124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.21', '', 'Superficial thrombophlebitis with delivery with or without antepartum condition' );
7125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.22', '', 'Superficial thrombophlebitis with delivery with postpartum complication' );
7126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.23', '', 'Antepartum superficial thrombophlebitis' );
7127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.24', '', 'Postpartum superficial thrombophlebitis' );
7128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.30', '', 'Deep phlebothrombosis antepartum unspecified as to episode of care' );
7129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.31', '', 'Deep phlebothrombosis antepartum with delivery' );
7130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.33', '', 'Deep phlebothrombosis antepartum' );
7131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.40', '', 'Deep phlebothrombosis postpartum unspecified as to episode of care' );
7132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.42', '', 'Deep phlebothrombosis postpartum with delivery' );
7133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.44', '', 'Deep phlebothrombosis postpartum' );
7134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.50', '', 'Other phlebitis and thrombosis complicating pregnancy and the puerperium unspecified as to episode of care' );
7135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.51', '', 'Other phlebitis and thrombosis with delivery with or without antepartum condition' );
7136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.52', '', 'Other phlebitis and thrombosis with delivery with postpartum complication' );
7137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.53', '', 'Other antepartum phlebitis and thrombosis' );
7138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.54', '', 'Other postpartum phlebitis and thrombosis' );
7139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.80', '', 'Other venous complications of pregnancy and the puerperium unspecified as to episode of care' );
7140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.81', '', 'Other venous complications with delivery with or without antepartum condition' );
7141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.82', '', 'Other venous complications with delivery with postpartum complication' );
7142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.83', '', 'Other antepartum venous complications' );
7143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.84', '', 'Other postpartum venous complications' );
7144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.90', '', 'Unspecified venous complication of pregnancy and the puerperium unspecified as to episode of care' );
7145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.91', '', 'Unspecified venous complication with delivery with or without antepartum condition' );
7146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.92', '', 'Unspecified venous complication with delivery with postpartum complication' );
7147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.93', '', 'Unspecified antepartum venous complication' );
7148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '671.94', '', 'Unspecified postpartum venous complication' );
7149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '672.00', '', 'Puerperal pyrexia of unknown origin unspecified as to episode of care' );
7150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '672.02', '', 'Puerperal pyrexia of unknown origin delivered with postpartum complication' );
7151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '672.04', '', 'Puerperal pyrexia of unknown origin postpartum' );
7152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.00', '', 'Obstetrical air embolism unspecified as to episode of care' );
7153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.01', '', 'Obstetrical air embolism with delivery with or without antepartum condition' );
7154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.02', '', 'Obstetrical air embolism with delivery with postpartum complication' );
7155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.03', '', 'Obstetrical air embolism antepartum condition or complication' );
7156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.04', '', 'Obstetrical air embolism postpartum condition or complication' );
7157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.10', '', 'Amniotic fluid embolism unspecified as to episode of care' );
7158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.11', '', 'Amniotic fluid embolism with delivery with or without antepartum condition' );
7159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.12', '', 'Amniotic fluid embolism with delivery with postpartum complication' );
7160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.13', '', 'Amniotic fluid embolism antepartum condition or complication' );
7161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.14', '', 'Amniotic fluid embolism postpartum condition or complication' );
7162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.20', '', 'Obstetrical blood-clot embolism unspecified as to episode of care' );
7163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.21', '', 'Obstetrical blood-clot embolism with delivery with or without antepartum condition' );
7164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.22', '', 'Obstetrical blood-clot embolism with postpartum complication' );
7165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.23', '', 'Obstetrical blood-clot embolism antepartum' );
7166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.24', '', 'Obstetrical blood-clot embolism postpartum' );
7167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.30', '', 'Obstetrical pyemic and septic embolism unspecified as to episode of care' );
7168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.31', '', 'Obstetrical pyemic and septic embolism with delivery with or without antepartum condition' );
7169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.32', '', 'Obstetrical pyemic and septic embolism with delivery with postpartum complication' );
7170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.33', '', 'Obstetrical pyemic and septic embolism antepartum' );
7171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.34', '', 'Obstetrical pyemic and septic embolism postpartum' );
7172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.80', '', 'Other obstetrical pulmonary embolism unspecified as to episode of care' );
7173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.81', '', 'Other obstetrical pulmonary embolism with delivery with or without antepartum condition' );
7174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.82', '', 'Other obstetrical pulmonary embolism with delivery with postpartum complication' );
7175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.83', '', 'Other obstetrical pulmonary embolism antepartum' );
7176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '673.84', '', 'Other obstetrical pulmonary embolism postpartum' );
7177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.00', '', 'Cerebrovascular disorders occurring in pregnancy childbirth or the puerperium unspecified as to episode of care' );
7178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.01', '', 'Cerebrovascular disorders with delivery with or without antepartum condition' );
7179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.02', '', 'Cerebrovascular disorders with delivery with postpartum complication' );
7180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.03', '', 'Antepartum cerebrovascular disorders' );
7181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.04', '', 'Postpartum cerebrovascular disorders' );
7182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.10', '', 'Disruption of cesarean wound unspecified as to episode of care' );
7183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.12', '', 'Disruption of cesarean wound with delivery with postpartum complication' );
7184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.14', '', 'Disruption of cesarean wound postpartum' );
7185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.20', '', 'Disruption of perineal wound unspecified as to episode of care in pregnancy' );
7186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.22', '', 'Disruption of perineal wound with delivery with postpartum complication' );
7187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.24', '', 'Disruption of obstetrical perineal wound postpartum' );
7188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.30', '', 'Other complications of obstetrical surgical wounds unspecified as to episode of care' );
7189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.32', '', 'Other complications of obstetrical surgical wounds with delivery with postpartum complication' );
7190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.34', '', 'Other complications of obstetrical surgical wounds postpartum condition or complication' );
7191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.40', '', 'Placental polyp unspecified as to episode of care' );
7192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.42', '', 'Placental polyp with delivery with postpartum complication' );
7193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.44', '', 'Placental polyp postpartum' );
7194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.50', '', 'Peripartum cardiomyopathy unspecified' );
7195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.51', '', 'Peripartum cardiomyopathy with delivery with or without antepartum condition' );
7196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.52', '', 'Peripartum cardiomyopathy with delivery with postpartum complication' );
7197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.53', '', 'Peripartum cardiomyopathy with antepartum condition or complication' );
7198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.54', '', 'Peripartum cardiomyopathy with postpartum condition or complication' );
7199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.80', '', 'Other complications of puerperium unspecified as to episode of care' );
7200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.82', '', 'Other complications of puerperium with delivery with postpartum complication' );
7201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.84', '', 'Other complications of puerperium' );
7202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.90', '', 'Unspecified complications of puerperium unspecified as to episode of care' );
7203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.92', '', 'Unspecified complications of puerperium with delivery with postpartum complication' );
7204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '674.94', '', 'Unspecified complications of puerperium' );
7205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.00', '', 'Infections of nipple associated with childbirth unspecified as to episode of care' );
7206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.01', '', 'Infections of nipple associated with childbirth delivered with or without antepartum condition' );
7207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.02', '', 'Infections of nipple associated with childbirth delivered with postpartum complication' );
7208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.03', '', 'Antepartum infections of nipple' );
7209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.04', '', 'Postpartum infections of nipple' );
7210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.10', '', 'Abscess of breast associated with childbirth unspecified as to episode of care' );
7211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.11', '', 'Abscess of breast associated with childbirth delivered with or without antepartum condition' );
7212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.12', '', 'Abscess of breast associated with childbirth delivered with postpartum complication' );
7213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.13', '', 'Antepartum abscess of breast' );
7214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.14', '', 'Postpartum abscess of breast' );
7215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.20', '', 'Nonpurulent mastitis associated with childbirth unspecified as to episode of care' );
7216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.21', '', 'Nonpurulent mastitis associated with childbirth delivered with or without antepartum condition' );
7217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.22', '', 'Nonpurulent mastitis associated with childbirth delivered with postpartum complication' );
7218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.23', '', 'Antepartum nonpurulent mastitis' );
7219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.24', '', 'Postpartum nonpurulent mastitis' );
7220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.80', '', 'Other specified infections of the breast and nipple associated with childbirth unspecified as to episode of care' );
7221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.81', '', 'Other specified infections of the breast and nipple associated with childbirth delivered with or without antepartum condition' );
7222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.82', '', 'Other specified infections of the breast and nipple associated with childbirth delivered with postpartum complication' );
7223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.83', '', 'Other specified antepartum infections of the breast and nipple' );
7224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.84', '', 'Other specified postpartum infections of the breast and nipple' );
7225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.90', '', 'Unspecified infection of the breast and nipple associated with childbirth unspecified as to episode of care' );
7226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.91', '', 'Unspecified infection of the breast and nipple associated with childbirth delivered with or without antepartum condition' );
7227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.92', '', 'Unspecified infection of the breast and nipple associated with childbirth delivered with postpartum complication' );
7228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.93', '', 'Unspecified antepartum infection of the breast and nipple' );
7229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '675.94', '', 'Unspecified postpartum infection of the breast and nipple' );
7230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.00', '', 'Retracted nipple associated with childbirth unspecified as to episode of care' );
7231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.01', '', 'Retracted nipple associated with childbirth delivered with or without antepartum condition' );
7232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.02', '', 'Retracted nipple associated with childbirth delivered with postpartum complication' );
7233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.03', '', 'Retracted nipple associated with childbirth antepartum condition or complication' );
7234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.04', '', 'Retracted nipple associated with childbirth postpartum condition or complication' );
7235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.10', '', 'Cracked nipple associated with childbirth unspecified as to episode of care' );
7236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.11', '', 'Cracked nipple associated with childbirth delivered with or without antepartum condition' );
7237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.12', '', 'Cracked nipple associated with childbirth delivered with postpartum complication' );
7238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.13', '', 'Cracked nipple associated with childbirth antepartum condition or complication' );
7239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.14', '', 'Cracked nipple associated with childbirth postpartum condition or complication' );
7240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.20', '', 'Engorgement of breasts associated with childbirth unspecified as to episode of care' );
7241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.21', '', 'Engorgement of breasts associated with childbirth delivered with or without antepartum condition' );
7242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.22', '', 'Engorgement of breasts associated with childbirth delivered with postpartum complication' );
7243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.23', '', 'Antepartum engorgement of breasts associated with childbirth' );
7244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.24', '', 'Postpartum engorgement of breasts associated with childbirth' );
7245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.30', '', 'Other and unspecified disorder of breast associated with childbirth unspecified as to episode of care' );
7246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.31', '', 'Other and unspecified disorder of breast associated with childbirth delivered with or without antepartum condition' );
7247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.32', '', 'Other and unspecified disorder of breast associated with childbirth delivered with postpartum complication' );
7248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.33', '', 'Other and unspecified disorder of breast associated with childbirth antepartum condition or complication' );
7249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.34', '', 'Other and unspecified disorder of breast associated with childbirth postpartum condition or complication' );
7250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.40', '', 'Failure of lactation unspecified as to episode of care' );
7251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.41', '', 'Failure of lactation with delivery with or without antepartum condition' );
7252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.42', '', 'Failure of lactation with delivery with postpartum complication' );
7253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.43', '', 'Failure of lactation antepartum condition or complication' );
7254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.44', '', 'Failure of lactation postpartum condition or complication' );
7255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.50', '', 'Suppressed lactation unspecified as to episode of care' );
7256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.51', '', 'Suppressed lactation with delivery with or without antepartum condition' );
7257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.52', '', 'Suppressed lactation with delivery with postpartum complication' );
7258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.53', '', 'Suppressed lactation antepartum condition or complication' );
7259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.54', '', 'Suppressed lactation postpartum condition or complication' );
7260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.60', '', 'Galactorrhea associated with childbirth unspecified as to episode of care' );
7261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.61', '', 'Galactorrhea with delivery with or without antepartum condition' );
7262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.62', '', 'Galactorrhea with delivery with postpartum complication' );
7263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.63', '', 'Galactorrhea antepartum condition or complication' );
7264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.64', '', 'Galactorrhea postpartum condition or complication' );
7265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.80', '', 'Other disorders of lactation unspecified as to episode of care' );
7266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.81', '', 'Other disorders of lactation with delivery with or without antepartum condition' );
7267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.82', '', 'Other disorders of lactation with delivery with postpartum complication' );
7268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.83', '', 'Other disorders of lactation antepartum condition or complication' );
7269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.84', '', 'Other disorders of lactation postpartum condition or complication' );
7270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.90', '', 'Unspecified disorder of lactation unspecified as to episode of care' );
7271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.91', '', 'Unspecified disorder of lactation with delivery with or without antepartum condition' );
7272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.92', '', 'Unspecified disorder of lactation with delivery with postpartum complication' );
7273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.93', '', 'Unspecified disorder of lactation antepartum condition or complication' );
7274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '676.94', '', 'Unspecified disorder of lactation postpartum condition or complication' );
7275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '677', '', 'Late effect of complication of pregnancy childbirth the puerperium' );
7276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.00', '', 'Fetal hematologic conditions, unspecified as to episode of care or not applicable' );
7277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.01', '', 'Fetal hematologic conditions, delivered, with or without mention of antepartum condition' );
7278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.03', '', 'Fetal hematologic conditions, antepartum condition or complication' );
7279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.10', '', 'Fetal conjoined twins, unspecified as to episode of care or not applicable' );
7280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.11', '', 'Fetal conjoined twins, delivered, with or without mention of antepartum condition' );
7281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '678.13', '', 'Fetal conjoined twins, antepartum condition or complication' );
7282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.00', '', 'Maternal complications from in utero procedure, unspecified as to episode of care or not applicable' );
7283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.01', '', 'Maternal complications from in utero procedure, delivered, with or without mention of antepartum condition' );
7284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.02', '', 'Maternal complications from in utero procedure, delivered, with mention of postpartum complication' );
7285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.03', '', 'Maternal complications from in utero procedure, antepartum condition or complication' );
7286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.04', '', 'Maternal complications from in utero procedure, postpartum condition or complication' );
7287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.10', '', 'Fetal complications from in utero procedures, unspecified as to episode of care or not applicable' );
7288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.11', '', 'Fetal complications from in utero procedures, delivered, with or without mention of antepartum condition' );
7289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.12', '', 'Fetal complications from in utero procedures, delivered, with mention of postpartum complication' );
7290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.13', '', 'Fetal complications from in utero procedures, antepartum condition or complication' );
7291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '679.14', '', 'Fetal complications from in utero procedures, postpartum condition or complication' );
7292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.0', '', 'Carbuncle and furuncle of face' );
7293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.1', '', 'Carbuncle and furuncle of neck' );
7294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.2', '', 'Carbuncle and furuncle of trunk' );
7295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.3', '', 'Carbuncle and furuncle of upper arm and forearm' );
7296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.4', '', 'Carbuncle and furuncle of hand' );
7297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.5', '', 'Carbuncle and furuncle of buttock' );
7298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.6', '', 'Carbuncle and furuncle of leg except foot' );
7299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.7', '', 'Carbuncle and furuncle of foot' );
7300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.8', '', 'Carbuncle and furuncle of other specified sites' );
7301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '680.9', '', 'Carbuncle and furuncle of unspecified site' );
7302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.00', '', 'Unspecified cellulitis and abscess of finger' );
7303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.01', '', 'Felon' );
7304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.02', '', 'Onychia and paronychia of finger' );
7305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.10', '', 'Unspecified cellulitis and abscess of toe' );
7306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.11', '', 'Onychia and paronychia of toe' );
7307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '681.9', '', 'Cellulitis and abscess of unspecified digit' );
7308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.0', '', 'Cellulitis and abscess of face' );
7309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.1', '', 'Cellulitis and abscess of neck' );
7310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.2', '', 'Cellulitis and abscess of trunk' );
7311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.3', '', 'Cellulitis and abscess of upper arm and forearm' );
7312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.4', '', 'Cellulitis and abscess of hand except fingers and thumb' );
7313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.5', '', 'Cellulitis and abscess of buttock' );
7314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.6', '', 'Cellulitis and abscess of leg except foot' );
7315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.7', '', 'Cellulitis and abscess of foot except toes' );
7316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.8', '', 'Cellulitis and abscess of other specified sites' );
7317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '682.9', '', 'Cellulitis and abscess of unspecified sites' );
7318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '683', '', 'Acute lymphadenitis' );
7319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '684', '', 'Impetigo' );
7320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '685.0', '', 'Pilonidal cyst with abscess' );
7321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '685.1', '', 'Pilonidal cyst without abscess' );
7322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.00', '', 'Pyoderma unspecified' );
7323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.01', '', 'Pyoderma gangrenosum' );
7324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.09', '', 'Other pyoderma' );
7325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.1', '', 'Pyogenic granuloma of skin and subcutaneous tissue' );
7326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.8', '', 'Other specified local infections of skin and subcutaneous tissue' );
7327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '686.9', '', 'Unspecified local infection of skin and subcutaneous tissue' );
7328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '690.10', '', 'Seborrheic dermatitis unspecified' );
7329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '690.11', '', 'Seborrhea capitis' );
7330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '690.12', '', 'Seborrheic infantile dermatitis' );
7331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '690.18', '', 'Other seborrheic dermatitis' );
7332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '690.8', '', 'Other erythematosquamous dermatosis' );
7333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '691.0', '', 'Diaper or napkin rash' );
7334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '691.8', '', 'Other atopic dermatitis and related conditions' );
7335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.0', '', 'Contact dermatitis and other eczema due to detergents' );
7336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.1', '', 'Contact dermatitis and other eczema due to oils and greases' );
7337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.2', '', 'Contact dermatitis and other eczema due to solvents' );
7338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.3', '', 'Contact dermatitis and other eczema due to drugs and medicines in contact with skin' );
7339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.4', '', 'Contact dermatitis and other eczema due to other chemical products' );
7340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.5', '', 'Contact dermatitis and other eczema due to food in contact with skin' );
7341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.6', '', 'Contact dermatitis and other eczema due to plants (except food)' );
7342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.70', '', 'Unspecified dermatitis due to sun' );
7343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.71', '', 'Sunburn' );
7344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.72', '', 'Acute dermatitis due to solar radiation' );
7345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.73', '', 'Actinic reticuloid and actinic granuloma' );
7346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.74', '', 'Other chronic dermatitis due to solar radiation' );
7347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.75', '', 'Disseminated superficial actinic porokeratosis (dsap)' );
7348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.76', '', 'Sunburn of second degree' );
7349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.77', '', 'Sunburn of third degree' );
7350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.79', '', 'Other dermatitis due to solar radiation' );
7351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.81', '', 'Dermatitis due to cosmetics' );
7352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.82', '', 'Dermatitis due to other radiation' );
7353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.83', '', 'Dermatitis due to metals' );
7354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.84', '', 'Contact dermatitis due to animal (cat) (dog) dander' );
7355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.89', '', 'Contact dermatitis and other eczema due to other specified agents' );
7356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '692.9', '', 'Contact dermatitis and other eczema unspecified cause' );
7357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '693.0', '', 'Dermatitis due to drugs and medicines taken internally' );
7358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '693.1', '', 'Dermatitis due to food taken internally' );
7359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '693.8', '', 'Dermatitis due to other specified substances taken internally' );
7360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '693.9', '', 'Dermatitis due to unspecified substance taken internally' );
7361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.0', '', 'Dermatitis herpetiformis' );
7362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.1', '', 'Subcorneal pustular dermatosis' );
7363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.2', '', 'Juvenile dermatitis herpetiformis' );
7364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.3', '', 'Impetigo herpetiformis' );
7365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.4', '', 'Pemphigus' );
7366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.5', '', 'Pemphigoid' );
7367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.60', '', 'Benign mucous membrane pemphigoid without ocular involvement' );
7368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.61', '', 'Benign mucous membrane pemphigoid with ocular involvement' );
7369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.8', '', 'Other specified bullous dermatoses' );
7370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '694.9', '', 'Unspecified bullous dermatoses' );
7371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.0', '', 'Toxic erythema' );
7372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.10', '', 'Erythema multiforme, unspecified' );
7373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.11', '', 'Erythema multiforme minor' );
7374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.12', '', 'Erythema multiforme major' );
7375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.13', '', 'Stevens-johnson syndrome' );
7376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.14', '', 'Stevens-johnson syndrome-toxic epidermal necrolysis overlap syndrome' );
7377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.15', '', 'Toxic epidermal necrolysis' );
7378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.19', '', 'Other erythema multiforme' );
7379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.2', '', 'Erythema nodosum' );
7380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.3', '', 'Rosacea' );
7381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.4', '', 'Lupus erythematosus' );
7382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.50', '', 'Exfoliation due to erythematous condition involving less than 10 percent of body surface' );
7383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.51', '', 'Exfoliation due to erythematous condition involving 10-19 percent of body surface' );
7384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.52', '', 'Exfoliation due to erythematous condition involving 20-29 percent of body surface' );
7385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.53', '', 'Exfoliation due to erythematous condition involving 30-39 percent of body surface' );
7386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.54', '', 'Exfoliation due to erythematous condition involving 40-49 percent of body surface' );
7387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.55', '', 'Exfoliation due to erythematous condition involving 50-59 percent of body surface' );
7388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.56', '', 'Exfoliation due to erythematous condition involving 60-69 percent of body surface' );
7389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.57', '', 'Exfoliation due to erythematous condition involving 70-79 percent of body surface' );
7390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.58', '', 'Exfoliation due to erythematous condition involving 80-89 percent of body surface' );
7391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.59', '', 'Exfoliation due to erythematous condition involving 90 percent or more of body surface' );
7392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.81', '', 'Ritter''s disease' );
7393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.89', '', 'Other specified erythematous conditions' );
7394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '695.9', '', 'Unspecified erythematous condition' );
7395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.0', '', 'Psoriatic arthropathy' );
7396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.1', '', 'Other psoriasis and similar disorders' );
7397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.2', '', 'Parapsoriasis' );
7398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.3', '', 'Pityriasis rosea' );
7399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.4', '', 'Pityriasis rubra pilaris' );
7400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.5', '', 'Other and unspecified pityriasis' );
7401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '696.8', '', 'Other psoriasis and similar disorders' );
7402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '697.0', '', 'Lichen planus' );
7403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '697.1', '', 'Lichen nitidus' );
7404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '697.8', '', 'Other lichen not elsewhere classified' );
7405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '697.9', '', 'Lichen unspecified' );
7406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.0', '', 'Pruritus ani' );
7407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.1', '', 'Pruritus of genital organs' );
7408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.2', '', 'Prurigo' );
7409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.3', '', 'Lichenification and lichen simplex chronicus' );
7410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.4', '', 'Dermatitis factitia (artefacta)' );
7411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.8', '', 'Other specified pruritic conditions' );
7412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '698.9', '', 'Unspecified pruritic disorder' );
7413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '700', '', 'Corns and callosities' );
7414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.0', '', 'Circumscribed scleroderma' );
7415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.1', '', 'Keratoderma acquired' );
7416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.2', '', 'Acquired acanthosis nigricans' );
7417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.3', '', 'Striae atrophicae' );
7418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.4', '', 'Keloid scar' );
7419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.5', '', 'Other abnormal granulation tissue' );
7420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.8', '', 'Other specified hypertrophic and atrophic conditions of skin' );
7421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '701.9', '', 'Unspecified hypertrophic and atrophic conditions of skin' );
7422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '702.0', '', 'Actinic keratosis' );
7423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '702.11', '', 'Inflamed seborrheic keratosis' );
7424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '702.19', '', 'Other seborrheic keratosis' );
7425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '702.8', '', 'Other specified dermatoses' );
7426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '703.0', '', 'Ingrowing nail' );
7427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '703.8', '', 'Other specified diseases of nail' );
7428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '703.9', '', 'Unspecified disease of nail' );
7429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.00', '', 'Alopecia unspecified' );
7430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.01', '', 'Alopecia areata' );
7431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.02', '', 'Telogen effluvium' );
7432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.09', '', 'Other alopecia' );
7433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.1', '', 'Hirsutism' );
7434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.2', '', 'Abnormalities of the hair' );
7435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.3', '', 'Variations in hair color' );
7436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.8', '', 'Other specified diseases of hair and hair follicles' );
7437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '704.9', '', 'Unspecified disease of hair and hair follicles' );
7438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.0', '', 'Anhidrosis' );
7439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.1', '', 'Prickly heat' );
7440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.21', '', 'Primary focal hyperhidrosis' );
7441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.22', '', 'Secondary focal hyperhidrosis' );
7442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.81', '', 'Dyshidrosis' );
7443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.82', '', 'Fox-fordyce disease' );
7444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.83', '', 'Hidradenitis' );
7445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.89', '', 'Other specified disorders of sweat glands' );
7446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '705.9', '', 'Unspecified disorder of sweat glands' );
7447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.0', '', 'Acne varioliformis' );
7448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.1', '', 'Other acne' );
7449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.2', '', 'Sebaceous cyst' );
7450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.3', '', 'Seborrhea' );
7451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.8', '', 'Other specified diseases of sebaceous glands' );
7452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '706.9', '', 'Unspecified disease of sebaceous glands' );
7453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.00', '', 'Chronic ulcer of skin, unspecified site' );
7454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.01', '', 'Chronic ulcer of skin, elbow' );
7455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.02', '', 'Chronic ulcer of skin, upper back' );
7456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.03', '', 'Chronic ulcer of skin, lower back' );
7457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.04', '', 'Chronic ulcer of skin, hip' );
7458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.05', '', 'Chronic ulcer of skin, buttock' );
7459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.06', '', 'Chronic ulcer of skin, ankle' );
7460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.07', '', 'Chronic ulcer of skin, heel' );
7461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.09', '', 'Chronic ulcer of skin, other site' );
7462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.10', '', 'Unspecified ulcer of lower limb' );
7463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.11', '', 'Ulcer of thigh' );
7464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.12', '', 'Ulcer of calf' );
7465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.13', '', 'Ulcer of ankle' );
7466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.14', '', 'Ulcer of heel and midfoot' );
7467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.15', '', 'Ulcer of other part of foot' );
7468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.19', '', 'Ulcer of other part of lower limb' );
7469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.20', '', 'Pressure ulcer, unspecified stage' );
7470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.21', '', 'Pressure ulcer, stage i' );
7471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.22', '', 'Pressure ulcer, stage ii' );
7472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.23', '', 'Pressure ulcer, stage iii' );
7473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.24', '', 'Pressure ulcer, stage iv' );
7474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.25', '', 'Pressure ulcer, unstageable' );
7475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.8', '', 'Chronic ulcer of other specified sites' );
7476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '707.9', '', 'Chronic ulcer of unspecified site' );
7477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.0', '', 'Allergic urticaria' );
7478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.1', '', 'Idiopathic urticaria' );
7479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.2', '', 'Urticaria due to cold and heat' );
7480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.3', '', 'Dermatographic urticaria' );
7481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.4', '', 'Vibratory urticaria' );
7482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.5', '', 'Cholinergic urticaria' );
7483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.8', '', 'Other specified urticaria' );
7484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '708.9', '', 'Unspecified urticaria' );
7485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.00', '', 'Dyschromia unspecified' );
7486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.01', '', 'Vitiligo' );
7487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.09', '', 'Other dyschromia' );
7488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.1', '', 'Vascular disorders of skin' );
7489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.2', '', 'Scar conditions and fibrosis of skin' );
7490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.3', '', 'Degenerative skin disorders' );
7491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.4', '', 'Foreign body granuloma of skin and subcutaneous tissue' );
7492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.8', '', 'Other specified disorders of skin' );
7493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '709.9', '', 'Unspecified disorder of skin and subcutaneous tissue' );
7494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.0', '', 'Systemic lupus erythematosus' );
7495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.1', '', 'Systemic sclerosis' );
7496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.2', '', 'Sicca syndrome' );
7497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.3', '', 'Dermatomyositis' );
7498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.4', '', 'Polymyositis' );
7499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.5', '', 'Eosinophilia myalgia syndrome' );
7500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.8', '', 'Other specified diffuse diseases of connective tissue' );
7501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '710.9', '', 'Unspecified diffuse connective tissue disease' );
7502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.00', '', 'Pyogenic arthritis site unspecified' );
7503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.01', '', 'Pyogenic arthritis involving shoulder region' );
7504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.02', '', 'Pyogenic arthritis involving upper arm' );
7505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.03', '', 'Pyogenic arthritis involving forearm' );
7506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.04', '', 'Pyogenic arthritis involving hand' );
7507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.05', '', 'Pyogenic arthritis involving pelvic region and thigh' );
7508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.06', '', 'Pyogenic arthritis involving lower leg' );
7509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.07', '', 'Pyogenic arthritis involving ankle and foot' );
7510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.08', '', 'Pyogenic arthritis involving other specified sites' );
7511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.09', '', 'Pyogenic arthritis involving multiple sites' );
7512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.10', '', 'Arthropathy site unspecified associated with reiter''s disease and nonspecific urethritis' );
7513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.11', '', 'Arthropathy involving shoulder region associated with reiter''s disease and nonspecific urethritis' );
7514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.12', '', 'Arthropathy involving upper arm associated with reiter''s disease and nonspecific urethritis' );
7515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.13', '', 'Arthropathy involving forearm associated with reiter''s disease and nonspecific urethritis' );
7516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.14', '', 'Arthropathy involving hand associated with reiter''s disease and nonspecific urethritis' );
7517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.15', '', 'Arthropathy involving pelvic region and thigh associated with reiter''s disease and nonspecific urethritis' );
7518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.16', '', 'Arthropathy involving lower leg associated with reiter''s disease and nonspecific urethritis' );
7519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.17', '', 'Arthropathy involving ankle and foot associated with reiter''s disease and nonspecific urethritis' );
7520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.18', '', 'Arthropathy involving other specified sites associated with reiter''s disease and nonspecific urethritis' );
7521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.19', '', 'Arthropathy involving multiple sites associated with reiter''s disease and nonspecific urethritis' );
7522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.20', '', 'Arthropathy in behcet''s syndrome site unspecified' );
7523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.21', '', 'Arthropathy in behcet''s syndrome involving shoulder region' );
7524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.22', '', 'Arthropathy in behcet''s syndrome involving upper arm' );
7525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.23', '', 'Arthropathy in behcet''s syndrome involving forearm' );
7526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.24', '', 'Arthropathy in behcet''s syndrome involving hand' );
7527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.25', '', 'Arthropathy in behcet''s syndrome involving pelvic region and thigh' );
7528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.26', '', 'Arthropathy in behcet''s syndrome involving lower leg' );
7529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.27', '', 'Arthropathy in behcet''s syndrome involving ankle and foot' );
7530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.28', '', 'Arthropathy in behcet''s syndrome involving other specified sites' );
7531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.29', '', 'Arthropathy in behcet''s syndrome involving multiple sites' );
7532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.30', '', 'Postdysenteric arthropathy site unspecified' );
7533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.31', '', 'Postdysenteric arthropathy involving shoulder region' );
7534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.32', '', 'Postdysenteric arthropathy involving upper arm' );
7535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.33', '', 'Postdysenteric arthropathy involving forearm' );
7536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.34', '', 'Postdysenteric arthropathy involving hand' );
7537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.35', '', 'Postdysenteric arthropathy involving pelvic region and thigh' );
7538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.36', '', 'Postdysenteric arthropathy involving lower leg' );
7539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.37', '', 'Postdysenteric arthropathy involving ankle and foot' );
7540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.38', '', 'Postdysenteric arthropathy involving other specified sites' );
7541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.39', '', 'Postdysenteric arthropathy involving multiple sites' );
7542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.40', '', 'Arthropathy site unspecified associated with other bacterial diseases' );
7543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.41', '', 'Arthropathy involving shoulder region associated with other bacterial diseases' );
7544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.42', '', 'Arthropathy involving upper arm associated with other bacterial diseases' );
7545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.43', '', 'Arthropathy involving forearm associated with other bacterial diseases' );
7546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.44', '', 'Arthropathy involving hand associated with other bacterial diseases' );
7547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.45', '', 'Arthropathy involving pelvic region and thigh associated with other bacterial diseases' );
7548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.46', '', 'Arthropathy involving lower leg associated with other bacterial diseases' );
7549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.47', '', 'Arthropathy involving ankle and foot associated with other bacterial disease' );
7550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.48', '', 'Arthropathy involving other specified sites associated with other bacterial diseases' );
7551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.49', '', 'Arthropathy involving multiple sites associated with other bacterial diseases' );
7552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.50', '', 'Arthropathy site unspecified associated with other viral diseases' );
7553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.51', '', 'Arthropathy involving shoulder region associated with other viral diseases' );
7554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.52', '', 'Arthropathy involving upper arm associated with other viral diseases' );
7555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.53', '', 'Arthropathy involving forearm associated with other viral diseases' );
7556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.54', '', 'Arthropathy involving hand associated with other viral diseases' );
7557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.55', '', 'Arthropathy involving pelvic region and thigh associated with other viral diseases' );
7558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.56', '', 'Arthropathy involving lower leg associated with other viral diseases' );
7559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.57', '', 'Arthropathy involving ankle and foot associated with other viral diseases' );
7560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.58', '', 'Arthropathy involving other specified sites associated with other viral diseases' );
7561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.59', '', 'Arthropathy involving multiple sites associated with other viral diseases' );
7562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.60', '', 'Arthropathy site unspecified associated with mycoses' );
7563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.61', '', 'Arthropathy involving shoulder region associated with mycoses' );
7564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.62', '', 'Arthropathy involving upper arm associated with mycoses' );
7565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.63', '', 'Arthropathy involving forearm associated with mycoses' );
7566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.64', '', 'Arthropathy involving hand associated with mycoses' );
7567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.65', '', 'Arthropathy involving pelvic region and thigh associated with mycoses' );
7568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.66', '', 'Arthropathy involving lower leg associated with mycoses' );
7569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.67', '', 'Arthropathy involving ankle and foot associated with mycoses' );
7570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.68', '', 'Arthropathy involving other specified sites associated with mycoses' );
7571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.69', '', 'Arthropathy involving multiple sites associated with mycoses' );
7572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.70', '', 'Arthropathy site unspecified associated with helminthiasis' );
7573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.71', '', 'Arthropathy involving shoulder region associated with helminthiasis' );
7574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.72', '', 'Arthropathy involving upper arm associated with helminthiasis' );
7575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.73', '', 'Arthropathy involving forearm associated with helminthiasis' );
7576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.74', '', 'Arthropathy involving hand associated with helminthiasis' );
7577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.75', '', 'Arthropathy involving pelvic region and thigh associated with helminthiasis' );
7578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.76', '', 'Arthropathy involving lower leg associated with helminthiasis' );
7579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.77', '', 'Arthropathy involving ankle and foot associated with helminthiasis' );
7580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.78', '', 'Arthropathy involving other specified sites associated with helminthiasis' );
7581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.79', '', 'Arthropathy involving multiple sites associated with helminthiasis' );
7582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.80', '', 'Arthropathy site unspecified associated with other infectious and parasitic diseases' );
7583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.81', '', 'Arthropathy involving shoulder region associated with other infectious and parasitic diseases' );
7584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.82', '', 'Arthropathy involving upper arm associated with other infectious and parasitic diseases' );
7585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.83', '', 'Arthropathy involving forearm associated with other infectious and parasitic diseases' );
7586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.84', '', 'Arthropathy involving hand associated with other infectious and parasitic diseases' );
7587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.85', '', 'Arthropathy involving pelvic region and thigh associated with other infectious and parasitic diseases' );
7588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.86', '', 'Arthropathy involving lower leg associated with other infectious and parasitic diseases' );
7589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.87', '', 'Arthropathy involving ankle and foot associated with other infectious and parasitic diseases' );
7590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.88', '', 'Arthropathy involving other specified sites associated with other infectious and parasitic diseases' );
7591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.89', '', 'Arthropathy involving multiple sites associated with other infectious and parasitic diseases' );
7592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.90', '', 'Unspecified infective arthritis site unspecified' );
7593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.91', '', 'Unspecified infective arthritis involving shoulder region' );
7594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.92', '', 'Unspecified infective arthritis involving upper arm' );
7595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.93', '', 'Unspecified infective arthritis involving forearm' );
7596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.94', '', 'Unspecified infective arthritis involving hand' );
7597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.95', '', 'Unspecified infective arthritis involving pelvic region and thigh' );
7598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.96', '', 'Unspecified infective arthritis involving lower leg' );
7599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.97', '', 'Unspecified infective arthritis involving ankle and foot' );
7600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.98', '', 'Unspecified infective arthritis involving other specified sites' );
7601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '711.99', '', 'Unspecified infective arthritis involving multiple sites' );
7602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.10', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving unspecified site' );
7603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.11', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving shoulder region' );
7604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.12', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving upper arm' );
7605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.13', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving forearm' );
7606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.14', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving hand' );
7607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.15', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving pelvic region and thigh' );
7608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.16', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving lower leg' );
7609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.17', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving ankle and foot' );
7610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.18', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving other specified sites' );
7611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.19', '', 'Chondrocalcinosis due to dicalcium phosphate crystals involving multiple sites' );
7612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.20', '', 'Chondrocalcinosis due to pyrophosphate crystals involving unspecified site' );
7613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.21', '', 'Chondrocalcinosis due to pyrophosphate crystals involving shoulder region' );
7614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.22', '', 'Chondrocalcinosis due to pyrophosphate crystals involving upper arm' );
7615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.23', '', 'Chondrocalcinosis due to pyrophosphate crystals involving forearm' );
7616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.24', '', 'Chondrocalcinosis due to pyrophosphate crystals involving hand' );
7617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.25', '', 'Chondrocalcinosis due to pyrophosphate crystals involving pelvic region and thigh' );
7618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.26', '', 'Chondrocalcinosis due to pyrophosphate crystals involving lower leg' );
7619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.27', '', 'Chondrocalcinosis due to pyrophosphate crystals involving ankle and foot' );
7620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.28', '', 'Chondrocalcinosis due to pyrophosphate crystals involving other specified sites' );
7621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.29', '', 'Chondrocalcinosis due to pyrophosphate crystals involving multiple sites' );
7622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.30', '', 'Chondrocalcinosis cause unspecified involving unspecified site' );
7623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.31', '', 'Chondrocalcinosis cause unspecified involving shoulder region' );
7624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.32', '', 'Chondrocalcinosis cause unspecified involving upper arm' );
7625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.33', '', 'Chondrocalcinosis cause unspecified involving forearm' );
7626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.34', '', 'Chondrocalcinosis cause unspecified involving hand' );
7627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.35', '', 'Chondrocalcinosis cause unspecified involving pelvic region and thigh' );
7628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.36', '', 'Chondrocalcinosis cause unspecified involving lower leg' );
7629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.37', '', 'Chondrocalcinosis cause unspecified involving ankle and foot' );
7630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.38', '', 'Chondrocalcinosis cause unspecified involving other specified sites' );
7631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.39', '', 'Chondrocalcinosis cause unspecified involving multiple sites' );
7632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.80', '', 'Other specified crystal arthropathies site unspecified' );
7633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.81', '', 'Other specified crystal arthropathies involving shoulder region' );
7634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.82', '', 'Other specified crystal arthropathies involving upper arm' );
7635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.83', '', 'Other specified crystal arthropathies involving forearm' );
7636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.84', '', 'Other specified crystal arthropathies involving hand' );
7637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.85', '', 'Other specified crystal arthropathies involving pelvic region and thigh' );
7638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.86', '', 'Other specified crystal arthropathies involving lower leg' );
7639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.87', '', 'Other specified crystal arthropathies involving ankle and foot' );
7640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.88', '', 'Other specified crystal arthropathies involving other specified sites' );
7641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.89', '', 'Other specified crystal arthropathies involving multiple sites' );
7642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.90', '', 'Unspecified crystal arthropathy site unspecified' );
7643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.91', '', 'Unspecified crystal arthropathy involving shoulder region' );
7644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.92', '', 'Unspecified crystal arthropathy involving upper arm' );
7645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.93', '', 'Unspecified crystal arthropathy involving forearm' );
7646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.94', '', 'Unspecified crystal arthropathy involving hand' );
7647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.95', '', 'Unspecified crystal arthropathy involving pelvic region and thigh' );
7648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.96', '', 'Unspecified crystal arthropathy involving lower leg' );
7649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.97', '', 'Unspecified crystal arthropathy involving ankle and foot' );
7650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.98', '', 'Unspecified crystal arthropathy involving other specified sites' );
7651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '712.99', '', 'Unspecified crystal arthropathy involving multiple sites' );
7652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.0', '', 'Arthropathy associated with other endocrine and metabolic disorders' );
7653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.1', '', 'Arthropathy associated with gastrointestinal conditions other than infections' );
7654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.2', '', 'Arthropathy associated with hematological disorders' );
7655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.3', '', 'Arthropathy associated with dermatological disorders' );
7656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.4', '', 'Arthropathy associated with respiratory disorders' );
7657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.5', '', 'Arthropathy associated with neurological disorders' );
7658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.6', '', 'Arthropathy associated with hypersensitivity reaction' );
7659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.7', '', 'Other general diseases with articular involvement' );
7660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '713.8', '', 'Arthropathy associated with other conditions classifiable elsewhere' );
7661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.0', '', 'Rheumatoid arthritis' );
7662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.1', '', 'Felty''s syndrome' );
7663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.2', '', 'Other rheumatoid arthritis with visceral or systemic involvement' );
7664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.30', '', 'Chronic or unspecified polyarticular juvenile rheumatoid arthritis' );
7665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.31', '', 'Acute polyarticular juvenile rheumatoid arthritis' );
7666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.32', '', 'Pauciarticular juvenile rheumatoid arthritis' );
7667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.33', '', 'Monoarticular juvenile rheumatoid arthritis' );
7668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.4', '', 'Chronic postrheumatic arthropathy' );
7669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.81', '', 'Rheumatoid lung' );
7670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.89', '', 'Other specified inflammatory polyarthropathies' );
7671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '714.9', '', 'Unspecified inflammatory polyarthropathy' );
7672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.00', '', 'Osteoarthrosis generalized involving unspecified site' );
7673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.04', '', 'Osteoarthrosis generalized involving hand' );
7674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.09', '', 'Osteoarthrosis generalized involving multiple sites' );
7675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.10', '', 'Osteoarthrosis localized primary involving unspecified site' );
7676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.11', '', 'Osteoarthrosis localized primary involving shoulder region' );
7677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.12', '', 'Osteoarthrosis localized primary involving upper arm' );
7678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.13', '', 'Osteoarthrosis localized primary involving forearm' );
7679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.14', '', 'Osteoarthrosis localized primary involving hand' );
7680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.15', '', 'Osteoarthrosis localized primary involving pelvic region and thigh' );
7681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.16', '', 'Osteoarthrosis localized primary involving lower leg' );
7682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.17', '', 'Osteoarthrosis localized primary involving ankle and foot' );
7683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.18', '', 'Osteoarthrosis localized primary involving other specified sites' );
7684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.20', '', 'Osteoarthrosis localized secondary involving unspecified site' );
7685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.21', '', 'Osteoarthrosis localized secondary involving shoulder region' );
7686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.22', '', 'Osteoarthrosis localized secondary involving upper arm' );
7687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.23', '', 'Osteoarthrosis localized secondary involving forearm' );
7688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.24', '', 'Osteoarthrosis localized secondary involving hand' );
7689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.25', '', 'Osteoarthrosis localized secondary involving pelvic region and thigh' );
7690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.26', '', 'Osteoarthrosis localized secondary involving lower leg' );
7691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.27', '', 'Osteoarthrosis localized secondary involving ankle and foot' );
7692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.28', '', 'Osteoarthrosis localized secondary involving other specified sites' );
7693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.30', '', 'Osteoarthrosis localized not specified whether primary or secondary involving unspecified site' );
7694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.31', '', 'Osteoarthrosis localized not specified whether primary or secondary involving shoulder region' );
7695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.32', '', 'Osteoarthrosis localized not specified whether primary or secondary involving upper arm' );
7696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.33', '', 'Osteoarthrosis localized not specified whether primary or secondary involving forearm' );
7697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.34', '', 'Osteoarthrosis localized not specified whether primary or secondary involving hand' );
7698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.35', '', 'Osteoarthrosis localized not specified whether primary or secondary involving pelvic region and thigh' );
7699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.36', '', 'Osteoarthrosis localized not specified whether primary or secondary involving lower leg' );
7700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.37', '', 'Osteoarthrosis localized not specified whether primary or secondary involving ankle and foot' );
7701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.38', '', 'Osteoarthrosis localized not specified whether primary or secondary involving other specified sites' );
7702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.80', '', 'Osteoarthrosis involving or with more than one site but not specified as generalized and involving unspecified site' );
7703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.89', '', 'Osteoarthrosis involving or with multiple sites but not specified as generalized' );
7704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.90', '', 'Osteoarthrosis unspecified whether generalized or localized involving unspecified site' );
7705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.91', '', 'Osteoarthrosis unspecified whether generalized or localized involving shoulder region' );
7706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.92', '', 'Osteoarthrosis unspecified whether generalized or localized involving upper arm' );
7707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.93', '', 'Osteoarthrosis unspecified whether generalized or localized involving forearm' );
7708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.94', '', 'Osteoarthrosis unspecified whether generalized or localized involving hand' );
7709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.95', '', 'Osteoarthrosis unspecified whether generalized or localized involving pelvic region and thigh' );
7710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.96', '', 'Osteoarthrosis unspecified whether generalized or localized involving lower leg' );
7711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.97', '', 'Osteoarthrosis unspecified whether generalized or localized involving ankle and foot' );
7712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '715.98', '', 'Osteoarthrosis unspecified whether generalized or localized involving other specified sites' );
7713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.00', '', 'Kaschin-beck disease site unspecified' );
7714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.01', '', 'Kaschin-beck disease involving shoulder region' );
7715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.02', '', 'Kaschin-beck disease involving upper arm' );
7716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.03', '', 'Kaschin-beck disease involving forearm' );
7717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.04', '', 'Kaschin-beck disease involving hand' );
7718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.05', '', 'Kaschin-beck disease involving pelvic region and thigh' );
7719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.06', '', 'Kaschin-beck disease involving lower leg' );
7720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.07', '', 'Kaschin-beck disease involving ankle and foot' );
7721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.08', '', 'Kaschin-beck disease involving other specified sites' );
7722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.09', '', 'Kaschin-beck disease involving multiple sites' );
7723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.10', '', 'Traumatic arthropathy site unspecified' );
7724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.11', '', 'Traumatic arthropathy involving shoulder region' );
7725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.12', '', 'Traumatic arthropathy involving upper arm' );
7726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.13', '', 'Traumatic arthropathy involving forearm' );
7727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.14', '', 'Traumatic arthropathy involving hand' );
7728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.15', '', 'Traumatic arthropathy involving pelvic region and thigh' );
7729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.16', '', 'Traumatic arthropathy involving lower leg' );
7730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.17', '', 'Traumatic arthropathy involving ankle and foot' );
7731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.18', '', 'Traumatic arthropathy involving other specified sites' );
7732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.19', '', 'Traumatic arthropathy involving multiple sites' );
7733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.20', '', 'Allergic arthritis site unspecified' );
7734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.21', '', 'Allergic arthritis involving shoulder region' );
7735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.22', '', 'Allergic arthritis involving upper arm' );
7736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.23', '', 'Allergic arthritis involving forearm' );
7737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.24', '', 'Allergic arthritis involving hand' );
7738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.25', '', 'Allergic arthritis involving pelvic region and thigh' );
7739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.26', '', 'Allergic arthritis involving lower leg' );
7740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.27', '', 'Allergic arthritis involving ankle and foot' );
7741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.28', '', 'Allergic arthritis involving other specified sites' );
7742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.29', '', 'Allergic arthritis involving multiple sites' );
7743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.30', '', 'Climacteric arthritis site unspecified' );
7744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.31', '', 'Climacteric arthritis involving shoulder region' );
7745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.32', '', 'Climacteric arthritis involving upper arm' );
7746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.33', '', 'Climacteric arthritis involving forearm' );
7747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.34', '', 'Climacteric arthritis involving hand' );
7748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.35', '', 'Climacteric arthritis involving pelvic region and thigh' );
7749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.36', '', 'Climacteric arthritis involving lower leg' );
7750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.37', '', 'Climacteric arthritis involving ankle and foot' );
7751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.38', '', 'Climacteric arthritis involving other specified sites' );
7752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.39', '', 'Climacteric arthritis involving multiple sites' );
7753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.40', '', 'Transient arthropathy site unspecified' );
7754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.41', '', 'Transient arthropathy involving shoulder region' );
7755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.42', '', 'Transient arthropathy involving upper arm' );
7756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.43', '', 'Transient arthropathy involving forearm' );
7757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.44', '', 'Transient arthropathy involving hand' );
7758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.45', '', 'Transient arthropathy involving pelvic region and thigh' );
7759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.46', '', 'Transient arthropathy involving lower leg' );
7760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.47', '', 'Transient arthropathy involving ankle and foot' );
7761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.48', '', 'Transient arthropathy involving other specified sites' );
7762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.49', '', 'Transient arthropathy involving multiple sites' );
7763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.50', '', 'Unspecified polyarthropathy or polyarthritis site unspecified' );
7764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.51', '', 'Unspecified polyarthropathy or polyarthritis involving shoulder region' );
7765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.52', '', 'Unspecified polyarthropathy or polyarthritis involving upper arm' );
7766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.53', '', 'Unspecified polyarthropathy or polyarthritis involving forearm' );
7767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.54', '', 'Unspecified polyarthropathy or polyarthritis involving hand' );
7768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.55', '', 'Unspecified polyarthropathy or polyarthritis involving pelvic region and thigh' );
7769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.56', '', 'Unspecified polyarthropathy or polyarthritis involving lower leg' );
7770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.57', '', 'Unspecified polyarthropathy or polyarthritis involving ankle and foot' );
7771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.58', '', 'Unspecified polyarthropathy or polyarthritis involving other specified sites' );
7772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.59', '', 'Unspecified polyarthropathy or polyarthritis involving multiple sites' );
7773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.60', '', 'Unspecified monoarthritis site unspecified' );
7774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.61', '', 'Unspecified monoarthritis involving shoulder region' );
7775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.62', '', 'Unspecified monoarthritis involving upper arm' );
7776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.63', '', 'Unspecified monoarthritis involving forearm' );
7777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.64', '', 'Unspecified monoarthritis involving hand' );
7778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.65', '', 'Unspecified monoarthritis involving pelvic region and thigh' );
7779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.66', '', 'Unspecified monoarthritis involving lower leg' );
7780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.67', '', 'Unspecified monoarthritis involving ankle and foot' );
7781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.68', '', 'Unspecified monoarthritis involving other specified sites' );
7782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.80', '', 'Other specified arthropathy no site specified' );
7783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.81', '', 'Other specified arthropathy involving shoulder region' );
7784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.82', '', 'Other specified arthropathy involving upper arm' );
7785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.83', '', 'Other specified arthropathy involving forearm' );
7786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.84', '', 'Other specified arthropathy involving hand' );
7787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.85', '', 'Other specified arthropathy involving pelvic region and thigh' );
7788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.86', '', 'Other specified arthropathy involving lower leg' );
7789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.87', '', 'Other specified arthropathy involving ankle and foot' );
7790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.88', '', 'Other specified arthropathy involving other specified sites' );
7791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.89', '', 'Other specified arthropathy involving multiple sites' );
7792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.90', '', 'Unspecified arthropathy site unspecified' );
7793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.91', '', 'Unspecified arthropathy involving shoulder region' );
7794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.92', '', 'Unspecified arthropathy involving upper arm' );
7795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.93', '', 'Unspecified arthropathy involving forearm' );
7796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.94', '', 'Unspecified arthropathy involving hand' );
7797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.95', '', 'Unspecified arthropathy involving pelvic region and thigh' );
7798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.96', '', 'Unspecified arthropathy involving lower leg' );
7799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.97', '', 'Unspecified arthropathy involving ankle and foot' );
7800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.98', '', 'Unspecified arthropathy involving other specified sites' );
7801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '716.99', '', 'Unspecified arthropathy involving multiple sites' );
7802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.0', '', 'Old bucket handle tear of medial meniscus' );
7803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.1', '', 'Derangement of anterior horn of medial meniscus' );
7804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.2', '', 'Derangement of posterior horn of medial meniscus' );
7805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.3', '', 'Other and unspecified derangement of medial meniscus' );
7806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.40', '', 'Derangement of lateral meniscus unspecified' );
7807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.41', '', 'Bucket handle tear of lateral meniscus' );
7808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.42', '', 'Derangement of anterior horn of lateral meniscus' );
7809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.43', '', 'Derangement of posterior horn of lateral meniscus' );
7810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.49', '', 'Other derangement of lateral meniscus' );
7811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.5', '', 'Derangement of meniscus not elsewhere classified' );
7812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.6', '', 'Loose body in knee' );
7813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.7', '', 'Chondromalacia of patella' );
7814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.81', '', 'Old disruption of lateral collateral ligament' );
7815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.82', '', 'Old disruption of medial collateral ligament' );
7816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.83', '', 'Old disruption of anterior cruciate ligament' );
7817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.84', '', 'Old disruption of posterior cruciate ligament' );
7818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.85', '', 'Old disruption of other ligaments of knee' );
7819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.89', '', 'Other internal derangement of knee' );
7820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '717.9', '', 'Unspecified internal derangement of knee' );
7821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.00', '', 'Articular cartilage disorder site unspecified' );
7822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.01', '', 'Articular cartilage disorder involving shoulder region' );
7823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.02', '', 'Articular cartilage disorder involving upper arm' );
7824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.03', '', 'Articular cartilage disorder involving forearm' );
7825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.04', '', 'Articular cartilage disorder involving hand' );
7826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.05', '', 'Articular cartilage disorder involving pelvic region and thigh' );
7827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.07', '', 'Articular cartilage disorder involving ankle and foot' );
7828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.08', '', 'Articular cartilage disorder involving other specified sites' );
7829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.09', '', 'Articular cartilage disorder involving multiple sites' );
7830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.10', '', 'Loose body in joint site unspecified' );
7831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.11', '', 'Loose body in joint of shoulder region' );
7832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.12', '', 'Loose body in upper arm joint' );
7833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.13', '', 'Loose body in forearm joint' );
7834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.14', '', 'Loose body in hand joint' );
7835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.15', '', 'Loose body in joint of pelvic region and thigh' );
7836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.17', '', 'Loose body in ankle and foot joint' );
7837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.18', '', 'Loose body in joint of other specified sites' );
7838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.19', '', 'Loose body in joint of multiple sites' );
7839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.20', '', 'Pathological dislocation of joint site unspecified' );
7840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.21', '', 'Pathological dislocation of joint of shoulder region' );
7841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.22', '', 'Pathological dislocation of upper arm joint' );
7842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.23', '', 'Pathological dislocation of forearm joint' );
7843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.24', '', 'Pathological dislocation of hand joint' );
7844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.25', '', 'Pathological dislocation of joint of pelvic region and thigh' );
7845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.26', '', 'Pathological dislocation of joint of lower leg' );
7846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.27', '', 'Pathological dislocation of ankle and foot joint' );
7847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.28', '', 'Pathological dislocation of joint of other specified sites' );
7848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.29', '', 'Pathological dislocation of joint of multiple sites' );
7849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.30', '', 'Recurrent dislocation of joint site unspecified' );
7850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.31', '', 'Recurrent dislocation of joint of shoulder region' );
7851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.32', '', 'Recurrent dislocation of upper arm joint' );
7852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.33', '', 'Recurrent dislocation of forearm joint' );
7853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.34', '', 'Recurrent dislocation of hand joint' );
7854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.35', '', 'Recurrent dislocation of joint of pelvic region and thigh' );
7855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.36', '', 'Recurrent dislocation of lower leg joint' );
7856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.37', '', 'Recurrent dislocation of ankle and foot joint' );
7857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.38', '', 'Recurrent dislocation of joint of other specified sites' );
7858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.39', '', 'Recurrent dislocation of joint of multiple sites' );
7859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.40', '', 'Contracture of joint site unspecified' );
7860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.41', '', 'Contracture of joint of shoulder region' );
7861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.42', '', 'Contracture of upper arm joint' );
7862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.43', '', 'Contracture of forearm joint' );
7863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.44', '', 'Contracture of hand joint' );
7864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.45', '', 'Contracture of joint of pelvic region and thigh' );
7865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.46', '', 'Contracture of lower leg joint' );
7866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.47', '', 'Contracture of ankle and foot joint' );
7867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.48', '', 'Contracture of joint of other specified sites' );
7868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.49', '', 'Contracture of joint of multiple sites' );
7869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.50', '', 'Ankylosis of joint site unspecified' );
7870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.51', '', 'Ankylosis of joint of shoulder region' );
7871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.52', '', 'Ankylosis of upper arm joint' );
7872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.53', '', 'Ankylosis of forearm joint' );
7873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.54', '', 'Ankylosis of hand joint' );
7874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.55', '', 'Ankylosis of joint of pelvic region and thigh' );
7875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.56', '', 'Ankylosis of lower leg joint' );
7876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.57', '', 'Ankylosis of ankle and foot joint' );
7877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.58', '', 'Ankylosis of joint of other specified sites' );
7878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.59', '', 'Ankylosis of joint of multiple sites' );
7879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.60', '', 'Unspecified intrapelvic protrusion of acetabulum site unspecified' );
7880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.65', '', 'Unspecified intrapelvic protrusion of acetabulum pelvic region and thigh' );
7881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.70', '', 'Developmental dislocation of joint site unspecified' );
7882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.71', '', 'Developmental dislocation of joint shoulder region' );
7883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.72', '', 'Developmental dislocation of joint upper arm' );
7884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.73', '', 'Developmental dislocation of joint forearm' );
7885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.74', '', 'Developmental dislocation of joint hand' );
7886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.75', '', 'Developmental dislocation of joint pelvic region and thigh' );
7887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.76', '', 'Developmental dislocation of joint lower leg' );
7888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.77', '', 'Developmental dislocation of joint ankle and foot' );
7889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.78', '', 'Developmental dislocation of joint other specified site' );
7890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.79', '', 'Developmental dislocation of joint multiple sites' );
7891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.80', '', 'Other joint derangement not elsewhere classified involving unspecified site' );
7892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.81', '', 'Other joint derangement not elsewhere classified involving shoulder region' );
7893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.82', '', 'Other joint derangement not elsewhere classified involving upper arm' );
7894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.83', '', 'Other joint derangement not elsewhere classified involving forearm' );
7895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.84', '', 'Other joint derangement not elsewhere classified involving hand' );
7896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.85', '', 'Other joint derangement not elsewhere classified involving pelvic region and thigh' );
7897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.86', '', 'Other joint derangement not elsewhere classified involving lower leg' );
7898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.87', '', 'Other joint derangement not elsewhere classified involving ankle and foot' );
7899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.88', '', 'Other joint derangement not elsewhere classified involving other specified sites' );
7900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.89', '', 'Other joint derangement not elsewhere classified involving multiple sites' );
7901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.90', '', 'Unspecified derangement of joint site unspecified' );
7902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.91', '', 'Unspecified derangement of joint of shoulder region' );
7903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.92', '', 'Unspecified derangement of upper arm joint' );
7904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.93', '', 'Unspecified derangement of forearm joint' );
7905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.94', '', 'Unspecified derangement of hand joint' );
7906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.95', '', 'Unspecified derangement of joint of pelvic region and thigh' );
7907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.97', '', 'Unspecified derangement of ankle and foot joint' );
7908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.98', '', 'Unspecified derangement of joint of other specified sites' );
7909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '718.99', '', 'Unspecified derangement of joint of multiple sites' );
7910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.00', '', 'Effusion of joint site unspecified' );
7911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.01', '', 'Effusion of joint of shoulder region' );
7912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.02', '', 'Effusion of upper arm joint' );
7913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.03', '', 'Effusion of forearm joint' );
7914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.04', '', 'Effusion of hand joint' );
7915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.05', '', 'Effusion of joint of pelvic region and thigh' );
7916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.06', '', 'Effusion of lower leg joint' );
7917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.07', '', 'Effusion of ankle and foot joint' );
7918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.08', '', 'Effusion of joint of other specified sites' );
7919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.09', '', 'Effusion of joint of multiple sites' );
7920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.10', '', 'Hemarthrosis site unspecified' );
7921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.11', '', 'Hemarthrosis involving shoulder region' );
7922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.12', '', 'Hemarthrosis involving upper arm' );
7923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.13', '', 'Hemarthrosis involving forearm' );
7924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.14', '', 'Hemarthrosis involving hand' );
7925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.15', '', 'Hemarthrosis involving pelvic region and thigh' );
7926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.16', '', 'Hemarthrosis involving lower leg' );
7927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.17', '', 'Hemarthrosis involving ankle and foot' );
7928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.18', '', 'Hemarthrosis involving other specified sites' );
7929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.19', '', 'Hemarthrosis involving multiple sites' );
7930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.20', '', 'Villonodular synovitis site unspecified' );
7931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.21', '', 'Villonodular synovitis involving shoulder region' );
7932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.22', '', 'Villonodular synovitis involving upper arm' );
7933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.23', '', 'Villonodular synovitis involving forearm' );
7934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.24', '', 'Villonodular synovitis involving hand' );
7935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.25', '', 'Villonodular synovitis involving pelvic region and thigh' );
7936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.26', '', 'Villonodular synovitis involving lower leg' );
7937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.27', '', 'Villonodular synovitis involving ankle and foot' );
7938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.28', '', 'Villonodular synovitis involving other specified sites' );
7939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.29', '', 'Villonodular synovitis involving multiple sites' );
7940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.30', '', 'Palindromic rheumatism site unspecified' );
7941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.31', '', 'Palindromic rheumatism involving shoulder region' );
7942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.32', '', 'Palindromic rheumatism involving upper arm' );
7943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.33', '', 'Palindromic rheumatism involving forearm' );
7944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.34', '', 'Palindromic rheumatism involving hand' );
7945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.35', '', 'Palindromic rheumatism involving pelvic region and thigh' );
7946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.36', '', 'Palindromic rheumatism involving lower leg' );
7947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.37', '', 'Palindromic rheumatism involving ankle and foot' );
7948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.38', '', 'Palindromic rheumatism involving other specified sites' );
7949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.39', '', 'Palindromic rheumatism involving multiple sites' );
7950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.40', '', 'Pain in joint site unspecified' );
7951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.41', '', 'Pain in joint involving shoulder region' );
7952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.42', '', 'Pain in joint involving upper arm' );
7953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.43', '', 'Pain in joint involving forearm' );
7954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.44', '', 'Pain in joint involving hand' );
7955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.45', '', 'Pain in joint involving pelvic region and thigh' );
7956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.46', '', 'Pain in joint involving lower leg' );
7957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.47', '', 'Pain in joint involving ankle and foot' );
7958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.48', '', 'Pain in joint involving other specified sites' );
7959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.49', '', 'Pain in joint involving multiple sites' );
7960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.50', '', 'Stiffness of joint not elsewhere classified involving unspecified site' );
7961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.51', '', 'Stiffness of joint not elsewhere classified involving shoulder region' );
7962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.52', '', 'Stiffness of joint not elsewhere classified involving upper arm' );
7963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.53', '', 'Stiffness of joint not elsewhere classified involving forearm' );
7964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.54', '', 'Stiffness of joint not elsewhere classified involving hand' );
7965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.55', '', 'Stiffness of joint not elsewhere classified involving pelvic region and thigh' );
7966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.56', '', 'Stiffness of joint not elsewhere classified involving lower leg' );
7967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.57', '', 'Stiffness of joint not elsewhere classified involving ankle and foot' );
7968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.58', '', 'Stiffness of joint not elsewhere classified involving other specified sites' );
7969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.59', '', 'Stiffness of joint not elsewhere classified involving multiple sites' );
7970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.60', '', 'Other symptoms referable to joint site unspecified' );
7971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.61', '', 'Other symptoms referable to joint of shoulder region' );
7972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.62', '', 'Other symptoms referable to upper arm joint' );
7973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.63', '', 'Other symptoms referable to forearm joint' );
7974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.64', '', 'Other symptoms referable to hand joint' );
7975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.65', '', 'Other symptoms referable to joint of pelvic region and thigh' );
7976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.66', '', 'Other symptoms referable to lower leg joint' );
7977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.67', '', 'Other symptoms referable to ankle and foot joint' );
7978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.68', '', 'Other symptoms referable to joint of other specified sites' );
7979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.69', '', 'Other symptoms referable to joint of multiple sites' );
7980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.7', '', 'Difficulty in walking' );
7981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.80', '', 'Other specified disorders of joint site unspecified' );
7982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.81', '', 'Other specified disorders of joint of shoulder region' );
7983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.82', '', 'Other specified disorders of upper arm joint' );
7984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.83', '', 'Other specified disorders of forearm joint' );
7985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.84', '', 'Other specified disorders of hand joint' );
7986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.85', '', 'Other specified disorders of joint of pelvic region and thigh' );
7987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.86', '', 'Other specified disorders of lower leg joint' );
7988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.87', '', 'Other specified disorders of ankle and foot joint' );
7989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.88', '', 'Other specified disorders of joint of other specified sites' );
7990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.89', '', 'Other specified disorders of joint of multiple sites' );
7991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.90', '', 'Unspecified disorder of joint site unspecified' );
7992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.91', '', 'Unspecified disorder of joint of shoulder region' );
7993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.92', '', 'Unspecified disorder of upper arm joint' );
7994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.93', '', 'Unspecified disorder of forearm joint' );
7995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.94', '', 'Unspecified disorder of hand joint' );
7996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.95', '', 'Unspecified disorder of joint of pelvic region and thigh' );
7997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.96', '', 'Unspecified disorder of lower leg joint' );
7998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.97', '', 'Unspecified disorder of ankle and foot joint' );
7999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.98', '', 'Unspecified joint disorder of other specified sites' );
8000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '719.99', '', 'Unspecified joint disorder of multiple sites' );
8001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.0', '', 'Ankylosing spondylitis' );
8002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.1', '', 'Spinal enthesopathy' );
8003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.2', '', 'Sacroiliitis not elsewhere classified' );
8004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.81', '', 'Inflammatory spondylopathies in diseases classified elsewhere' );
8005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.89', '', 'Other inflammatory spondylopathies' );
8006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '720.9', '', 'Unspecified inflammatory spondylopathy' );
8007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.0', '', 'Cervical spondylosis without myelopathy' );
8008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.1', '', 'Cervical spondylosis with myelopathy' );
8009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.2', '', 'Thoracic spondylosis without myelopathy' );
8010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.3', '', 'Lumbosacral spondylosis without myelopathy' );
8011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.41', '', 'Spondylosis with myelopathy thoracic region' );
8012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.42', '', 'Spondylosis with myelopathy lumbar region' );
8013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.5', '', 'Kissing spine' );
8014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.6', '', 'Ankylosing vertebral hyperostosis' );
8015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.7', '', 'Traumatic spondylopathy' );
8016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.8', '', 'Other allied disorders of spine' );
8017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.90', '', 'Spondylosis of unspecified site without myelopathy' );
8018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '721.91', '', 'Spondylosis of unspecified site with myelopathy' );
8019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.0', '', 'Displacement of cervical intervertebral disc without myelopathy' );
8020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.10', '', 'Displacement of lumbar intervertebral disc without myelopathy' );
8021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.11', '', 'Displacement of thoracic intervertebral disc without myelopathy' );
8022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.2', '', 'Displacement of intervertebral disc site unspecified without myelopathy' );
8023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.30', '', 'Schmorl''s nodes of unspecified region' );
8024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.31', '', 'Schmorl''s nodes of thoracic region' );
8025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.32', '', 'Schmorl''s nodes of lumbar region' );
8026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.39', '', 'Schmorl''s nodes of other spinal region' );
8027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.4', '', 'Degeneration of cervical intervertebral disc' );
8028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.51', '', 'Degeneration of thoracic or thoracolumbar intervertebral disc' );
8029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.52', '', 'Degeneration of lumbar or lumbosacral intervertebral disc' );
8030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.6', '', 'Degeneration of intervertebral disc site unspecified' );
8031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.70', '', 'Intervertebral disc disorder with myelopathy unspecified region' );
8032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.71', '', 'Intervertebral disc disorder with myelopathy cervical region' );
8033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.72', '', 'Intervertebral disc disorder with myelopathy thoracic region' );
8034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.73', '', 'Intervertebral disc disorder with myelopathy lumbar region' );
8035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.80', '', 'Postlaminectomy syndrome of unspecified region' );
8036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.81', '', 'Postlaminectomy syndrome of cervical region' );
8037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.82', '', 'Postlaminectomy syndrome of thoracic region' );
8038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.83', '', 'Postlaminectomy syndrome of lumbar region' );
8039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.90', '', 'Other and unspecified disc disorder of unspecified region' );
8040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.91', '', 'Other and unspecified disc disorder of cervical region' );
8041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.92', '', 'Other and unspecified disc disorder of thoracic region' );
8042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '722.93', '', 'Other and unspecified disc disorder of lumbar region' );
8043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.0', '', 'Spinal stenosis in cervical region' );
8044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.1', '', 'Cervicalgia' );
8045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.2', '', 'Cervicocranial syndrome' );
8046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.3', '', 'Cervicobrachial syndrome (diffuse)' );
8047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.4', '', 'Brachial neuritis or radiculitis nos' );
8048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.5', '', 'Torticollis unspecified' );
8049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.6', '', 'Panniculitis specified as affecting neck' );
8050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.7', '', 'Ossification of posterior longitudinal ligament in cervical region' );
8051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.8', '', 'Other syndromes affecting cervical region' );
8052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '723.9', '', 'Unspecified musculoskeletal disorders and symptoms referable to neck' );
8053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.00', '', 'Spinal stenosis of unspecified region' );
8054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.01', '', 'Spinal stenosis of thoracic region' );
8055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.02', '', 'Spinal stenosis of lumbar region' );
8056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.09', '', 'Spinal stenosis of other region' );
8057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.1', '', 'Pain in thoracic spine' );
8058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.2', '', 'Lumbago' );
8059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.3', '', 'Sciatica' );
8060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.4', '', 'Thoracic or lumbosacral neuritis or radiculitis unspecified' );
8061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.5', '', 'Backache unspecified' );
8062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.6', '', 'Disorders of sacrum' );
8063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.70', '', 'Unspecified disorder of coccyx' );
8064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.71', '', 'Hypermobility of coccyx' );
8065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.79', '', 'Other disorders of coccyx' );
8066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.8', '', 'Other symptoms referable to back' );
8067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '724.9', '', 'Other unspecified back disorders' );
8068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '725', '', 'Polymyalgia rheumatica' );
8069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.0', '', 'Adhesive capsulitis of shoulder' );
8070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.10', '', 'Disorders of bursae and tendons in shoulder region unspecified' );
8071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.11', '', 'Calcifying tendinitis of shoulder' );
8072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.12', '', 'Bicipital tenosynovitis' );
8073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.19', '', 'Other specified disorders of bursae and tendons in shoulder region' );
8074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.2', '', 'Other affections of shoulder region not elsewhere classified' );
8075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.30', '', 'Enthesopathy of elbow unspecified' );
8076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.31', '', 'Medial epicondylitis' );
8077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.32', '', 'Lateral epicondylitis' );
8078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.33', '', 'Olecranon bursitis' );
8079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.39', '', 'Other enthesopathy of elbow region' );
8080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.4', '', 'Enthesopathy of wrist and carpus' );
8081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.5', '', 'Enthesopathy of hip region' );
8082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.60', '', 'Enthesopathy of knee unspecified' );
8083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.61', '', 'Pes anserinus tendinitis or bursitis' );
8084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.62', '', 'Tibial collateral ligament bursitis' );
8085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.63', '', 'Fibular collateral ligament bursitis' );
8086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.64', '', 'Patellar tendinitis' );
8087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.65', '', 'Prepatellar bursitis' );
8088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.69', '', 'Other enthesopathy of knee' );
8089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.70', '', 'Enthesopathy of ankle and tarsus unspecified' );
8090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.71', '', 'Achilles bursitis or tendinitis' );
8091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.72', '', 'Tibialis tendinitis' );
8092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.73', '', 'Calcaneal spur' );
8093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.79', '', 'Other enthesopathy of ankle and tarsus' );
8094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.8', '', 'Other peripheral enthesopathies' );
8095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.90', '', 'Enthesopathy of unspecified site' );
8096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '726.91', '', 'Exostosis of unspecified site' );
8097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.00', '', 'Synovitis and tenosynovitis unspecified' );
8098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.01', '', 'Synovitis and tenosynovitis in diseases classified elsewhere' );
8099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.02', '', 'Giant cell tumor of tendon sheath' );
8100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.03', '', 'Trigger finger (acquired)' );
8101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.04', '', 'Radial styloid tenosynovitis' );
8102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.05', '', 'Other tenosynovitis of hand and wrist' );
8103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.06', '', 'Tenosynovitis of foot and ankle' );
8104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.09', '', 'Other synovitis and tenosynovitis' );
8105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.1', '', 'Bunion' );
8106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.2', '', 'Specific bursitides often of occupational origin' );
8107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.3', '', 'Other bursitis disorders' );
8108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.40', '', 'Synovial cyst unspecified' );
8109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.41', '', 'Ganglion of joint' );
8110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.42', '', 'Ganglion of tendon sheath' );
8111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.43', '', 'Ganglion unspecified' );
8112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.49', '', 'Other ganglion and cyst of synovium tendon and bursa' );
8113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.50', '', 'Rupture of synovium unspecified' );
8114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.51', '', 'Synovial cyst of popliteal space' );
8115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.59', '', 'Other rupture of synovium' );
8116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.60', '', 'Nontraumatic rupture of unspecified tendon' );
8117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.61', '', 'Complete rupture of rotator cuff' );
8118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.62', '', 'Nontraumatic rupture of tendons of biceps (long head)' );
8119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.63', '', 'Nontraumatic rupture of extensor tendons of hand and wrist' );
8120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.64', '', 'Nontraumatic rupture of flexor tendons of hand and wrist' );
8121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.65', '', 'Nontraumatic rupture of quadriceps tendon' );
8122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.66', '', 'Nontraumatic rupture of patellar tendon' );
8123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.67', '', 'Nontraumatic rupture of achilles tendon' );
8124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.68', '', 'Nontraumatic rupture of other tendons of foot and ankle' );
8125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.69', '', 'Nontraumatic rupture of other tendon' );
8126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.81', '', 'Contracture of tendon (sheath)' );
8127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.82', '', 'Calcium deposits in tendon and bursa' );
8128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.83', '', 'Plica syndrome' );
8129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.89', '', 'Other disorders of synovium tendon and bursa' );
8130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '727.9', '', 'Unspecified disorder of synovium tendon and bursa' );
8131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.0', '', 'Infective myositis' );
8132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.10', '', 'Calcification and ossification unspecified' );
8133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.11', '', 'Progressive myositis ossificans' );
8134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.12', '', 'Traumatic myositis ossificans' );
8135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.13', '', 'Postoperative heterotopic calcification' );
8136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.19', '', 'Other muscular calcification and ossification' );
8137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.2', '', 'Muscular wasting and disuse atrophy not elsewhere classified' );
8138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.3', '', 'Other specific muscle disorders' );
8139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.4', '', 'Laxity of ligament' );
8140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.5', '', 'Hypermobility syndrome' );
8141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.6', '', 'Contracture of palmar fascia' );
8142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.71', '', 'Plantar fascial fibromatosis' );
8143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.79', '', 'Other fibromatoses of muscle ligament and fascia' );
8144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.81', '', 'Interstitial myositis' );
8145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.82', '', 'Foreign body granuloma of muscle' );
8146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.83', '', 'Rupture of muscle nontraumatic' );
8147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.84', '', 'Diastasis of muscle' );
8148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.85', '', 'Spasm of muscle' );
8149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.86', '', 'Necrotizing fasciitis' );
8150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.87', '', 'Muscle weakness (generalized)' );
8151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.88', '', 'Rhabdomyolysis' );
8152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.89', '', 'Other disorders of muscle ligament and fascia' );
8153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '728.9', '', 'Unspecified disorder of muscle ligament and fascia' );
8154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.0', '', 'Rheumatism unspecified and fibrositis' );
8155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.1', '', 'Myalgia and myositis unspecified' );
8156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.2', '', 'Neuralgia neuritis and radiculitis unspecified' );
8157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.30', '', 'Panniculitis unspecified site' );
8158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.31', '', 'Hypertrophy of fat pad knee' );
8159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.39', '', 'Panniculitis affecting other sites' );
8160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.4', '', 'Fasciitis unspecified' );
8161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.5', '', 'Pain in limb' );
8162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.6', '', 'Residual foreign body in soft tissue' );
8163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.71', '', 'Nontraumatic compartment syndrome of upper extremity' );
8164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.72', '', 'Nontraumatic compartment syndrome of lower extremity' );
8165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.73', '', 'Nontraumatic compartment syndrome of abdomen' );
8166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.79', '', 'Nontraumatic compartment syndrome of other sites' );
8167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.81', '', 'Swelling of limb' );
8168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.82', '', 'Cramp of limb' );
8169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.89', '', 'Other musculoskeletal symptoms referable to limbs' );
8170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.90', '', 'Disorders of soft tissue, unspecified' );
8171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.91', '', 'Post-traumatic seroma' );
8172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.92', '', 'Nontraumatic hematoma of soft tissue' );
8173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '729.99', '', 'Other disorders of soft tissue' );
8174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.00', '', 'Acute osteomyelitis site unspecified' );
8175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.01', '', 'Acute osteomyelitis involving shoulder region' );
8176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.02', '', 'Acute osteomyelitis involving upper arm' );
8177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.03', '', 'Acute osteomyelitis involving forearm' );
8178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.04', '', 'Acute osteomyelitis involving hand' );
8179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.05', '', 'Acute osteomyelitis involving pelvic region and thigh' );
8180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.06', '', 'Acute osteomyelitis involving lower leg' );
8181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.07', '', 'Acute osteomyelitis involving ankle and foot' );
8182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.08', '', 'Acute osteomyelitis involving other specified sites' );
8183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.09', '', 'Acute osteomyelitis involving multiple sites' );
8184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.10', '', 'Chronic osteomyelitis site unspecified' );
8185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.11', '', 'Chronic osteomyelitis involving shoulder region' );
8186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.12', '', 'Chronic osteomyelitis involving upper arm' );
8187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.13', '', 'Chronic osteomyelitis involving forearm' );
8188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.14', '', 'Chronic osteomyelitis involving hand' );
8189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.15', '', 'Chronic osteomyelitis involving pelvic region and thigh' );
8190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.16', '', 'Chronic osteomyelitis involving lower leg' );
8191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.17', '', 'Chronic osteomyelitis involving ankle and foot' );
8192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.18', '', 'Chronic osteomyelitis involving other specified sites' );
8193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.19', '', 'Chronic osteomyelitis involving multiple sites' );
8194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.20', '', 'Unspecified osteomyelitis site unspecified' );
8195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.21', '', 'Unspecified osteomyelitis involving shoulder region' );
8196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.22', '', 'Unspecified osteomyelitis involving upper arm' );
8197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.23', '', 'Unspecified osteomyelitis involving forearm' );
8198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.24', '', 'Unspecified osteomyelitis involving hand' );
8199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.25', '', 'Unspecified osteomyelitis involving pelvic region and thigh' );
8200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.26', '', 'Unspecified osteomyelitis involving lower leg' );
8201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.27', '', 'Unspecified osteomyelitis involving ankle and foot' );
8202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.28', '', 'Unspecified osteomyelitis involving other specified sites' );
8203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.29', '', 'Unspecified osteomyelitis involving multiple sites' );
8204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.30', '', 'Periostitis without osteomyelitis involving unspecified site' );
8205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.31', '', 'Periostitis without osteomyelitis involving shoulder region' );
8206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.32', '', 'Periostitis without osteomyelitis involving upper arm' );
8207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.33', '', 'Periostitis without osteomyelitis involving forearm' );
8208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.34', '', 'Periostitis without osteomyelitis involving hand' );
8209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.35', '', 'Periostitis without osteomyelitis involving pelvic region and thigh' );
8210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.36', '', 'Periostitis without osteomyelitis involving lower leg' );
8211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.37', '', 'Periostitis without osteomyelitis involving ankle and foot' );
8212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.38', '', 'Periostitis without osteomyelitis involving other specified sites' );
8213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.39', '', 'Periostitis without osteomyelitis involving multiple sites' );
8214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.70', '', 'Osteopathy resulting from poliomyelitis involving unspecified site' );
8215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.71', '', 'Osteopathy resulting from poliomyelitis involving shoulder region' );
8216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.72', '', 'Osteopathy resulting from poliomyelitis involving upper arm' );
8217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.73', '', 'Osteopathy resulting from poliomyelitis involving forearm' );
8218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.74', '', 'Osteopathy resulting from poliomyelitis involving hand' );
8219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.75', '', 'Osteopathy resulting from poliomyelitis involving pelvic region and thigh' );
8220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.76', '', 'Osteopathy resulting from poliomyelitis involving lower leg' );
8221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.77', '', 'Osteopathy resulting from poliomyelitis involving ankle and foot' );
8222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.78', '', 'Osteopathy resulting from poliomyelitis involving other specified sites' );
8223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.79', '', 'Osteopathy resulting from poliomyelitis involving multiple sites' );
8224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.80', '', 'Other infections involving bone in diseases classified elsewhere site unspecified' );
8225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.81', '', 'Other infections involving bone of shoulder region in diseases classified elsewhere' );
8226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.82', '', 'Other infections involving upper arm bone in diseases classified elsewhere' );
8227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.83', '', 'Other infections involving forearm bone in diseases classified elsewhere' );
8228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.84', '', 'Other infections involving hand bone in diseases classified elsewhere' );
8229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.85', '', 'Other infections involving bone of pelvic region and thigh in diseases classified elsewhere' );
8230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.86', '', 'Other infections involving lower leg bone in diseases classified elsewhere' );
8231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.87', '', 'Other infections involving ankle and foot bone in diseases classified elsewhere' );
8232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.88', '', 'Other infections involving bone of other specified sites in diseases classified elsewhere' );
8233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.89', '', 'Other infections involving bone of multiple sites in diseases classified elsewhere' );
8234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.90', '', 'Unspecified infection of bone site unspecified' );
8235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.91', '', 'Unspecified infection of bone of shoulder region' );
8236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.92', '', 'Unspecified infection of upper arm bone' );
8237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.93', '', 'Unspecified infection of forearm bone' );
8238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.94', '', 'Unspecified infection of hand bone' );
8239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.95', '', 'Unspecified infection of bone of pelvic region and thigh' );
8240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.96', '', 'Unspecified infection of lower leg bone' );
8241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.97', '', 'Unspecified infection of ankle and foot bone' );
8242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.98', '', 'Unspecified infection of bone of other specified sites' );
8243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '730.99', '', 'Unspecified infection of bone in multiple sites' );
8244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '731.0', '', 'Osteitis deformans without bone tumor' );
8245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '731.1', '', 'Osteitis deformans in diseases classified elsewhere' );
8246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '731.2', '', 'Hypertrophic pulmonary osteoarthropathy' );
8247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '731.3', '', 'Major osseous defects' );
8248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '731.8', '', 'Other bone involvement in diseases classified elsewhere' );
8249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.0', '', 'Juvenile osteochondrosis of spine' );
8250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.1', '', 'Juvenile osteochondrosis of hip and pelvis' );
8251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.2', '', 'Nontraumatic slipped upper femoral epiphysis' );
8252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.3', '', 'Juvenile osteochondrosis of upper extremity' );
8253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.4', '', 'Juvenile osteochondrosis of lower extremity excluding foot' );
8254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.5', '', 'Juvenile osteochondrosis of foot' );
8255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.6', '', 'Other juvenile osteochondrosis' );
8256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.7', '', 'Osteochondritis dissecans' );
8257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.8', '', 'Other specified forms of osteochondropathy' );
8258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '732.9', '', 'Unspecified osteochondropathy' );
8259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.00', '', 'Osteoporosis unspecified' );
8260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.01', '', 'Senile osteoporosis' );
8261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.02', '', 'Idiopathic osteoporosis' );
8262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.03', '', 'Disuse osteoporosis' );
8263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.09', '', 'Other osteoporosis' );
8264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.10', '', 'Pathological fracture unspecified site' );
8265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.11', '', 'Pathological fracture of humerus' );
8266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.12', '', 'Pathological fracture of distal radius and ulna' );
8267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.13', '', 'Pathological fracture of vertebrae' );
8268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.14', '', 'Pathological fracture of neck of femur' );
8269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.15', '', 'Pathological fracture of other specified part of femur' );
8270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.16', '', 'Pathological fracture of tibia or fibula' );
8271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.19', '', 'Pathological fracture of other specified site' );
8272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.20', '', 'Cyst of bone (localized) unspecified' );
8273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.21', '', 'Solitary bone cyst' );
8274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.22', '', 'Aneurysmal bone cyst' );
8275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.29', '', 'Other bone cyst' );
8276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.3', '', 'Hyperostosis of skull' );
8277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.40', '', 'Aseptic necrosis of bone site unspecified' );
8278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.41', '', 'Aseptic necrosis of head of humerus' );
8279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.42', '', 'Aseptic necrosis of head and neck of femur' );
8280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.43', '', 'Aseptic necrosis of medial femoral condyle' );
8281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.44', '', 'Aseptic necrosis of talus' );
8282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.45', '', 'Aseptic necrosis jaw' );
8283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.49', '', 'Aseptic necrosis of other bone sites' );
8284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.5', '', 'Osteitis condensans' );
8285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.6', '', 'Tietze''s disease' );
8286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.7', '', 'Algoneurodystrophy' );
8287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.81', '', 'Malunion of fracture' );
8288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.82', '', 'Nonunion of fracture' );
8289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.90', '', 'Disorder of bone and cartilage unspecified' );
8290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.91', '', 'Arrest of bone development or growth' );
8291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.92', '', 'Chondromalacia' );
8292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.93', '', 'Stress fracture of tibia or fibula' );
8293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.94', '', 'Stress fracture of the metatarsals' );
8294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.95', '', 'Stress fracture of other bone' );
8295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.96', '', 'Stress fracture of femoral neck' );
8296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.97', '', 'Stress fracture of shaft of femur' );
8297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.98', '', 'Stress fracture of pelvis' );
8298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '733.99', '', 'Other disorders of bone and cartilage' );
8299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '734', '', 'Flat foot' );
8300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.0', '', 'Hallux valgus (acquired)' );
8301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.1', '', 'Hallux varus (acquired)' );
8302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.2', '', 'Hallux rigidus' );
8303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.3', '', 'Hallux malleus' );
8304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.4', '', 'Other hammer toe (acquired)' );
8305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.5', '', 'Claw toe (acquired)' );
8306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.8', '', 'Other acquired deformities of toe' );
8307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '735.9', '', 'Unspecified acquired deformity of toe' );
8308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.00', '', 'Unspecified deformity of forearm excluding fingers' );
8309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.01', '', 'Cubitus valgus (acquired)' );
8310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.02', '', 'Cubitus varus (acquired)' );
8311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.03', '', 'Valgus deformity of wrist (acquired)' );
8312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.04', '', 'Varus deformity of wrist (acquired)' );
8313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.05', '', 'Wrist drop (acquired)' );
8314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.06', '', 'Claw hand (acquired)' );
8315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.07', '', 'Club hand acquired' );
8316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.09', '', 'Other acquired deformities of forearm excluding fingers' );
8317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.1', '', 'Mallet finger' );
8318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.20', '', 'Unspecified deformity of finger' );
8319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.21', '', 'Boutonniere deformity' );
8320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.22', '', 'Swan-neck deformity' );
8321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.29', '', 'Other acquired deformities of finger' );
8322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.30', '', 'Unspecified acquired deformity of hip' );
8323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.31', '', 'Coxa valga (acquired)' );
8324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.32', '', 'Coxa vara (acquired)' );
8325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.39', '', 'Other acquired deformities of hip' );
8326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.41', '', 'Genu valgum (acquired)' );
8327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.42', '', 'Genu varum (acquired)' );
8328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.5', '', 'Genu recurvatum (acquired)' );
8329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.6', '', 'Other acquired deformities of knee' );
8330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.70', '', 'Unspecified deformity of ankle and foot acquired' );
8331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.71', '', 'Acquired equinovarus deformity' );
8332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.72', '', 'Equinus deformity of foot acquired' );
8333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.73', '', 'Cavus deformity of foot acquired' );
8334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.74', '', 'Claw foot acquired' );
8335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.75', '', 'Cavovarus deformity of foot acquired' );
8336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.76', '', 'Other acquired calcaneus deformity' );
8337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.79', '', 'Other acquired deformities of ankle and foot' );
8338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.81', '', 'Unequal leg length (acquired)' );
8339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.89', '', 'Other acquired deformity of other parts of limb' );
8340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '736.9', '', 'Acquired deformity of limb site unspecified' );
8341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.0', '', 'Adolescent postural kyphosis' );
8342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.10', '', 'Kyphosis (acquired) (postural)' );
8343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.11', '', 'Kyphosis due to radiation' );
8344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.12', '', 'Kyphosis postlaminectomy' );
8345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.19', '', 'Other kyphosis acquired' );
8346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.20', '', 'Lordosis (acquired) (postural)' );
8347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.21', '', 'Lordosis postlaminectomy' );
8348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.22', '', 'Other postsurgical lordosis' );
8349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.29', '', 'Other lordosis acquired' );
8350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.30', '', 'Scoliosis (and kyphoscoliosis) idiopathic' );
8351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.31', '', 'Resolving infantile idiopathic scoliosis' );
8352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.32', '', 'Progressive infantile idiopathic scoliosis' );
8353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.33', '', 'Scoliosis due to radiation' );
8354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.34', '', 'Thoracogenic scoliosis' );
8355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.39', '', 'Other kyphoscoliosis and scoliosis' );
8356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.40', '', 'Unspecified curvature of spine associated with other conditions' );
8357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.41', '', 'Kyphosis associated with other conditions' );
8358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.42', '', 'Lordosis associated with other conditions' );
8359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.43', '', 'Scoliosis associated with other conditions' );
8360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.8', '', 'Other curvatures of spine associated with other conditions' );
8361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '737.9', '', 'Unspecified curvature of spine associated with other conditions' );
8362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.0', '', 'Acquired deformity of nose' );
8363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.10', '', 'Other acquired deformity of head unspecified deformity' );
8364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.11', '', 'Other acquired deformity of head zygomatic hyperplasia' );
8365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.12', '', 'Other acquired deformity of head zygomatic hypoplasia' );
8366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.19', '', 'Other acquired deformity of head other specified deformity' );
8367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.2', '', 'Acquired deformity of neck' );
8368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.3', '', 'Acquired deformity of chest and rib' );
8369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.4', '', 'Acquired spondylolisthesis' );
8370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.5', '', 'Other acquired deformity of back or spine' );
8371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.6', '', 'Acquired deformity of pelvis' );
8372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.7', '', 'Cauliflower ear' );
8373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.8', '', 'Acquired musculoskeletal deformity of other specified site' );
8374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '738.9', '', 'Acquired musculoskeletal deformity of unspecified site' );
8375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.0', '', 'Nonallopathic lesions of head region not elsewhere classified' );
8376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.1', '', 'Nonallopathic lesions of cervical region not elsewhere classified' );
8377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.2', '', 'Nonallopathic lesions of thoracic region not elsewhere classified' );
8378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.3', '', 'Nonallopathic lesions of lumbar region not elsewhere classified' );
8379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.4', '', 'Nonallopathic lesions of sacral region not elsewhere classified' );
8380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.5', '', 'Nonallopathic lesions of pelvic region not elsewhere classified' );
8381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.6', '', 'Nonallopathic lesions of lower extremities not elsewhere classified' );
8382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.7', '', 'Nonallopathic lesions of upper extremities not elsewhere classified' );
8383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.8', '', 'Nonallopathic lesions of rib cage not elsewhere classified' );
8384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '739.9', '', 'Nonallopathic lesions of abdomen and other sites not elsewhere classified' );
8385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '740.0', '', 'Anencephalus' );
8386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '740.1', '', 'Craniorachischisis' );
8387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '740.2', '', 'Iniencephaly' );
8388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.00', '', 'Spina bifida unspecified region with hydrocephalus' );
8389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.01', '', 'Spina bifida cervical region with hydrocephalus' );
8390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.02', '', 'Spina bifida dorsal (thoracic) region with hydrocephalus' );
8391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.03', '', 'Spina bifida lumbar region with hydrocephalus' );
8392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.90', '', 'Spina bifida unspecified region without hydrocephalus' );
8393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.91', '', 'Spina bifida cervical region without hydrocephalus' );
8394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.92', '', 'Spina bifida dorsal (thoracic) region without hydrocephalus' );
8395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '741.93', '', 'Spina bifida lumbar region without hydrocephalus' );
8396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.0', '', 'Encephalocele' );
8397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.1', '', 'Microcephalus' );
8398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.2', '', 'Congenital reduction deformities of brain' );
8399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.3', '', 'Congenital hydrocephalus' );
8400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.4', '', 'Other specified congenital anomalies of brain' );
8401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.51', '', 'Diastematomyelia' );
8402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.53', '', 'Hydromyelia' );
8403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.59', '', 'Other specified congenital anomalies of spinal cord' );
8404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.8', '', 'Other specified congenital anomalies of nervous system' );
8405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '742.9', '', 'Unspecified congenital anomaly of brain spinal cord and nervous system' );
8406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.00', '', 'Clinical anophthalmos unspecified' );
8407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.03', '', 'Cystic eyeball congenital' );
8408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.06', '', 'Cryptophthalmos' );
8409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.10', '', 'Microphthalmos unspecified' );
8410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.11', '', 'Simple microphthalmos' );
8411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.12', '', 'Microphthalmos associated with other anomalies of eye and adnexa' );
8412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.20', '', 'Buphthalmos unspecified' );
8413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.21', '', 'Simple buphthalmos' );
8414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.22', '', 'Buphthalmos associated with other ocular anomalies' );
8415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.30', '', 'Congenital cataract unspecified' );
8416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.31', '', 'Congenital capsular and subcapsular cataract' );
8417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.32', '', 'Congenital cortical and zonular cataract' );
8418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.33', '', 'Congenital nuclear cataract' );
8419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.34', '', 'Congenital total and subtotal cataract' );
8420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.35', '', 'Congenital aphakia' );
8421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.36', '', 'Congenital anomalies of lens shape' );
8422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.37', '', 'Congenital ectopic lens' );
8423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.39', '', 'Other congenital cataract and lens anomalies' );
8424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.41', '', 'Congenital anomalies of corneal size and shape' );
8425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.42', '', 'Congenital corneal opacities interfering with vision' );
8426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.43', '', 'Other congenital corneal opacities' );
8427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.44', '', 'Specified congenital anomalies of anterior chamber angle and related structures' );
8428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.45', '', 'Aniridia' );
8429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.46', '', 'Other specified congenital anomalies of iris and ciliary body' );
8430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.47', '', 'Specified congenital anomalies of sclera' );
8431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.48', '', 'Multiple and combined congenital anomalies of anterior segment' );
8432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.49', '', 'Other congenital anomalies of anterior segment' );
8433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.51', '', 'Vitreous anomalies congenital' );
8434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.52', '', 'Fundus coloboma' );
8435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.53', '', 'Chorioretinal degeneration congenital' );
8436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.54', '', 'Congenital folds and cysts of posterior segment' );
8437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.55', '', 'Congenital macular changes' );
8438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.56', '', 'Other retinal changes congenital' );
8439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.57', '', 'Specified congenital anomalies of optic disc' );
8440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.58', '', 'Vascular anomalies congenital' );
8441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.59', '', 'Other congenital anomalies of posterior segment' );
8442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.61', '', 'Congenital ptosis of eyelid' );
8443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.62', '', 'Congenital deformities of eyelids' );
8444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.63', '', 'Other specified congenital anomalies of eyelid' );
8445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.64', '', 'Specified congenital anomalies of lacrimal gland' );
8446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.65', '', 'Specified congenital anomalies of lacrimal passages' );
8447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.66', '', 'Specified congenital anomalies of orbit' );
8448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.69', '', 'Other congenital anomalies of eyelids lacrimal system and orbit' );
8449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.8', '', 'Other specified anomalies of eye congenital' );
8450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '743.9', '', 'Unspecified anomaly of eye congenital' );
8451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.00', '', 'Unspecified congenital anomaly of ear with impairment of hearing' );
8452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.01', '', 'Congenital absence of external ear' );
8453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.02', '', 'Other congenital anomalies of external ear with impairment of hearing' );
8454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.03', '', 'Congenital anomaly of middle ear except ossicles' );
8455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.04', '', 'Congenital anomalies of ear ossicles' );
8456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.05', '', 'Congenital anomalies of inner ear' );
8457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.09', '', 'Other congenital anomalies of ear causing impairment of hearing' );
8458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.1', '', 'Accessory auricle' );
8459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.21', '', 'Absence of ear lobe congenital' );
8460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.22', '', 'Macrotia' );
8461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.23', '', 'Microtia' );
8462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.24', '', 'Specified congenital anomalies of eustachian tube' );
8463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.29', '', 'Other congenital anomalies of ear' );
8464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.3', '', 'Unspecified congenital anomaly of ear' );
8465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.41', '', 'Branchial cleft sinus or fistula' );
8466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.42', '', 'Branchial cleft cyst' );
8467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.43', '', 'Cervical auricle' );
8468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.46', '', 'Preauricular sinus or fistula' );
8469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.47', '', 'Preauricular cyst' );
8470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.49', '', 'Other branchial cleft cyst or fistula; preauricular sinus' );
8471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.5', '', 'Webbing of neck' );
8472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.81', '', 'Macrocheilia' );
8473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.82', '', 'Microcheilia' );
8474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.83', '', 'Macrostomia' );
8475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.84', '', 'Microstomia' );
8476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.89', '', 'Other specified congenital anomalies of face and neck' );
8477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '744.9', '', 'Unspecified congenital anomalies of face and neck' );
8478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.0', '', 'Common truncus' );
8479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.10', '', 'Complete transposition of great vessels' );
8480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.11', '', 'Double outlet right ventricle' );
8481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.12', '', 'Corrected transposition of great vessels' );
8482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.19', '', 'Other transposition of great vessels' );
8483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.2', '', 'Tetralogy of fallot' );
8484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.3', '', 'Common ventricle' );
8485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.4', '', 'Ventricular septal defect' );
8486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.5', '', 'Ostium secundum type atrial septal defect' );
8487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.60', '', 'Endocardial cushion defect unspecified type' );
8488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.61', '', 'Ostium primum defect' );
8489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.69', '', 'Other endocardial cushion defects' );
8490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.7', '', 'Cor biloculare' );
8491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.8', '', 'Other bulbus cordis anomalies and anomalies of cardiac septal closure' );
8492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '745.9', '', 'Unspecified defect of septal closure' );
8493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.00', '', 'Congenital pulmonary valve anomaly unspecified' );
8494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.01', '', 'Atresia of pulmonary valve congenital' );
8495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.02', '', 'Stenosis of pulmonary valve congenital' );
8496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.09', '', 'Other congenital anomalies of pulmonary valve' );
8497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.1', '', 'Tricuspid atresia and stenosis congenital' );
8498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.2', '', 'Ebstein''s anomaly' );
8499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.3', '', 'Congenital stenosis of aortic valve' );
8500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.4', '', 'Congenital insufficiency of aortic valve' );
8501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.5', '', 'Congenital mitral stenosis' );
8502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.6', '', 'Congenital mitral insufficiency' );
8503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.7', '', 'Hypoplastic left heart syndrome' );
8504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.81', '', 'Subaortic stenosis congenital' );
8505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.82', '', 'Cor triatriatum' );
8506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.83', '', 'Infundibular pulmonic stenosis congenital' );
8507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.84', '', 'Congenital obstructive anomalies of heart not elsewhere classified' );
8508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.85', '', 'Coronary artery anomaly congenital' );
8509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.86', '', 'Congenital heart block' );
8510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.87', '', 'Malposition of heart and cardiac apex' );
8511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.89', '', 'Other specified congenital anomalies of heart' );
8512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '746.9', '', 'Unspecified congenital anomaly of heart' );
8513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.0', '', 'Patent ductus arteriosus' );
8514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.10', '', 'Coarctation of aorta (preductal) (postductal)' );
8515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.11', '', 'Interruption of aortic arch' );
8516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.20', '', 'Congenital anomaly of aorta unspecified' );
8517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.21', '', 'Congenital anomalies of aortic arch' );
8518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.22', '', 'Congenital atresia and stenosis of aorta' );
8519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.29', '', 'Other congenital anomalies of aorta' );
8520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.3', '', 'Congenital anomalies of pulmonary artery' );
8521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.40', '', 'Congenital anomaly of great veins unspecified' );
8522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.41', '', 'Total anomalous pulmonary venous connection' );
8523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.42', '', 'Partial anomalous pulmonary venous connection' );
8524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.49', '', 'Other anomalies of great veins' );
8525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.5', '', 'Absence or hypoplasia of umbilical artery' );
8526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.60', '', 'Anomaly of the peripheral vascular system unspecified site' );
8527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.61', '', 'Gastrointestinal vessel anomaly' );
8528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.62', '', 'Renal vessel anomaly' );
8529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.63', '', 'Upper limb vessel anomaly' );
8530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.64', '', 'Lower limb vessel anomaly' );
8531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.69', '', 'Anomalies of other specified sites of peripheral vascular system' );
8532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.81', '', 'Congenital anomalies of cerebrovascular system' );
8533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.82', '', 'Spinal vessel anomaly' );
8534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.83', '', 'Persistent fetal circulation' );
8535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.89', '', 'Other specified congenital anomalies of circulatory system' );
8536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '747.9', '', 'Unspecified congenital anomaly of circulatory system' );
8537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.0', '', 'Choanal atresia' );
8538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.1', '', 'Other congenital anomalies of nose' );
8539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.2', '', 'Web of larynx' );
8540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.3', '', 'Other congenital anomalies of larynx trachea and bronchus' );
8541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.4', '', 'Congenital cystic lung' );
8542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.5', '', 'Congenital agenesis hypoplasia and dysplasia of lung' );
8543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.60', '', 'Congenital anomaly of lung unspecified' );
8544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.61', '', 'Congenital bronchiectasis' );
8545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.69', '', 'Other congenital anomalies of lung' );
8546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.8', '', 'Other specified congenital anomalies of respiratory system' );
8547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '748.9', '', 'Unspecified congenital anomaly of respiratory system' );
8548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.00', '', 'Cleft palate unspecified' );
8549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.01', '', 'Cleft palate unilateral complete' );
8550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.02', '', 'Cleft palate unilateral incomplete' );
8551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.03', '', 'Cleft palate bilateral complete' );
8552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.04', '', 'Cleft palate bilateral incomplete' );
8553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.10', '', 'Cleft lip unspecified' );
8554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.11', '', 'Cleft lip unilateral complete' );
8555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.12', '', 'Cleft lip unilateral incomplete' );
8556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.13', '', 'Cleft lip bilateral complete' );
8557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.14', '', 'Cleft lip bilateral incomplete' );
8558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.20', '', 'Cleft palate with cleft lip unspecified' );
8559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.21', '', 'Cleft palate with cleft lip unilateral complete' );
8560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.22', '', 'Cleft palate with cleft lip unilateral incomplete' );
8561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.23', '', 'Cleft palate with cleft lip bilateral complete' );
8562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.24', '', 'Cleft palate with cleft lip bilateral incomplete' );
8563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '749.25', '', 'Other combinations of cleft palate with cleft lip' );
8564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.0', '', 'Tongue tie' );
8565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.10', '', 'Congenital anomaly of tongue unspecified' );
8566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.11', '', 'Aglossia' );
8567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.12', '', 'Congenital adhesions of tongue' );
8568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.13', '', 'Congenital fissure of tongue' );
8569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.15', '', 'Macroglossia' );
8570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.16', '', 'Microglossia' );
8571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.19', '', 'Other congenital anomalies of tongue' );
8572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.21', '', 'Congenital absence of salivary gland' );
8573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.22', '', 'Accessory salivary gland' );
8574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.23', '', 'Congenital atresia salivary duct' );
8575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.24', '', 'Congenital fistula of salivary gland' );
8576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.25', '', 'Congenital fistula of lip' );
8577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.26', '', 'Other specified congenital anomalies of mouth' );
8578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.27', '', 'Congenital diverticulum of pharynx' );
8579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.29', '', 'Other specified congenital anomalies of pharynx' );
8580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.3', '', 'Congenital tracheoesophageal fistula esophageal atresia and stenosis' );
8581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.4', '', 'Other specified congenital anomalies of esophagus' );
8582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.5', '', 'Congenital hypertrophic pyloric stenosis' );
8583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.6', '', 'Congenital hiatus hernia' );
8584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.7', '', 'Other specified congenital anomalies of stomach' );
8585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.8', '', 'Other specified congenital anomalies of upper alimentary tract' );
8586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '750.9', '', 'Unspecified congenital anomaly of upper alimentary tract' );
8587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.0', '', 'Meckel''s diverticulum' );
8588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.1', '', 'Congenital atresia and stenosis of small intestine' );
8589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.2', '', 'Congenital atresia and stenosis of large intestine rectum and anal canal' );
8590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.3', '', 'Hirschsprung''s disease and other congenital functional disorders of colon' );
8591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.4', '', 'Congenital anomalies of intestinal fixation' );
8592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.5', '', 'Other congenital anomalies of intestine' );
8593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.60', '', 'Unspecified congenital anomaly of gallbladder bile ducts and liver' );
8594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.61', '', 'Biliary atresia congenital' );
8595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.62', '', 'Congenital cystic disease of liver' );
8596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.69', '', 'Other congenital anomalies of gallbladder bile ducts and liver' );
8597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.7', '', 'Congenital anomalies of pancreas' );
8598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.8', '', 'Other specified congenital anomalies of digestive system' );
8599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '751.9', '', 'Unspecified congenital anomaly of digestive system' );
8600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.0', '', 'Congenital anomalies of ovaries' );
8601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.10', '', 'Unspecified congenital anomaly of fallopian tubes and broad ligaments' );
8602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.11', '', 'Embryonic cyst of fallopian tubes and broad ligaments' );
8603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.19', '', 'Other congenital anomalies of fallopian tubes and broad ligaments' );
8604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.2', '', 'Doubling of uterus' );
8605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.3', '', 'Other congenital anomalies of uterus' );
8606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.40', '', 'Unspecified congenital anomaly of cervix vagina and external female genitalia' );
8607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.41', '', 'Embryonic cyst of cervix vagina and external female genitalia' );
8608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.42', '', 'Imperforate hymen' );
8609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.49', '', 'Other congenital anomalies of cervix vagina and external female genitalia' );
8610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.51', '', 'Undescended testis' );
8611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.52', '', 'Retractile testis' );
8612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.61', '', 'Hypospadias' );
8613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.62', '', 'Epispadias' );
8614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.63', '', 'Congenital chordee' );
8615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.64', '', 'Micropenis' );
8616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.65', '', 'Hidden penis' );
8617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.69', '', 'Other penile anomalies' );
8618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.7', '', 'Indeterminate sex and pseudohermaphroditism' );
8619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.81', '', 'Scrotal transposition' );
8620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.89', '', 'Other specified anomalies of genital organs' );
8621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '752.9', '', 'Unspecified congenital anomaly of genital organs' );
8622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.0', '', 'Renal agenesis and dysgenesis' );
8623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.10', '', 'Cystic kidney disease unspecified' );
8624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.11', '', 'Congenital single renal cyst' );
8625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.12', '', 'Polycystic kidney unspecified type' );
8626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.13', '', 'Polycystic kidney autosomal dominant' );
8627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.14', '', 'Polycystic kidney autosomal recessive' );
8628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.15', '', 'Renal dysplasia' );
8629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.16', '', 'Medullary cystic kidney' );
8630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.17', '', 'Medullary sponge kidney' );
8631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.19', '', 'Other specified cystic kidney disease' );
8632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.20', '', 'Unspecified obstructive defect of renal pelvis and ureter' );
8633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.21', '', 'Congenital obstruction of ureteropelvic junction' );
8634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.22', '', 'Congenital obstruction of ureterovesical junction' );
8635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.23', '', 'Congenital ureterocele' );
8636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.29', '', 'Other obstructive defect of renal pelvis and ureter' );
8637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.3', '', 'Other specified anomalies of kidney' );
8638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.4', '', 'Other specified anomalies of ureter' );
8639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.5', '', 'Exstrophy of urinary bladder' );
8640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.6', '', 'Congenital atresia and stenosis of urethra and bladder neck' );
8641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.7', '', 'Congenital anomalies of urachus' );
8642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.8', '', 'Other specified congenital anomalies of bladder and urethra' );
8643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '753.9', '', 'Unspecified congenital anomaly of urinary system' );
8644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.0', '', 'Congenital musculoskeletal deformities of skull face and jaw' );
8645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.1', '', 'Congenital musculoskeletal deformities of sternocleidomastoid muscle' );
8646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.2', '', 'Congenital musculoskeletal deformities of spine' );
8647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.30', '', 'Congenital dislocation of hip unilateral' );
8648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.31', '', 'Congenital dislocation of hip bilateral' );
8649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.32', '', 'Congenital subluxation of hip unilateral' );
8650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.33', '', 'Congenital subluxation of hip bilateral' );
8651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.35', '', 'Congenital dislocation of one hip with subluxation of other hip' );
8652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.40', '', 'Genu recurvatum' );
8653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.41', '', 'Congenital dislocation of knee (with genu recurvatum)' );
8654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.42', '', 'Congenital bowing of femur' );
8655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.43', '', 'Congenital bowing of tibia and fibula' );
8656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.44', '', 'Congenital bowing of unspecified long bones of leg' );
8657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.50', '', 'Congenital talipes varus' );
8658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.51', '', 'Congenital talipes equinovarus' );
8659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.52', '', 'Congenital metatarsus primus varus' );
8660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.53', '', 'Congenital metatarsus varus' );
8661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.59', '', 'Other congenital varus deformities of feet' );
8662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.60', '', 'Congenital talipes valgus' );
8663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.61', '', 'Congenital pes planus' );
8664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.62', '', 'Talipes calcaneovalgus' );
8665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.69', '', 'Other congenital valgus deformities of feet' );
8666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.70', '', 'Talipes unspecified' );
8667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.71', '', 'Talipes cavus' );
8668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.79', '', 'Other congenital deformities of feet' );
8669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.81', '', 'Pectus excavatum' );
8670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.82', '', 'Pectus carinatum' );
8671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '754.89', '', 'Other specified nonteratogenic anomalies' );
8672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.00', '', 'Polydactyly unspecified digits' );
8673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.01', '', 'Polydactyly of fingers' );
8674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.02', '', 'Polydactyly of toes' );
8675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.10', '', 'Syndactyly of multiple and unspecified sites' );
8676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.11', '', 'Syndactyly of fingers without fusion of bone' );
8677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.12', '', 'Syndactyly of fingers with fusion of bone' );
8678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.13', '', 'Syndactyly of toes without fusion of bone' );
8679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.14', '', 'Syndactyly of toes with fusion of bone' );
8680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.20', '', 'Unspecified reduction deformity of upper limb congenital' );
8681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.21', '', 'Transverse deficiency of upper limb' );
8682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.22', '', 'Longitudinal deficiency of upper limb not elsewhere classified' );
8683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.23', '', 'Longitudinal deficiency combined involving humerus radius and ulna (complete or incomplete)' );
8684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.24', '', 'Longitudinal deficiency humeral complete or partial (with or without distal deficiencies incomplete)' );
8685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.25', '', 'Longitudinal deficiency radioulnar complete or partial (with or without distal deficiencies incomplete)' );
8686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.26', '', 'Longitudinal deficiency radial complete or partial (with or without distal deficiencies incomplete)' );
8687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.27', '', 'Longitudinal deficiency ulnar complete or partial (with or without distal deficiencies incomplete)' );
8688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.28', '', 'Longitudinal deficiency carpals or metacarpals complete or partial (with or without incomplete phalangeal deficiency)' );
8689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.29', '', 'Longitudinal deficiency phalanges complete or partial' );
8690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.30', '', 'Unspecified reduction deformity of lower limb congenital' );
8691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.31', '', 'Transverse deficiency of lower limb' );
8692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.32', '', 'Longitudinal deficiency of lower limb not elsewhere classified' );
8693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.33', '', 'Longitudinal deficiency combined involving femur tibia and fibula (complete or incomplete)' );
8694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.34', '', 'Longitudinal deficiency femoral complete or partial (with or without distal deficiencies incomplete)' );
8695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.35', '', 'Longitudinal deficiency tibiofibular complete or partial (with or without distal deficiencies incomplete)' );
8696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.36', '', 'Longitudinal deficiency tibia complete or partial (with or without distal deficiencies incomplete)' );
8697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.37', '', 'Longitudinal deficiency fibular complete or partial (with or without distal deficiencies incomplete)' );
8698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.38', '', 'Longitudinal deficiency tarsals or metatarsals complete or partial (with or without incomplete phalangeal deficiency)' );
8699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.39', '', 'Longitudinal deficiency phalanges complete or partial' );
8700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.4', '', 'Congenital reduction deformities unspecified limb' );
8701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.50', '', 'Unspecified anomaly of upper limb congenital' );
8702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.51', '', 'Congenital deformity of clavicle' );
8703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.52', '', 'Congenital elevation of scapula' );
8704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.53', '', 'Radioulnar synostosis' );
8705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.54', '', 'Madelung''s deformity' );
8706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.55', '', 'Acrocephalosyndactyly' );
8707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.56', '', 'Accessory carpal bones' );
8708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.57', '', 'Macrodactylia (fingers)' );
8709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.58', '', 'Cleft hand congenital' );
8710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.59', '', 'Other congenital anomalies of upper limb including shoulder girdle' );
8711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.60', '', 'Unspecified congenital anomaly of lower limb' );
8712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.61', '', 'Coxa valga congenital' );
8713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.62', '', 'Coxa vara congenital' );
8714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.63', '', 'Other congenital deformity of hip (joint)' );
8715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.64', '', 'Congenital deformity of knee (joint)' );
8716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.65', '', 'Macrodactylia of toes' );
8717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.66', '', 'Other congenital anomalies of toes' );
8718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.67', '', 'Congenital anomalies of foot not elsewhere classified' );
8719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.69', '', 'Other congenital anomalies of lower limb including pelvic girdle' );
8720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.8', '', 'Other specified congenital anomalies of unspecified limb' );
8721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '755.9', '', 'Unspecified congenital anomaly of unspecified limb' );
8722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.0', '', 'Congenital anomalies of skull and face bones' );
8723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.10', '', 'Congenital anomaly of spine unspecified' );
8724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.11', '', 'Congenital spondylolysis lumbosacral region' );
8725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.12', '', 'Spondylolisthesis congenital' );
8726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.13', '', 'Absence of vertebra congenital' );
8727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.14', '', 'Hemivertebra' );
8728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.15', '', 'Fusion of spine (vertebra) congenital' );
8729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.16', '', 'Klippel-feil syndrome' );
8730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.17', '', 'Spina bifida occulta' );
8731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.19', '', 'Other congenital anomalies of spine' );
8732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.2', '', 'Cervical rib' );
8733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.3', '', 'Other congenital anomalies of ribs and sternum' );
8734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.4', '', 'Chondrodystrophy' );
8735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.50', '', 'Congenital osteodystrophy unspecified' );
8736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.51', '', 'Osteogenesis imperfecta' );
8737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.52', '', 'Osteopetrosis' );
8738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.53', '', 'Osteopoikilosis' );
8739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.54', '', 'Polyostotic fibrous dysplasia of bone' );
8740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.55', '', 'Chondroectodermal dysplasia' );
8741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.56', '', 'Multiple epiphyseal dysplasia' );
8742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.59', '', 'Other congenital osteodystrophies' );
8743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.6', '', 'Congenital anomalies of diaphragm' );
8744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.70', '', 'Anomaly of abdominal wall unspecified' );
8745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.71', '', 'Prune belly syndrome' );
8746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.72', '', 'Omphalocele' );
8747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.73', '', 'Gastroschisis' );
8748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.79', '', 'Other congenital anomalies of abdominal wall' );
8749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.81', '', 'Congenital absence of muscle and tendon' );
8750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.82', '', 'Accessory muscle' );
8751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.83', '', 'Ehlers-danlos syndrome' );
8752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.89', '', 'Other specified congenital anomalies of muscle tendon fascia and connective tissue' );
8753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '756.9', '', 'Other and unspecified congenital anomalies of musculoskeletal system' );
8754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.0', '', 'Hereditary edema of legs' );
8755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.1', '', 'Ichthyosis congenita' );
8756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.2', '', 'Dermatoglyphic anomalies' );
8757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.31', '', 'Congenital ectodermal dysplasia' );
8758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.32', '', 'Vascular hamartomas' );
8759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.33', '', 'Congenital pigmentary anomalies of skin' );
8760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.39', '', 'Other specified congenital anomalies of skin' );
8761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.4', '', 'Specified congenital anomalies of hair' );
8762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.5', '', 'Specified congenital anomalies of nails' );
8763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.6', '', 'Specified congenital anomalies of breast' );
8764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.8', '', 'Other specified congenital anomalies of the integument' );
8765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '757.9', '', 'Unspecified congenital anomaly of the integument' );
8766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.0', '', 'Down''s syndrome' );
8767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.1', '', 'Patau''s syndrome' );
8768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.2', '', 'Edwards'' syndrome' );
8769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.31', '', 'Cri-du-chat syndrome' );
8770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.32', '', 'Velo-cardio-facial syndrome' );
8771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.33', '', 'Other microdeletions' );
8772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.39', '', 'Other autosomal deletions' );
8773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.4', '', 'Balanced autosomal translocation in normal individual' );
8774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.5', '', 'Other conditions due to autosomal anomalies' );
8775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.6', '', 'Gonadal dysgenesis' );
8776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.7', '', 'Klinefelter''s syndrome' );
8777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.81', '', 'Other conditions due to sex chromosome anomalies' );
8778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.89', '', 'Other conditions due to chromosome anomalies' );
8779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '758.9', '', 'Conditions due to anomaly of unspecified chromosome' );
8780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.0', '', 'Anomalies of spleen congenital' );
8781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.1', '', 'Anomalies of adrenal gland congenital' );
8782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.2', '', 'Anomalies of other endocrine glands congenital' );
8783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.3', '', 'Situs inversus' );
8784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.4', '', 'Conjoined twins' );
8785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.5', '', 'Tuberous sclerosis' );
8786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.6', '', 'Other congenital hamartoses not elsewhere classified' );
8787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.7', '', 'Multiple congenital anomalies so described' );
8788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.81', '', 'Prader-willi syndrome' );
8789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.82', '', 'Marfan syndrome' );
8790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.83', '', 'Fragile x syndrome' );
8791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.89', '', 'Other specified congenital anomalies' );
8792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '759.9', '', 'Congenital anomaly unspecified' );
8793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.0', '', 'Maternal hypertensive disorders affecting fetus or newborn' );
8794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.1', '', 'Maternal renal and urinary tract diseases affecting fetus or newborn' );
8795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.2', '', 'Maternal infections affecting fetus or newborn' );
8796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.3', '', 'Other chronic maternal circulatory and respiratory diseases affecting fetus or newborn' );
8797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.4', '', 'Maternal nutritional disorders affecting fetus or newborn' );
8798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.5', '', 'Maternal injury affecting fetus or newborn' );
8799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.61', '', 'Newborn affected by amniocentesis' );
8800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.62', '', 'Newborn affected by other in utero procedure' );
8801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.63', '', 'Newborn affected by other surgical operations on mother during pregnancy' );
8802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.64', '', 'Newborn affected by previous surgical procedure on mother not associated with pregnancy' );
8803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.70', '', 'Unspecified noxious substance affecting fetus or newborn via placenta or breast milk' );
8804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.71', '', 'Alcohol affecting fetus or newborn via placenta or breast milk' );
8805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.72', '', 'Narcotics affecting fetus or newborn via placenta or breast milk' );
8806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.73', '', 'Hallucinogenic agents affecting fetus or newborn via placenta or breast milk' );
8807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.74', '', 'Anti-infectives affecting fetus or newborn via placenta or breast milk' );
8808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.75', '', 'Cocaine affecting fetus or newborn via placenta or breast milk' );
8809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.76', '', 'Diethylstilbestrol (des) exposure affecting fetus or newborn via placenta or breast milk' );
8810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.77', '', 'Anticonvulsants affecting fetus or newborn via placenta or breast milk' );
8811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.78', '', 'Antimetabolic agents affecting fetus or newborn via placenta or breast milk' );
8812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.79', '', 'Other noxious influences affecting fetus or newborn via placenta or breast milk' );
8813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.8', '', 'Other specified maternal conditions affecting fetus or newborn' );
8814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '760.9', '', 'Unspecified maternal condition affecting fetus or newborn' );
8815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.0', '', 'Incompetent cervix affecting fetus or newborn' );
8816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.1', '', 'Premature rupture of membranes affecting fetus or newborn' );
8817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.2', '', 'Oligohydramnios affecting fetus or newborn' );
8818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.3', '', 'Polyhydramnios affecting fetus or newborn' );
8819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.4', '', 'Ectopic pregnancy affecting fetus or newborn' );
8820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.5', '', 'Multiple pregnancy affecting fetus or newborn' );
8821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.6', '', 'Maternal death affecting fetus or newborn' );
8822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.7', '', 'Malpresentation before labor affecting fetus or newborn' );
8823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.8', '', 'Other specified maternal complications of pregnancy affecting fetus or newborn' );
8824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '761.9', '', 'Unspecified maternal complication of pregnancy affecting fetus or newborn' );
8825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.0', '', 'Placenta previa affecting fetus or newborn' );
8826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.1', '', 'Other forms of placental separation and hemorrhage affecting fetus or newborn' );
8827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.2', '', 'Other and unspecified morphological and functional abnormalities of placenta affecting fetus or newborn' );
8828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.3', '', 'Placental transfusion syndromes affecting fetus or newborn' );
8829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.4', '', 'Prolapsed umbilical cord affecting fetus or newborn' );
8830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.5', '', 'Other compression of umbilical cord affecting fetus or newborn' );
8831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.6', '', 'Other and unspecified conditions of umbilical cord affecting fetus or newborn' );
8832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.7', '', 'Chorioamnionitis affecting fetus or newborn' );
8833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.8', '', 'Other specified abnormalities of chorion and amnion affecting fetus or newborn' );
8834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '762.9', '', 'Unspecified abnormality of chorion and amnion affecting fetus or newborn' );
8835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.0', '', 'Breech delivery and extraction affecting fetus or newborn' );
8836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.1', '', 'Other malpresentation malposition and disproportion during labor and delivery affecting fetus or newborn' );
8837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.2', '', 'Forceps delivery affecting fetus or newborn' );
8838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.3', '', 'Delivery by vacuum extractor affecting fetus or newborn' );
8839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.4', '', 'Cesarean delivery affecting fetus or newborn' );
8840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.5', '', 'Maternal anesthesia and analgesia affecting fetus or newborn' );
8841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.6', '', 'Precipitate delivery affecting fetus or newborn' );
8842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.7', '', 'Abnormal uterine contractions affecting fetus or newborn' );
8843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.81', '', 'Abnormality in fetal heart rate or rhythm before the onset of labor' );
8844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.82', '', 'Abnormality in fetal heart rate or rhythm during labor' );
8845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.83', '', 'Abnormality in fetal heart rate or rhythm unspecified as to time of onset' );
8846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.84', '', 'Meconium passage during delivery' );
8847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.89', '', 'Other specified complications of labor and delivery affecting fetus or newborn' );
8848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '763.9', '', 'Unspecified complication of labor and delivery affecting fetus or newborn' );
8849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.00', '', 'Light-for-dates infant without fetal malnutrition unspecified weight' );
8850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.01', '', 'Light-for-dates infant without fetal malnutrition less than 500 grams' );
8851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.02', '', 'Light-for-dates infant without fetal malnutrition 500-749 grams' );
8852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.03', '', 'Light-for-dates infant without fetal malnutrition 750-999 grams' );
8853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.04', '', 'Light-for-dates infant without fetal malnutrition 1000- 1249 grams' );
8854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.05', '', 'Light-for-dates infant without fetal malnutrition 1250- 1499 grams' );
8855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.06', '', 'Light-for-dates infant without fetal malnutrition 1500- 1749 grams' );
8856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.07', '', 'Light-for-dates infant without fetal malnutrition 1750- 1999 grams' );
8857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.08', '', 'Light-for-dates infant without fetal malnutrition 2000- 2499 grams' );
8858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.09', '', 'Light-for-dates infant without fetal malnutrition 2500 grams and over' );
8859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.10', '', 'Light-for-dates infant with signs of fetal malnutrition unspecified weight' );
8860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.11', '', 'Light-for-dates infant with signs of fetal malnutrition less than 500 grams' );
8861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.12', '', 'Light-for-dates infant with signs of fetal malnutrition 500-749 grams' );
8862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.13', '', 'Light-for-dates infant with signs of fetal malnutrition 750-999 grams' );
8863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.14', '', 'Light-for-dates infant with signs of fetal malnutrition 1000-1249 grams' );
8864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.15', '', 'Light-for-dates infant with signs of fetal malnutrition 1250-1499 grams' );
8865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.16', '', 'Light-for-dates infant with signs of fetal malnutrition 1500-1749 grams' );
8866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.17', '', 'Light-for-dates infant with signs of fetal malnutrition 1750-1999 grams' );
8867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.18', '', 'Light-for-dates infant with signs of fetal malnutrition 2000-2499 grams' );
8868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.19', '', 'Light-for-dates infant with signs of fetal malnutrition 2500 grams and over' );
8869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.20', '', 'Fetal malnutrition without light-for-dates unspecified weight' );
8870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.21', '', 'Fetal malnutrition without light-for-dates less than 500 grams' );
8871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.22', '', 'Fetal malnutrition without light-for-dates 500-749 grams' );
8872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.23', '', 'Fetal malnutrition without light-for-dates 750-999 grams' );
8873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.24', '', 'Fetal malnutrition without light-for-dates 1000-1249 grams' );
8874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.25', '', 'Fetal malnutrition without light-for-dates 1250-1499 grams' );
8875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.26', '', 'Fetal malnutrition without light-for-dates 1500-1749 grams' );
8876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.27', '', 'Fetal malnutrition without light-for-dates 1750-1999 grams' );
8877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.28', '', 'Fetal malnutrition without light-for-dates 2000-2499 grams' );
8878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.29', '', 'Fetal malnutrition without light-for-dates 2500 grams and over' );
8879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.90', '', 'Fetal growth retardation unspecified weight' );
8880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.91', '', 'Fetal growth retardation less than 500 grams' );
8881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.92', '', 'Fetal growth retardation 500-749 grams' );
8882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.93', '', 'Fetal growth retardation 750-999 grams' );
8883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.94', '', 'Fetal growth retardation 1000-1249 grams' );
8884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.95', '', 'Fetal growth retardation 1250-1499 grams' );
8885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.96', '', 'Fetal growth retardation 1500-1749 grams' );
8886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.97', '', 'Fetal growth retardation 1750-1999 grams' );
8887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.98', '', 'Fetal growth retardation 2000-2499 grams' );
8888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '764.99', '', 'Fetal growth retardation 2500 grams and over' );
8889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.00', '', 'Disorders relating to extreme immaturity of infant unspecified weight' );
8890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.01', '', 'Disorders relating to extreme immaturity of infant less than 500 grams' );
8891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.02', '', 'Disorders relating to extreme immaturity of infant 500-749 grams' );
8892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.03', '', 'Disorders relating to extreme immaturity of infant 750-999 grams' );
8893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.04', '', 'Disorders relating to extreme immaturity of infant 1000-1249 grams' );
8894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.05', '', 'Disorders relating to extreme immaturity of infant 1250-1499 grams' );
8895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.06', '', 'Disorders relating to extreme immaturity of infant 1500-1749 grams' );
8896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.07', '', 'Disorders relating to extreme immaturity of infant 1750-1999 grams' );
8897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.08', '', 'Disorders relating to extreme immaturity of infant 2000-2499 grams' );
8898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.09', '', 'Disorders relating to extreme immaturity of infant 2500 grams and over' );
8899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.10', '', 'Disorders relating to other preterm infants unspecified weight' );
8900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.11', '', 'Disorders relating to other preterm infants less than 500 grams' );
8901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.12', '', 'Disorders relating to other preterm infants 500-749 grams' );
8902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.13', '', 'Disorders relating to other preterm infants 750-999 grams' );
8903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.14', '', 'Disorders relating to other preterm infants 1000-1249 grams' );
8904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.15', '', 'Disorders relating to other preterm infants 1250-1499 grams' );
8905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.16', '', 'Disorders relating to other preterm infants 1500-1749 grams' );
8906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.17', '', 'Disorders relating to other preterm infants 1750-1999 grams' );
8907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.18', '', 'Disorders relating to other preterm infants 2000-2499 grams' );
8908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.19', '', 'Disorders relating to other preterm infants 2500 grams and over' );
8909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.20', '', 'Unspecified weeks of gestation' );
8910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.21', '', 'Less than 24 completed weeks of gestation' );
8911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.22', '', '24 completed weeks of gestation' );
8912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.23', '', '25-26 completed weeks of gestation' );
8913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.24', '', '27-28 completed weeks of gestation' );
8914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.25', '', '29-30 completed weeks of gestation' );
8915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.26', '', '31-32 completed weeks of gestation' );
8916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.27', '', '33-34 completed weeks of gestation' );
8917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.28', '', '35-36 completed weeks of gestation' );
8918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '765.29', '', '37 or more completed weeks of gestation' );
8919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '766.0', '', 'Exceptionally large baby relating to long gestation' );
8920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '766.1', '', 'Other ''heavy-for-dates'' infants not related to gestation period' );
8921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '766.21', '', 'Post-term infant' );
8922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '766.22', '', 'Prolonged gestation of infant' );
8923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.0', '', 'Subdural and cerebral hemorrhage due to birth trauma' );
8924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.11', '', 'Epicranial subaponeurotic hemorrhage (massive)' );
8925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.19', '', 'Other injury to scalp due to birth trauma' );
8926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.2', '', 'Fracture of clavicle due to birth trauma' );
8927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.3', '', 'Other injuries to skeleton due to birth trauma' );
8928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.4', '', 'Injury to spine and spinal cord due to birth trauma' );
8929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.5', '', 'Facial nerve injury due to birth trauma' );
8930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.6', '', 'Injury to brachial plexus due to birth trauma' );
8931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.7', '', 'Other cranial and peripheral nerve injuries due to birth trauma' );
8932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.8', '', 'Other specified birth trauma' );
8933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '767.9', '', 'Unspecified birth trauma' );
8934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.0', '', 'Fetal death from asphyxia or anoxia before onset of labor or at unspecified time' );
8935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.1', '', 'Fetal death from asphyxia or anoxia during labor' );
8936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.2', '', 'Fetal distress before onset of labor in liveborn infant' );
8937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.3', '', 'Fetal distress first noted during labor in liveborn infant' );
8938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.4', '', 'Fetal distress unspecified as to time of onset in liveborn infant' );
8939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.5', '', 'Severe birth asphyxia' );
8940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.6', '', 'Mild or moderate birth asphyxia' );
8941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.70', '', 'Hypoxic-ischemic encephalopathy, unspecified' );
8942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.71', '', 'Mild hypoxic-ischemic encephalopathy' );
8943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.72', '', 'Moderate hypoxic-ischemic encephalopathy' );
8944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.73', '', 'Severe hypoxic-ischemic encephalopathy' );
8945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '768.9', '', 'Unspecified severity of birth asphyxia in liveborn infant' );
8946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '769', '', 'Respiratory distress syndrome in newborn' );
8947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.0', '', 'Congenital pneumonia' );
8948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.10', '', 'Fetal and newborn aspiration, unspecified' );
8949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.11', '', 'Meconium aspiration without respiratory symptoms' );
8950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.12', '', 'Meconium aspiration with respiratory symptoms' );
8951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.13', '', 'Aspiration of clear amniotic fluid without respiratory symptoms' );
8952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.14', '', 'Aspiration of clear amniotic fluid with respiratory symptoms' );
8953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.15', '', 'Aspiration of blood without respiratory symptoms' );
8954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.16', '', 'Aspiration of blood with respiratory symptoms' );
8955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.17', '', 'Other fetal and newborn aspiration without respiratory symptoms' );
8956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.18', '', 'Other fetal and newborn aspiration with respiratory symptoms' );
8957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.2', '', 'Interstitial emphysema and related conditions of newborn' );
8958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.3', '', 'Pulmonary hemorrhage of fetus or newborn' );
8959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.4', '', 'Primary atelectasis of newborn' );
8960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.5', '', 'Other and unspecified atelectasis of newborn' );
8961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.6', '', 'Transitory tachypnea of newborn' );
8962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.7', '', 'Chronic respiratory disease arising in the perinatal period' );
8963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.81', '', 'Primary apnea of newborn' );
8964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.82', '', 'Other apnea of newborn' );
8965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.83', '', 'Cyanotic attacks of newborn' );
8966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.84', '', 'Respiratory failure of newborn' );
8967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.85', '', 'Aspiration of postnatal stomach contents without respiratory symptoms' );
8968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.86', '', 'Aspiration of postnatal stomach contents with respiratory symptoms' );
8969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.87', '', 'Respiratory arrest of newborn' );
8970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.88', '', 'Hypoxemia of newborn' );
8971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.89', '', 'Other respiratory problems after birth' );
8972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '770.9', '', 'Unspecified respiratory condition of fetus and newborn' );
8973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.0', '', 'Congenital rubella' );
8974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.1', '', 'Congenital cytomegalovirus infection' );
8975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.2', '', 'Other congenital infections specific to the perinatal period' );
8976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.3', '', 'Tetanus neonatorum' );
8977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.4', '', 'Omphalitis of the newborn' );
8978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.5', '', 'Neonatal infective mastitis' );
8979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.6', '', 'Neonatal conjunctivitis and dacryocystitis' );
8980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.7', '', 'Neonatal candida infection' );
8981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.81', '', 'Septicemia [sepsis] of newborn' );
8982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.82', '', 'Urinary tract infection of newborn' );
8983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.83', '', 'Bacteremia of newborn' );
8984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '771.89', '', 'Other infections specific to the perinatal period' );
8985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.0', '', 'Fetal blood loss affecting newborn' );
8986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.10', '', 'Intraventricular hemorrhage unspecified grade' );
8987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.11', '', 'Intraventricular hemorrhage grade i' );
8988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.12', '', 'Intraventricular hemorrhage grade ii' );
8989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.13', '', 'Intraventricular hemorrhage grade iii' );
8990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.14', '', 'Intraventricular hemorrhage grade iv' );
8991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.2', '', 'Subarachnoid hemorrhage of newborn' );
8992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.3', '', 'Umbilical hemorrhage after birth' );
8993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.4', '', 'Gastrointestinal hemorrhage of fetus or newborn' );
8994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.5', '', 'Adrenal hemorrhage of fetus or newborn' );
8995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.6', '', 'Cutaneous hemorrhage of fetus or newborn' );
8996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.8', '', 'Other specified hemorrhage of fetus or newborn' );
8997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '772.9', '', 'Unspecified hemorrhage of newborn' );
8998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.0', '', 'Hemolytic disease of fetus or newborn due to rh isoimmunization' );
8999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.1', '', 'Hemolytic disease of fetus or newborn due to abo isoimmunization' );
9000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.2', '', 'Hemolytic disease of fetus or newborn due to other and unspecified isoimmunization' );
9001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.3', '', 'Hydrops fetalis due to isoimmunization' );
9002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.4', '', 'Kernicterus of fetus or newborn due to isoimmunization' );
9003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '773.5', '', 'Late anemia of fetus or newborn due to isoimmunization' );
9004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.0', '', 'Perinatal jaundice from hereditary hemolytic anemias' );
9005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.1', '', 'Perinatal jaundice from other excessive hemolysis' );
9006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.2', '', 'Neonatal jaundice associated with preterm delivery' );
9007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.30', '', 'Neonatal jaundice due to delayed conjugation cause unspecified' );
9008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.31', '', 'Neonatal jaundice due to delayed conjugation in diseases classified elsewhere' );
9009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.39', '', 'Other neonatal jaundice due to delayed conjugation from other causes' );
9010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.4', '', 'Perinatal jaundice due to hepatocellular damage' );
9011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.5', '', 'Perinatal jaundice from other causes' );
9012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.6', '', 'Unspecified fetal and neonatal jaundice' );
9013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '774.7', '', 'Kernicterus of fetus or newborn not due to isoimmunization' );
9014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.0', '', 'Syndrome of ''infant of a diabetic mother''' );
9015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.1', '', 'Neonatal diabetes mellitus' );
9016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.2', '', 'Neonatal myasthenia gravis' );
9017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.3', '', 'Neonatal thyrotoxicosis' );
9018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.4', '', 'Hypocalcemia and hypomagnesaemia of newborn' );
9019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.5', '', 'Other transitory neonatal electrolyte disturbances' );
9020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.6', '', 'Neonatal hypoglycemia' );
9021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.7', '', 'Late metabolic acidosis of newborn' );
9022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.81', '', 'Other acidosis of newborn' );
9023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.89', '', 'Other neonatal endocrine and metabolic disturbances' );
9024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '775.9', '', 'Unspecified endocrine and metabolic disturbances specific to the fetus and newborn' );
9025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.0', '', 'Hemorrhagic disease of newborn' );
9026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.1', '', 'Transient neonatal thrombocytopenia' );
9027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.2', '', 'Disseminated intravascular coagulation in newborn' );
9028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.3', '', 'Other transient neonatal disorders of coagulation' );
9029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.4', '', 'Polycythemia neonatorum' );
9030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.5', '', 'Congenital anemia' );
9031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.6', '', 'Anemia of prematurity' );
9032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.7', '', 'Transient neonatal neutropenia' );
9033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.8', '', 'Other specified transient hematological disorders of fetus or newborn' );
9034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '776.9', '', 'Unspecified hematological disorder specific to newborn' );
9035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.1', '', 'Meconium obstruction in fetus or newborn' );
9036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.2', '', 'Intestinal obstruction in newborn due to inspissated milk' );
9037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.3', '', 'Hematemesis and melena of newborn due to swallowed maternal blood' );
9038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.4', '', 'Transitory ileus of newborn' );
9039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.50', '', 'Necrotizing enterocolitis in newborn, unspecified' );
9040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.51', '', 'Stage i necrotizing enterocolitis in newborn' );
9041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.52', '', 'Stage ii necrotizing enterocolitis in newborn' );
9042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.53', '', 'Stage iii necrotizing enterocolitis in newborn' );
9043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.6', '', 'Perinatal intestinal perforation' );
9044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.8', '', 'Other specified perinatal disorders of digestive system' );
9045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '777.9', '', 'Unspecified perinatal disorder of digestive system' );
9046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.0', '', 'Hydrops fetalis not due to isoimmunization' );
9047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.1', '', 'Sclerema neonatorum' );
9048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.2', '', 'Cold injury syndrome of newborn' );
9049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.3', '', 'Other hypothermia of newborn' );
9050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.4', '', 'Other disturbances of temperature regulation of newborn' );
9051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.5', '', 'Other and unspecified edema of newborn' );
9052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.6', '', 'Congenital hydrocele' );
9053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.7', '', 'Breast engorgement in newborn' );
9054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.8', '', 'Other specified conditions involving the integument of fetus and newborn' );
9055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '778.9', '', 'Unspecified condition involving the integument and temperature regulation of fetus and newborn' );
9056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.0', '', 'Convulsions in newborn' );
9057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.1', '', 'Other and unspecified cerebral irritability in newborn' );
9058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.2', '', 'Cerebral depression coma and other abnormal cerebral signs in fetus or newborn' );
9059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.31', '', 'Feeding problems in newborn' );
9060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.32', '', 'Bilious vomiting in newborn' );
9061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.33', '', 'Other vomiting in newborn' );
9062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.34', '', 'Failure to thrive in newborn' );
9063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.4', '', 'Drug reactions and intoxications specific to newborn' );
9064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.5', '', 'Drug withdrawal syndrome in newborn' );
9065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.6', '', 'Termination of pregnancy (fetus)' );
9066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.7', '', 'Preventricular leukomalacia' );
9067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.81', '', 'Neonatal bradycardia' );
9068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.82', '', 'Neonatal tachycardia' );
9069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.83', '', 'Delayed separation of umbilical cord' );
9070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.84', '', 'Meconium staining' );
9071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.85', '', 'Cardiac arrest of newborn' );
9072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.89', '', 'Other specified conditions originating in the perinatal period' );
9073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '779.9', '', 'Unspecified condition originating in the perinatal period' );
9074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.01', '', 'Coma' );
9075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.02', '', 'Transient alteration of awareness' );
9076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.03', '', 'Persistent vegetative state' );
9077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.09', '', 'Alteration of consciousness other' );
9078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.1', '', 'Hallucinations' );
9079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.2', '', 'Syncope and collapse' );
9080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.31', '', 'Febrile convulsions' );
9081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.32', '', 'Complex febrile convulsions' );
9082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.39', '', 'Other convulsions' );
9083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.4', '', 'Dizziness and giddiness' );
9084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.50', '', 'Unspecified sleep disturbance' );
9085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.51', '', 'Insomnia with sleep apnea, unspecified' );
9086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.52', '', 'Insomnia, unspecified' );
9087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.53', '', 'Hypersomnia with sleep apnea, unspecified' );
9088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.54', '', 'Hypersomnia, unspecified' );
9089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.55', '', 'Disruptions of 24-hour sleep-wake cycle, unspecified' );
9090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.56', '', 'Dysfunctions associated with sleep stages or arousal from sleep' );
9091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.57', '', 'Unspecified sleep apnea' );
9092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.58', '', 'Sleep related movement disorder, unspecified' );
9093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.59', '', 'Other sleep disturbances' );
9094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.60', '', 'Fever, unspecified' );
9095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.61', '', 'Fever presenting with conditions classified elsewhere' );
9096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.62', '', 'Postprocedural fever' );
9097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.63', '', 'Postvaccination fever' );
9098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.64', '', 'Chills (without fever)' );
9099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.65', '', 'Hypothermia not associated with low environmental temperature' );
9100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.71', '', 'Chronic fatigue syndrome' );
9101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.72', '', 'Functional quadriplegia' );
9102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.79', '', 'Other malaise and fatigue' );
9103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.8', '', 'Generalized hyperhidrosis' );
9104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.91', '', 'Fussy infant (baby)' );
9105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.92', '', 'Excessive crying of infant (baby)' );
9106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.93', '', 'Memory loss' );
9107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.94', '', 'Early satiety' );
9108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.95', '', 'Other excessive crying' );
9109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.96', '', 'Generalized pain' );
9110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.97', '', 'Altered mental status' );
9111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '780.99', '', 'Other general symptoms' );
9112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.0', '', 'Abnormal involuntary movements' );
9113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.1', '', 'Disturbances of sensation of smell and taste' );
9114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.2', '', 'Abnormality of gait' );
9115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.3', '', 'Lack of coordination' );
9116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.4', '', 'Transient paralysis of limb' );
9117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.5', '', 'Clubbing of fingers' );
9118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.6', '', 'Meningismus' );
9119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.7', '', 'Tetany' );
9120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.8', '', 'Neurological neglect syndrome' );
9121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.91', '', 'Loss of height' );
9122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.92', '', 'Abnormal posture' );
9123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.93', '', 'Ocular torticollis' );
9124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.94', '', 'Facial weakness' );
9125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '781.99', '', 'Other symptoms involving nervous and musculoskeletal systems' );
9126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.0', '', 'Disturbance of skin sensation' );
9127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.1', '', 'Rash and other nonspecific skin eruption' );
9128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.2', '', 'Localized superficial swelling mass or lump' );
9129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.3', '', 'Edema' );
9130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.4', '', 'Jaundice unspecified not of newborn' );
9131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.5', '', 'Cyanosis' );
9132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.61', '', 'Pallor' );
9133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.62', '', 'Flushing' );
9134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.7', '', 'Spontaneous ecchymoses' );
9135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.8', '', 'Changes in skin texture' );
9136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '782.9', '', 'Other symptoms involving skin and integumentary tissues' );
9137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.0', '', 'Anorexia' );
9138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.1', '', 'Abnormal weight gain' );
9139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.21', '', 'Loss of weight' );
9140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.22', '', 'Underweight' );
9141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.3', '', 'Feeding difficulties and mismanagement' );
9142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.40', '', 'Unspecified lack of normal physiological development' );
9143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.41', '', 'Failure to thrive' );
9144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.42', '', 'Delayed milestones' );
9145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.43', '', 'Short stature' );
9146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.5', '', 'Polydipsia' );
9147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.6', '', 'Polyphagia' );
9148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.7', '', 'Adult failure to thrive' );
9149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '783.9', '', 'Other symptoms concerning nutrition metabolism and development' );
9150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.0', '', 'Headache' );
9151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.1', '', 'Throat pain' );
9152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.2', '', 'Swelling mass or lump in head and neck' );
9153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.3', '', 'Aphasia' );
9154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.40', '', 'Voice and resonance disorder, unspecified' );
9155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.41', '', 'Aphonia' );
9156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.42', '', 'Dysphonia' );
9157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.43', '', 'Hypernasality' );
9158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.44', '', 'Hyponasality' );
9159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.49', '', 'Other voice and resonance disorders' );
9160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.51', '', 'Dysarthria' );
9161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.59', '', 'Other speech disturbance' );
9162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.60', '', 'Symbolic dysfunction unspecified' );
9163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.61', '', 'Alexia and dyslexia' );
9164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.69', '', 'Other symbolic dysfunction' );
9165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.7', '', 'Epistaxis' );
9166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.8', '', 'Hemorrhage from throat' );
9167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.91', '', 'Postnasal drip' );
9168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '784.99', '', 'Other symptoms involving head and neck' );
9169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.0', '', 'Tachycardia unspecified' );
9170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.1', '', 'Palpitations' );
9171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.2', '', 'Undiagnosed cardiac murmurs' );
9172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.3', '', 'Other abnormal heart sounds' );
9173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.4', '', 'Gangrene' );
9174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.50', '', 'Shock unspecified' );
9175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.51', '', 'Cardiogenic shock' );
9176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.52', '', 'Septic shock' );
9177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.59', '', 'Other shock without trauma' );
9178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.6', '', 'Enlargement of lymph nodes' );
9179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '785.9', '', 'Other symptoms involving cardiovascular system' );
9180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.00', '', 'Respiratory abnormality unspecified' );
9181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.01', '', 'Hyperventilation' );
9182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.02', '', 'Orthopnea' );
9183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.03', '', 'Apnea' );
9184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.04', '', 'Cheyne-stokes respiration' );
9185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.05', '', 'Shortness of breath' );
9186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.06', '', 'Tachypnea' );
9187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.07', '', 'Wheezing' );
9188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.09', '', 'Respiratory abnormality other' );
9189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.1', '', 'Stridor' );
9190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.2', '', 'Cough' );
9191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.3', '', 'Hemoptysis' );
9192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.4', '', 'Abnormal sputum' );
9193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.50', '', 'Unspecified chest pain' );
9194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.51', '', 'Precordial pain' );
9195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.52', '', 'Painful respiration' );
9196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.59', '', 'Other chest pain' );
9197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.6', '', 'Swelling mass or lump in chest' );
9198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.7', '', 'Abnormal chest sounds' );
9199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.8', '', 'Hiccough' );
9200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '786.9', '', 'Other symptoms involving respiratory system and chest' );
9201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.01', '', 'Nausea with vomiting' );
9202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.02', '', 'Nausea alone' );
9203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.03', '', 'Vomiting alone' );
9204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.04', '', 'Bilious emesis' );
9205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.1', '', 'Heartburn' );
9206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.20', '', 'Dysphagia, unspecified' );
9207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.21', '', 'Dysphagia, oral phase' );
9208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.22', '', 'Dysphagia, oropharyngeal phase' );
9209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.23', '', 'Dysphagia, pharyngeal phase' );
9210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.24', '', 'Dysphagia, pharyngoesophageal phase' );
9211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.29', '', 'Other dysphagia' );
9212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.3', '', 'Flatulence eructation and gas pain' );
9213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.4', '', 'Visible peristalsis' );
9214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.5', '', 'Abnormal bowel sounds' );
9215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.6', '', 'Incontinence of feces' );
9216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.7', '', 'Abnormal feces' );
9217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.91', '', 'Diarrhea' );
9218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '787.99', '', 'Other symptoms involving digestive system' );
9219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.0', '', 'Renal colic' );
9220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.1', '', 'Dysuria' );
9221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.20', '', 'Retention of urine unspecified' );
9222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.21', '', 'Incomplete bladder emptying' );
9223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.29', '', 'Other specified retention of urine' );
9224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.30', '', 'Urinary incontinence unspecified' );
9225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.31', '', 'Urge incontinence' );
9226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.32', '', 'Stress incontinence male' );
9227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.33', '', 'Mixed incontinence (male) (female)' );
9228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.34', '', 'Incontinence without sensory awareness' );
9229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.35', '', 'Post-void dribbling' );
9230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.36', '', 'Nocturnal enuresis' );
9231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.37', '', 'Continuous leakage' );
9232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.38', '', 'Overflow incontinence' );
9233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.39', '', 'Other urinary incontinence' );
9234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.41', '', 'Urinary frequency' );
9235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.42', '', 'Polyuria' );
9236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.43', '', 'Nocturia' );
9237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.5', '', 'Oliguria and anuria' );
9238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.61', '', 'Splitting of urinary stream' );
9239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.62', '', 'Slowing of urinary stream' );
9240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.63', '', 'Urgency of urination' );
9241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.64', '', 'Urinary hesitancy' );
9242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.65', '', 'Straining on urination' );
9243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.69', '', 'Other abnormality of urinary stream' );
9244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.7', '', 'Urethral discharge' );
9245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.8', '', 'Extravasation of urine' );
9246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.91', '', 'Functional urinary incontinence' );
9247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '788.99', '', 'Other symptoms involving urinary system' );
9248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.00', '', 'Abdominal pain unspecified site' );
9249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.01', '', 'Abdominal pain right upper quadrant' );
9250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.02', '', 'Abdominal pain left upper quadrant' );
9251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.03', '', 'Abdominal pain right lower quadrant' );
9252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.04', '', 'Abdominal pain left lower quadrant' );
9253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.05', '', 'Abdominal pain periumbilic' );
9254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.06', '', 'Abdominal pain epigastric' );
9255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.07', '', 'Abdominal pain generalized' );
9256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.09', '', 'Abdominal pain other specified site' );
9257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.1', '', 'Hepatomegaly' );
9258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.2', '', 'Splenomegaly' );
9259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.30', '', 'Abdominal or pelvic swelling mass or lump unspecified site' );
9260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.31', '', 'Abdominal or pelvic swelling mass or lump right upper quadrant' );
9261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.32', '', 'Abdominal or pelvic swelling mass or lump left upper quadrant' );
9262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.33', '', 'Abdominal or pelvic swelling mass or lump right lower quadrant' );
9263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.34', '', 'Abdominal or pelvic swelling mass or lump left lower quadrant' );
9264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.35', '', 'Abdominal or pelvic swelling mass or lump periumbilic' );
9265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.36', '', 'Abdominal or pelvic swelling mass or lump epigastric' );
9266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.37', '', 'Abdominal or pelvic swelling mass or lump generalized' );
9267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.39', '', 'Abdominal or pelvic swelling mass or lump other specified site' );
9268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.40', '', 'Abdominal rigidity unspecified site' );
9269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.41', '', 'Abdominal rigidity right upper quadrant' );
9270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.42', '', 'Abdominal rigidity left upper quadrant' );
9271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.43', '', 'Abdominal rigidity right lower quadrant' );
9272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.44', '', 'Abdominal rigidity left lower quadrant' );
9273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.45', '', 'Abdominal rigidity periumbilic' );
9274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.46', '', 'Abdominal rigidity epigastric' );
9275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.47', '', 'Abdominal rigidity generalized' );
9276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.49', '', 'Abdominal rigidity other specified site' );
9277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.51', '', 'Malignant ascites' );
9278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.59', '', 'Other ascites' );
9279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.60', '', 'Abdominal tenderness unspecified site' );
9280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.61', '', 'Abdominal tenderness right upper quadrant' );
9281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.62', '', 'Abdominal tenderness left upper quadrant' );
9282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.63', '', 'Abdominal tenderness right lower quadrant' );
9283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.64', '', 'Abdominal tenderness left lower quadrant' );
9284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.65', '', 'Abdominal tenderness periumbilic' );
9285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.66', '', 'Abdominal tenderness epigastric' );
9286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.67', '', 'Abdominal tenderness generalized' );
9287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.69', '', 'Abdominal tenderness other specified site' );
9288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.7', '', 'Colic' );
9289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '789.9', '', 'Other symptoms involving abdomen and pelvis' );
9290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.01', '', 'Precipitous drop in hematocrit' );
9291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.09', '', 'Other abnormality of red blood cells' );
9292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.1', '', 'Elevated sedimentation rate' );
9293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.21', '', 'Impaired fasting glucose' );
9294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.22', '', 'Impaired glucose tolerance test (oral)' );
9295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.29', '', 'Other abnormal glucose' );
9296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.3', '', 'Excessive blood level of alcohol' );
9297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.4', '', 'Nonspecific elevation of levels of transaminase or lactic acid dehydrogenase (ldh)' );
9298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.5', '', 'Other nonspecific abnormal serum enzyme levels' );
9299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.6', '', 'Other abnormal blood chemistry' );
9300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.7', '', 'Bacteremia' );
9301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.8', '', 'Unspecified viremia' );
9302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.91', '', 'Abnormal arterial blood gases' );
9303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.92', '', 'Abnormal coagulation profile' );
9304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.93', '', 'Elevated prostate specific antigen (psa)' );
9305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.94', '', 'Euthyroid sick syndrome' );
9306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.95', '', 'Elevated c-reactive protein (crp)' );
9307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '790.99', '', 'Other abnormal findings on examination of blood' );
9308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.0', '', 'Proteinuria' );
9309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.1', '', 'Chyluria' );
9310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.2', '', 'Hemoglobinuria' );
9311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.3', '', 'Myoglobinuria' );
9312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.4', '', 'Biliuria' );
9313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.5', '', 'Glycosuria' );
9314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.6', '', 'Acetonuria' );
9315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.7', '', 'Other cells and casts in urine' );
9316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '791.9', '', 'Other nonspecific findings on examination of urine' );
9317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.0', '', 'Nonspecific abnormal findings in cerebrospinal fluid' );
9318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.1', '', 'Nonspecific abnormal findings in stool contents' );
9319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.2', '', 'Nonspecific abnormal findings in semen' );
9320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.3', '', 'Nonspecific abnormal findings in amniotic fluid' );
9321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.4', '', 'Nonspecific abnormal findings in saliva' );
9322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.5', '', 'Cloudy (hemodialysis) (peritoneal) dialysis effluent' );
9323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '792.9', '', 'Other nonspecific abnormal findings in body substances' );
9324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.0', '', 'Nonspecific (abnormal) findings on radiological and other examination of skull and head' );
9325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.1', '', 'Nonspecific (abnormal) findings on radiological and other examination of lung field' );
9326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.2', '', 'Nonspecific (abnormal) findings on radiological and other examination of other intrathoracic organs' );
9327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.3', '', 'Nonspecific (abnormal) findings on radiological and other examination of biliary tract' );
9328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.4', '', 'Nonspecific (abnormal) findings on radiological and other examination of gastrointestinal tract' );
9329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.5', '', 'Nonspecific (abnormal) findings on radiological and other examination of genitourinary organs' );
9330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.6', '', 'Nonspecific (abnormal) findings on radiological and other examination of abdominal area, including retroperitoneum' );
9331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.7', '', 'Nonspecific (abnormal) findings on radiological and other examination of musculoskeletal system' );
9332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.80', '', 'Unspecified abnormal mammogram' );
9333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.81', '', 'Mammographic microcalcification' );
9334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.82', '', 'Inconclusive mammogram' );
9335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.89', '', 'Other (abnormal) findings on radiological examination of breast' );
9336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.91', '', 'Image test inconclusive due to excess body fat' );
9337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '793.99', '', 'Other nonspecific (abnormal) findings on radiological and other examination of body structure' );
9338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.00', '', 'Unspecified abnormal function study of brain and central nervous system' );
9339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.01', '', 'Nonspecific abnormal echoencephalogram' );
9340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.02', '', 'Nonspecific abnormal electroencephalogram (eeg)' );
9341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.09', '', 'Other nonspecific abnormal results of function study of brain and central nervous system' );
9342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.10', '', 'Nonspecific abnormal response to unspecified nerve stimulation' );
9343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.11', '', 'Nonspecific abnormal retinal function studies' );
9344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.12', '', 'Nonspecific abnormal electro-oculogram (eog)' );
9345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.13', '', 'Nonspecific abnormal visually evoked potential' );
9346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.14', '', 'Nonspecific abnormal oculomotor studies' );
9347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.15', '', 'Nonspecific abnormal auditory function studies' );
9348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.16', '', 'Nonspecific abnormal vestibular function studies' );
9349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.17', '', 'Nonspecific abnormal electromyogram (emg)' );
9350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.19', '', 'Other nonspecific abnormal results of function study of peripheral nervous system and special senses' );
9351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.2', '', 'Nonspecific abnormal results of function study of pulmonary system' );
9352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.30', '', 'Unspecified abnormal function study of cardiovascular system' );
9353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.31', '', 'Nonspecific abnormal electrocardiogram (ecg) (ekg)' );
9354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.39', '', 'Other nonspecific abnormal function study of cardiovascular system' );
9355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.4', '', 'Nonspecific abnormal results of function study of kidney' );
9356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.5', '', 'Nonspecific abnormal results of function study of thyroid' );
9357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.6', '', 'Nonspecific abnormal results of other endocrine function study' );
9358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.7', '', 'Nonspecific abnormal results of function study of basal metabolism' );
9359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.8', '', 'Nonspecific abnormal results of function study of liver' );
9360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '794.9', '', 'Nonspecific abnormal results of other specified function study' );
9361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.00', '', 'Abnormal glandular papanicolaou smear of cervix' );
9362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.01', '', 'Papanicolaou smear of cervix with atypical squamous cells of undetermined significance (asc-us)' );
9363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.02', '', 'Papanicolaou smear of cervix with atypical squamous cells cannot exclude high grade squamous intraepithelial lesion (asc-h)' );
9364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.03', '', 'Papanicolaou smear of cervix with low grade squamous intraepithelial lesion (lgsil)' );
9365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.04', '', 'Papanicolaou smear of cervix with high grade squamous intraepithelial lesion (hgsil)' );
9366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.05', '', 'Cervical high risk human papillomavirus (hpv) dna test positive' );
9367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.06', '', 'Papanicolaou smear of cervix with cytologic evidence of malignancy' );
9368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.07', '', 'Satisfactory cervical smear but lacking transformation zone' );
9369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.08', '', 'Unsatisfactory cervical cytology smear' );
9370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.09', '', 'Other abnormal papanicolaou smear of cervix and cervical hpv' );
9371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.10', '', 'Abnormal glandular papanicolaou smear of vagina' );
9372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.11', '', 'Papanicolaou smear of vagina with atypical squamous cells of undetermined significance (asc-us)' );
9373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.12', '', 'Papanicolaou smear of vagina with atypical squamous cells cannot exclude high grade squamous intraepithelial lesion (asc-h)' );
9374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.13', '', 'Papanicolaou smear of vagina with low grade squamous intraepithelial lesion (lgsil)' );
9375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.14', '', 'Papanicolaou smear of vagina with high grade squamous intraepithelial lesion (hgsil)' );
9376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.15', '', 'Vaginal high risk human papillomavirus (hpv)' );
9377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.16', '', 'Papanicolaou smear of vagina with cytologic evidence of malignancy' );
9378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.18', '', 'Unsatisfactory vaginal cytology smear' );
9379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.19', '', 'Other abnormal papanicolaou smear of vagina and vaginal hpv' );
9380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.2', '', 'Nonspecific abnormal findings on chromosomal analysis' );
9381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.31', '', 'Nonspecific positive findings for anthrax' );
9382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.39', '', 'Other nonspecific positive culture findings' );
9383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.4', '', 'Other nonspecific abnormal histological findings' );
9384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.5', '', 'Nonspecific reaction to tuberculin skin test without active tuberculosis' );
9385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.6', '', 'False positive serological test for syphilis' );
9386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.71', '', 'Nonspecific serologic evidence of human immunodeficiency virus (hiv)' );
9387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.79', '', 'Other and unspecified nonspecific immunological findings' );
9388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.81', '', 'Elevated carcinoembryonic antigen [cea]' );
9389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.82', '', 'Elevated cancer antigen 125 [ca 125]' );
9390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '795.89', '', 'Other abnormal tumor markers' );
9391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.0', '', 'Nonspecific abnormal toxicological findings' );
9392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.1', '', 'Abnormal reflex' );
9393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.2', '', 'Elevated blood pressure reading without diagnosis of hypertension' );
9394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.3', '', 'Nonspecific low blood pressure reading' );
9395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.4', '', 'Other abnormal clinical findings' );
9396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.5', '', 'Abnormal finding on antenatal screening' );
9397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.6', '', 'Abnormal findings on neonatal screening' );
9398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.70', '', 'Abnormal glandular papanicolaou smear of anus' );
9399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.71', '', 'Papanicolaou smear of anus with atypical squamous cells of undetermined significance (asc-us)' );
9400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.72', '', 'Papanicolaou smear of anus with atypical squamous cells cannot exclude high grade squamous intraepithelial lesion (asc-h)' );
9401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.73', '', 'Papanicolaou smear of anus with low grade squamous intraepithelial lesion (lgsil)' );
9402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.74', '', 'Papanicolaou smear of anus with high grade squamous intraepithelial lesion (hgsil)' );
9403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.75', '', 'Anal high risk human papillomavirus (hpv) dna test positive' );
9404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.76', '', 'Papanicolaou smear of anus with cytologic evidence of malignancy' );
9405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.77', '', 'Satisfactory anal smear but lacking transformation zone' );
9406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.78', '', 'Unsatisfactory anal cytology smear' );
9407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.79', '', 'Other abnormal papanicolaou smear of anus and anal hpv' );
9408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '796.9', '', 'Other nonspecific abnormal findings' );
9409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '797', '', 'Senility without psychosis' );
9410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '798.0', '', 'Sudden infant death syndrome' );
9411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '798.1', '', 'Instantaneous death' );
9412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '798.2', '', 'Death occurring in less than 24 hours from onset of symptoms not otherwise explained' );
9413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '798.9', '', 'Unattended death' );
9414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.01', '', 'Asphyxia' );
9415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.02', '', 'Hypoxemia' );
9416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.1', '', 'Respiratory arrest' );
9417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.21', '', 'Nervousness' );
9418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.22', '', 'Irritability' );
9419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.23', '', 'Impulsiveness' );
9420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.24', '', 'Emotional lability' );
9421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.25', '', 'Demoralization and apathy' );
9422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.29', '', 'Other signs and symptoms involving emotional state' );
9423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.3', '', 'Debility unspecified' );
9424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.4', '', 'Cachexia' );
9425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.81', '', 'Decreased libido' );
9426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.82', '', 'Apparent life threatening event in infant' );
9427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.89', '', 'Other ill-defined conditions' );
9428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '799.9', '', 'Other unknown and unspecified cause of morbidity or mortality' );
9429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.00', '', 'Closed fracture of vault of skull without intracranial injury with state of consciousness unspecified' );
9430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.01', '', 'Closed fracture of vault of skull without intracranial injury with no loss of consciousness' );
9431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.02', '', 'Closed fracture of vault of skull without intracranial injury with brief (less than one hour) loss of consciousness' );
9432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.03', '', 'Closed fracture of vault of skull without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.04', '', 'Closed fracture of vault of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.05', '', 'Closed fracture of vault of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.06', '', 'Closed fracture of vault of skull without intra cranial injury with loss of consciousness of unspecified duration' );
9436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.09', '', 'Closed fracture of vault of skull without intracranial injury with concussion unspecified' );
9437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.10', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with state of consciousness unspecified' );
9438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.11', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with no loss of consciousness' );
9439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.12', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.13', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.14', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.15', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.16', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.19', '', 'Closed fracture of vault of skull with cerebral laceration and contusion with concussion unspecified' );
9445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.20', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.21', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.22', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.23', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.24', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.25', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.26', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.29', '', 'Closed fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.30', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.31', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.32', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.33', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.34', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.35', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.36', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.39', '', 'Closed fracture of vault of skull with other and unspecified intracranial hemorrhage with concussion unspecified' );
9461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.40', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.41', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with no loss of consciousness' );
9463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.42', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.43', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.44', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.45', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.46', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.49', '', 'Closed fracture of vault of skull with intracranial injury of other and unspecified nature with concussion unspecified' );
9469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.50', '', 'Open fracture of vault of skull without intracranial injury with state of consciousness unspecified' );
9470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.51', '', 'Open fracture of vault of skull without intracranial injury with no loss of consciousness' );
9471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.52', '', 'Open fracture of vault of skull without intracranial injury with brief (less than one hour) loss of consciousness' );
9472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.53', '', 'Open fracture of vault of skull without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.54', '', 'Open fracture of vault of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.55', '', 'Open fracture of vault of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.56', '', 'Open fracture of vault of skull without intracranial injury with loss of consciousness of unspecified duration' );
9476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.59', '', 'Open fracture of vault of skull without intracranial injury with concussion unspecified' );
9477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.60', '', 'Open fracture of vault of skull with cerebral laceration and contusion with state of consciousness unspecified' );
9478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.61', '', 'Open fracture of vault of skull with cerebral laceration and contusion with no loss of consciousness' );
9479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.62', '', 'Open fracture of vault of skull with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.63', '', 'Open fracture of vault of skull with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.64', '', 'Open fracture of vault of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.65', '', 'Open fracture of vault of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.66', '', 'Open fracture of vault of skull with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.69', '', 'Open fracture of vault of skull with cerebral laceration and contusion with concussion unspecified' );
9485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.70', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.71', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.72', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.73', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.74', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.75', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.76', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.79', '', 'Open fracture of vault of skull with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.80', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.81', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.82', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.83', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.84', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.85', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.86', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.89', '', 'Open fracture of vault of skull with other and unspecified intracranial hemorrhage with concussion unspecified' );
9501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.90', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.91', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with no loss of consciousness' );
9503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.92', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.93', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.94', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.95', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.96', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '800.99', '', 'Open fracture of vault of skull with intracranial injury of other and unspecified nature with concussion unspecified' );
9509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.00', '', 'Closed fracture of base of skull without intra cranial injury with state of consciousness unspecified' );
9510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.01', '', 'Closed fracture of base of skull without intra cranial injury with no loss of consciousness' );
9511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.02', '', 'Closed fracture of base of skull without intra cranial injury with brief (less than one hour) loss of consciousness' );
9512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.03', '', 'Closed fracture of base of skull without intra cranial injury with moderate (1-24 hours) loss of consciousness' );
9513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.04', '', 'Closed fracture of base of skull without intra cranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.05', '', 'Closed fracture of base of skull without intra cranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.06', '', 'Closed fracture of base of skull without intra cranial injury with loss of consciousness of unspecified duration' );
9516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.09', '', 'Closed fracture of base of skull without intra cranial injury with concussion unspecified' );
9517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.10', '', 'Closed fracture of base of skull with cerebral laceration and contusion with state of consciousness unspecified' );
9518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.11', '', 'Closed fracture of base of skull with cerebral laceration and contusion with no loss of consciousness' );
9519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.12', '', 'Closed fracture of base of skull with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.13', '', 'Closed fracture of base of skull with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.14', '', 'Closed fracture of base of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.15', '', 'Closed fracture of base of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.16', '', 'Closed fracture of base of skull with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.19', '', 'Closed fracture of base of skull with cerebral laceration and contusion with concussion unspecified' );
9525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.20', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.21', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.22', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.23', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.24', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.25', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.26', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.29', '', 'Closed fracture of base of skull with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.30', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.31', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.32', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.33', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.34', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.35', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.36', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.39', '', 'Closed fracture of base of skull with other and unspecified intracranial hemorrhage with concussion unspecified' );
9541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.40', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.41', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with no loss of consciousness' );
9543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.42', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.43', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.44', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.45', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.46', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.49', '', 'Closed fracture of base of skull with intracranial injury of other and unspecified nature with concussion unspecified' );
9549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.50', '', 'Open fracture of base of skull without intracranial injury with state of consciousness unspecified' );
9550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.51', '', 'Open fracture of base of skull without intracranial injury with no loss of consciousness' );
9551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.52', '', 'Open fracture of base of skull without intracranial injury with brief (less than one hour) loss of consciousness' );
9552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.53', '', 'Open fracture of base of skull without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.54', '', 'Open fracture of base of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.55', '', 'Open fracture of base of skull without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.56', '', 'Open fracture of base of skull without intracranial injury with loss of consciousness of unspecified duration' );
9556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.59', '', 'Open fracture of base of skull without intracranial injury with concussion unspecified' );
9557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.60', '', 'Open fracture of base of skull with cerebral laceration and contusion with state of consciousness unspecified' );
9558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.61', '', 'Open fracture of base of skull with cerebral laceration and contusion with no loss of consciousness' );
9559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.62', '', 'Open fracture of base of skull with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.63', '', 'Open fracture of base of skull with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.64', '', 'Open fracture of base of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.65', '', 'Open fracture of base of skull with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.66', '', 'Open fracture of base of skull with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.69', '', 'Open fracture of base of skull with cerebral laceration and contusion with concussion unspecified' );
9565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.70', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.71', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.72', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.73', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.74', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.75', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.76', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.79', '', 'Open fracture of base of skull with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.80', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.81', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.82', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.83', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.84', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.85', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.86', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.89', '', 'Open fracture of base of skull with other and unspecified intracranial hemorrhage with concussion unspecified' );
9581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.90', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.91', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with no loss of consciousness' );
9583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.92', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.93', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.94', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.95', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.96', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '801.99', '', 'Open fracture of base of skull with intracranial injury of other and unspecified nature with concussion unspecified' );
9589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.0', '', 'Closed fracture of nasal bones' );
9590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.1', '', 'Open fracture of nasal bones' );
9591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.20', '', 'Closed fracture of unspecified site of mandible' );
9592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.21', '', 'Closed fracture of condylar process of mandible' );
9593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.22', '', 'Closed fracture of subcondylar process of mandible' );
9594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.23', '', 'Closed fracture of coronoid process of mandible' );
9595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.24', '', 'Closed fracture of unspecified part of ramus of mandible' );
9596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.25', '', 'Closed fracture of angle of jaw' );
9597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.26', '', 'Closed fracture of symphysis of body of mandible' );
9598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.27', '', 'Closed fracture of alveolar border of body of mandible' );
9599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.28', '', 'Closed fracture of other and unspecified part of body of mandible' );
9600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.29', '', 'Closed fracture of multiple sites of mandible' );
9601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.30', '', 'Open fracture of unspecified site of mandible' );
9602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.31', '', 'Open fracture of condylar process of mandible' );
9603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.32', '', 'Open fracture of subcondylar process of mandible' );
9604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.33', '', 'Open fracture of coronoid process of mandible' );
9605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.34', '', 'Open fracture of unspecified part of ramus of mandible' );
9606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.35', '', 'Open fracture of angle of jaw' );
9607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.36', '', 'Open fracture of symphysis of body of mandible' );
9608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.37', '', 'Open fracture of alveolar border of body of mandible' );
9609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.38', '', 'Open fracture of body of mandible other and unspecified' );
9610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.39', '', 'Open fracture of multiple sites of mandible' );
9611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.4', '', 'Closed fracture of malar and maxillary bones' );
9612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.5', '', 'Open fracture of malar and maxillary bones' );
9613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.6', '', 'Closed fracture of orbital floor (blow-out)' );
9614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.7', '', 'Open fracture of orbital floor (blow-out)' );
9615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.8', '', 'Closed fracture of other facial bones' );
9616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '802.9', '', 'Open fracture of other facial bones' );
9617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.00', '', 'Other closed skull fracture without intracranial injury with state of consciousness unspecified' );
9618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.01', '', 'Other closed skull fracture without intracranial injury with no loss of consciousness' );
9619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.02', '', 'Other closed skull fracture without intracranial injury with brief (less than one hour) loss of consciousness' );
9620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.03', '', 'Other closed skull fracture without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.04', '', 'Other closed skull fracture without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.05', '', 'Other closed skull fracture without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.06', '', 'Other closed skull fracture without intracranial injury with loss of consciousness of unspecified duration' );
9624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.09', '', 'Other closed skull fracture without intracranial injury with concussion unspecified' );
9625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.10', '', 'Other closed skull fracture with cerebral laceration and contusion with state of consciousness unspecified' );
9626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.11', '', 'Other closed skull fracture with cerebral laceration and contusion with no loss of consciousness' );
9627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.12', '', 'Other closed skull fracture with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.13', '', 'Other closed skull fracture with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.14', '', 'Other closed skull fracture with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.15', '', 'Other closed skull fracture with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.16', '', 'Other closed skull fracture with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.19', '', 'Other closed skull fracture with cerebral laceration and contusion with concussion unspecified' );
9633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.20', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.21', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.22', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.23', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.24', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.25', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.26', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.29', '', 'Other closed skull fracture with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.30', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with state of unconsciousness unspecified' );
9642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.31', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.32', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.33', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.34', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.35', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.36', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.39', '', 'Other closed skull fracture with other and unspecified intracranial hemorrhage with concussion unspecified' );
9649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.40', '', 'Other closed skull fracture with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.41', '', 'Other closed skull fracture with intracranial injury of other and unspecified nature with no loss of consciousness' );
9651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.42', '', 'Other closed skull fracture with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.43', '', 'Other closed skull fracture with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.44', '', 'Other closed skull fracture with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.45', '', 'Other site of closed skull fracture with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.46', '', 'Other site of closed skull fracture with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.49', '', 'Other site of closed skull fracture with intracranial injury of other and unspecified nature with concussion unspecified' );
9657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.50', '', 'Other open skull fracture without injury with state of consciousness unspecified' );
9658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.51', '', 'Other open skull fracture without intracranial injury with no loss of consciousness' );
9659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.52', '', 'Other open skull fracture without intracranial injury with brief (less than one hour) loss of consciousness' );
9660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.53', '', 'Other open skull fracture without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.54', '', 'Other open skull fracture without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.55', '', 'Other open skull fracture without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.56', '', 'Other open skull fracture without intracranial injury with loss of consciousness of unspecified duration' );
9664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.59', '', 'Other open skull fracture without intracranial injury with concussion unspecified' );
9665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.60', '', 'Other open skull fracture with cerebral laceration and contusion with state of consciousness unspecified' );
9666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.61', '', 'Other open skull fracture with cerebral laceration and contusion with no loss of consciousness' );
9667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.62', '', 'Other open skull fracture with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.63', '', 'Other open skull fracture with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.64', '', 'Other open skull fracture with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.65', '', 'Other open skull fracture with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.66', '', 'Other open skull fracture with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.69', '', 'Other open skull fracture with cerebral laceration and contusion with concussion unspecified' );
9673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.70', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.71', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.72', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.73', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.74', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.75', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.76', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.79', '', 'Other open skull fracture with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.80', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.81', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.82', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.83', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.84', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.85', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.86', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.89', '', 'Other open skull fracture with other and unspecified intracranial hemorrhage with concussion unspecified' );
9689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.90', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.91', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with no loss of consciousness' );
9691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.92', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.93', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.94', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.95', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.96', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '803.99', '', 'Other open skull fracture with intracranial injury of other and unspecified nature with concussion unspecified' );
9697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.00', '', 'Closed fractures involving skull or face with other bones without intracranial injury with state of consciousness unspecified' );
9698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.01', '', 'Closed fractures involving skull or face with other bones without intracranial injury with no loss of consciousness' );
9699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.02', '', 'Closed fractures involving skull or face with other bones without intracranial injury with brief (less than one hour) loss of consciousness' );
9700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.03', '', 'Closed fractures involving skull or face with other bones without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.04', '', 'Closed fractures involving skull or face with other bones without mention or intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.05', '', 'Closed fractures involving skull of face with other bones without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.06', '', 'Closed fractures involving skull of face with other bones without intracranial injury with loss of consciousness of unspecified duration' );
9704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.09', '', 'Closed fractures involving skull of face with other bones without intracranial injury with concussion unspecified' );
9705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.10', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with state of consciousness unspecified' );
9706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.11', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with no loss of consciousness' );
9707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.12', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.13', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.14', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.15', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.16', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.19', '', 'Closed fractures involving skull or face with other bones with cerebral laceration and contusion with concussion unspecified' );
9713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.20', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.21', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.22', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.23', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.24', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.25', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.26', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.29', '', 'Closed fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.30', '', 'Sed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.31', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.32', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.33', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.34', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre- existing conscious level' );
9726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.35', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.36', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.39', '', 'Closed fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with concussion unspecified' );
9729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.40', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.41', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with no loss of consciousness' );
9731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.42', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.43', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.44', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.45', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.46', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.49', '', 'Closed fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with concussion unspecified' );
9737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.50', '', 'Open fractures involving skull or face with other bones without intracranial injury with state of consciousness unspecified' );
9738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.51', '', 'Open fractures involving skull or face with other bones without intracranial injury with no loss of consciousness' );
9739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.52', '', 'Open fractures involving skull or face with other bones without intracranial injury with brief (less than one hour) loss of consciousness' );
9740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.53', '', 'Open fractures involving skull or face with other bones without intracranial injury with moderate (1-24 hours) loss of consciousness' );
9741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.54', '', 'Open fractures involving skull or face with other bones without intracranial injury with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.55', '', 'Open fractures involving skull or face with other bones without intracranial injury with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.56', '', 'Open fractures involving skull or face with other bones without intracranial injury with loss of consciousness of unspecified duration' );
9744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.59', '', 'Open fractures involving skull or face with other bones without intracranial injury with concussion unspecified' );
9745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.60', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with state of consciousness unspecified' );
9746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.61', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with no loss of consciousness' );
9747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.62', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with brief (less than one hour) loss of consciousness' );
9748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.63', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with moderate (1-24 hours) loss of consciousness' );
9749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.64', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.65', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.66', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with loss of consciousness of unspecified duration' );
9752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.69', '', 'Open fractures involving skull or face with other bones with cerebral laceration and contusion with concussion unspecified' );
9753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.70', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with state of consciousness unspecified' );
9754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.71', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with no loss of consciousness' );
9755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.72', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with brief (less than one hour) loss of consciousness' );
9756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.73', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with moderate (1-24 hours) loss of consciousness' );
9757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.74', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.75', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.76', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with loss of consciousness of unspecified duration' );
9760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.79', '', 'Open fractures involving skull or face with other bones with subarachnoid subdural and extradural hemorrhage with concussion unspecified' );
9761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.80', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with state of consciousness unspecified' );
9762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.81', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with no loss of consciousness' );
9763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.82', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with brief (less than one hour) loss of consciousness' );
9764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.83', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with moderate (1-24 hours) loss of consciousness' );
9765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.84', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.85', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with prolonged (more than 24 hours) loss consciousness without return to pre-existing conscious level' );
9767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.86', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with loss of consciousness of unspecified duration' );
9768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.89', '', 'Open fractures involving skull or face with other bones with other and unspecified intracranial hemorrhage with concussion unspecified' );
9769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.90', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with state of consciousness unspecified' );
9770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.91', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with no loss of consciousness' );
9771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.92', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with brief (less than one hour) loss of consciousness' );
9772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.93', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with moderate (1-24 hours) loss of consciousness' );
9773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.94', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
9774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.95', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
9775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.96', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with loss of consciousness of unspecified duration' );
9776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '804.99', '', 'Open fractures involving skull or face with other bones with intracranial injury of other and unspecified nature with concussion unspecified' );
9777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.00', '', 'Closed fracture of cervical vertebra unspecified level' );
9778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.01', '', 'Closed fracture of first cervical vertebra' );
9779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.02', '', 'Closed fracture of second cervical vertebra' );
9780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.03', '', 'Closed fracture of third cervical vertebra' );
9781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.04', '', 'Closed fracture of fourth cervical vertebra' );
9782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.05', '', 'Closed fracture of fifth cervical vertebra' );
9783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.06', '', 'Closed fracture of sixth cervical vertebra' );
9784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.07', '', 'Closed fracture of seventh cervical vertebra' );
9785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.08', '', 'Closed fracture of multiple cervical vertebrae' );
9786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.10', '', 'Open fracture of cervical vertebra unspecified level' );
9787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.11', '', 'Open fracture of first cervical vertebra' );
9788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.12', '', 'Open fracture of second cervical vertebra' );
9789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.13', '', 'Open fracture of third cervical vertebra' );
9790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.14', '', 'Open fracture of fourth cervical vertebra' );
9791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.15', '', 'Open fracture of fifth cervical vertebra' );
9792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.16', '', 'Open fracture of sixth cervical vertebra' );
9793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.17', '', 'Open fracture of seventh cervical vertebra' );
9794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.18', '', 'Open fracture of multiple cervical vertebrae' );
9795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.2', '', 'Closed fracture of dorsal (thoracic) vertebra without spinal cord injury' );
9796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.3', '', 'Open fracture of dorsal (thoracic) vertebra without spinal cord injury' );
9797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.4', '', 'Closed fracture of lumbar vertebra without spinal cord injury' );
9798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.5', '', 'Open fracture of lumbar vertebra without spinal cord injury' );
9799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.6', '', 'Closed fracture of sacrum and coccyx without spinal cord injury' );
9800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.7', '', 'Open fracture of sacrum and coccyx without spinal cord injury' );
9801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.8', '', 'Closed fracture of unspecified part of vertebral column without spinal cord injury' );
9802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '805.9', '', 'Open fracture of unspecified part of vertebral column without spinal cord injury' );
9803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.00', '', 'Closed fracture of c1-c4 level with unspecified spinal cord injury' );
9804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.01', '', 'Closed fracture of c1-c4 level with complete lesion of cord' );
9805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.02', '', 'Closed fracture of c1-c4 level with anterior cord syndrome' );
9806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.03', '', 'Closed fracture of c1-c4 level with central cord syndrome' );
9807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.04', '', 'Closed fracture of c1-c4 level with other specified spinal cord injury' );
9808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.05', '', 'Closed fracture of c5-c7 level with unspecified spinal cord injury' );
9809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.06', '', 'Closed fracture of c5-c7 level with complete lesion of cord' );
9810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.07', '', 'Closed fracture of c5-c7 level with anterior cord syndrome' );
9811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.08', '', 'Closed fracture of c5-c7 level with central cord syndrome' );
9812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.09', '', 'Closed fracture of c5-c7 level with other specified spinal cord injury' );
9813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.10', '', 'Open fracture of c1-c4 level with unspecified spinal cord injury' );
9814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.11', '', 'Open fracture of c1-c4 level with complete lesion of cord' );
9815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.12', '', 'Open fracture of c1-c4 level with anterior cord syndrome' );
9816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.13', '', 'Open fracture of c1-c4 level with central cord syndrome' );
9817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.14', '', 'Open fracture of c1-c4 level with other specified spinal cord injury' );
9818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.15', '', 'Open fracture of c5-c7 level with unspecified spinal cord injury' );
9819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.16', '', 'Open fracture of c5-c7 level with complete lesion of cord' );
9820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.17', '', 'Open fracture of c5-c7 level with anterior cord syndrome' );
9821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.18', '', 'Open fracture of c5-c7 level with central cord syndrome' );
9822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.19', '', 'Open fracture of c5-c7 level with other specified spinal cord injury' );
9823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.20', '', 'Closed fracture of t1-t6 level with unspecified spinal cord injury' );
9824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.21', '', 'Closed fracture of t1-t6 level with complete lesion of cord' );
9825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.22', '', 'Closed fracture of t1-t6 level with anterior cord syndrome' );
9826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.23', '', 'Closed fracture of t1-t6 level with central cord syndrome' );
9827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.24', '', 'Closed fracture of t1-t6 level with other specified spinal cord injury' );
9828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.25', '', 'Closed fracture of t7-t12 level with unspecified spinal cord injury' );
9829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.26', '', 'Closed fracture of t7-t12 level with complete lesion of cord' );
9830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.27', '', 'Closed fracture of t7-t12 level with anterior cord syndrome' );
9831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.28', '', 'Closed fracture of t7-t12 level with central cord syndrome' );
9832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.29', '', 'Closed fracture of t7-t12 level with other specified spinal cord injury' );
9833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.30', '', 'Open fracture of t1-t6 level with unspecified spinal cord injury' );
9834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.31', '', 'Open fracture of t1-t6 level with complete lesion of cord' );
9835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.32', '', 'Open fracture of t1-t6 level with anterior cord syndrome' );
9836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.33', '', 'Open fracture of t1-t6 level with central cord syndrome' );
9837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.34', '', 'Open fracture of t1-t6 level with other specified spinal cord injury' );
9838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.35', '', 'Open fracture of t7-t12 level with unspecified spinal cord injury' );
9839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.36', '', 'Open fracture of t7-t12 level with complete lesion of cord' );
9840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.37', '', 'Open fracture of t7-t12 level with anterior cord syndrome' );
9841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.38', '', 'Open fracture of t7-t12 level with central cord syndrome' );
9842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.39', '', 'Open fracture of t7-t12 level with other specified spinal cord injury' );
9843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.4', '', 'Closed fracture of lumbar spine with spinal cord injury' );
9844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.5', '', 'Open fracture of lumbar spine with spinal cord injury' );
9845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.60', '', 'Closed fracture of sacrum and coccyx with unspecified spinal cord injury' );
9846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.61', '', 'Closed fracture of sacrum and coccyx with complete cauda equina lesion' );
9847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.62', '', 'Closed fracture of sacrum and coccyx with other cauda equina injury' );
9848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.69', '', 'Closed fracture of sacrum and coccyx with other spinal cord injury' );
9849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.70', '', 'Open fracture of sacrum and coccyx with unspecified spinal cord injury' );
9850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.71', '', 'Open fracture of sacrum and coccyx with complete cauda equina lesion' );
9851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.72', '', 'Open fracture of sacrum and coccyx with other cauda equina injury' );
9852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.79', '', 'Open fracture of sacrum and coccyx with other spinal cord injury' );
9853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.8', '', 'Closed fracture of unspecified vertebra with spinal cord injury' );
9854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '806.9', '', 'Open fracture of unspecified vertebra with spinal cord injury' );
9855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.00', '', 'Closed fracture of rib(s) unspecified' );
9856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.01', '', 'Closed fracture of one rib' );
9857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.02', '', 'Closed fracture of two ribs' );
9858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.03', '', 'Closed fracture of three ribs' );
9859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.04', '', 'Closed fracture of four ribs' );
9860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.05', '', 'Closed fracture of five ribs' );
9861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.06', '', 'Closed fracture of six ribs' );
9862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.07', '', 'Closed fracture of seven ribs' );
9863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.08', '', 'Closed fracture of eight or more ribs' );
9864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.09', '', 'Closed fracture of multiple ribs unspecified' );
9865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.10', '', 'Open fracture of rib(s) unspecified' );
9866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.11', '', 'Open fracture of one rib' );
9867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.12', '', 'Open fracture of two ribs' );
9868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.13', '', 'Open fracture of three ribs' );
9869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.14', '', 'Open fracture of four ribs' );
9870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.15', '', 'Open fracture of five ribs' );
9871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.16', '', 'Open fracture of six ribs' );
9872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.17', '', 'Open fracture of seven ribs' );
9873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.18', '', 'Open fracture of eight or more ribs' );
9874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.19', '', 'Open fracture of multiple ribs unspecified' );
9875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.2', '', 'Closed fracture of sternum' );
9876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.3', '', 'Open fracture of sternum' );
9877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.4', '', 'Flail chest' );
9878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.5', '', 'Closed fracture of larynx and trachea' );
9879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '807.6', '', 'Open fracture of larynx and trachea' );
9880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.0', '', 'Closed fracture of acetabulum' );
9881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.1', '', 'Open fracture of acetabulum' );
9882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.2', '', 'Closed fracture of pubis' );
9883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.3', '', 'Open fracture of pubis' );
9884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.41', '', 'Closed fracture of ilium' );
9885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.42', '', 'Closed fracture of ischium' );
9886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.43', '', 'Multiple closed pelvic fractures with disruption of pelvic circle' );
9887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.49', '', 'Closed fracture of other specified part of pelvis' );
9888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.51', '', 'Open fracture of ilium' );
9889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.52', '', 'Open fracture of ischium' );
9890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.53', '', 'Multiple open pelvic fractures with disruption of pelvic circle' );
9891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.59', '', 'Open fracture of other specified part of pelvis' );
9892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.8', '', 'Unspecified closed fracture of pelvis' );
9893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '808.9', '', 'Unspecified open fracture of pelvis' );
9894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '809.0', '', 'Fracture of bones of trunk closed' );
9895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '809.1', '', 'Fracture of bones of trunk open' );
9896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.00', '', 'Closed fracture of clavicle unspecified part' );
9897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.01', '', 'Closed fracture of sternal end of clavicle' );
9898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.02', '', 'Closed fracture of shaft of clavicle' );
9899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.03', '', 'Closed fracture of acromial end of clavicle' );
9900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.10', '', 'Open fracture of clavicle unspecified part' );
9901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.11', '', 'Open fracture of sternal end of clavicle' );
9902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.12', '', 'Open fracture of shaft of clavicle' );
9903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '810.13', '', 'Open fracture of acromial end of clavicle' );
9904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.00', '', 'Closed fracture of scapula unspecified part' );
9905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.01', '', 'Closed fracture of acromial process of scapula' );
9906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.02', '', 'Closed fracture of coracoid process of scapula' );
9907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.03', '', 'Closed fracture of glenoid cavity and neck of scapula' );
9908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.09', '', 'Closed fracture of other part of scapula' );
9909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.10', '', 'Open fracture of scapula unspecified part' );
9910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.11', '', 'Open fracture of acromial process of scapula' );
9911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.12', '', 'Open fracture of coracoid process' );
9912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.13', '', 'Open fracture of glenoid cavity and neck of scapula' );
9913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '811.19', '', 'Open fracture of other part of scapula' );
9914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.00', '', 'Fracture of unspecified part of upper end of humerus closed' );
9915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.01', '', 'Fracture of surgical neck of humerus closed' );
9916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.02', '', 'Fracture of anatomical neck of humerus closed' );
9917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.03', '', 'Fracture of greater tuberosity of humerus closed' );
9918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.09', '', 'Other closed fractures of upper end of humerus' );
9919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.10', '', 'Fracture of unspecified part of upper end of humerus open' );
9920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.11', '', 'Fracture of surgical neck of humerus open' );
9921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.12', '', 'Fracture of anatomical neck of humerus open' );
9922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.13', '', 'Fracture of greater tuberosity of humerus open' );
9923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.19', '', 'Other open fracture of upper end of humerus' );
9924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.20', '', 'Fracture of unspecified part of humerus closed' );
9925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.21', '', 'Fracture of shaft of humerus closed' );
9926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.30', '', 'Fracture of unspecified part of humerus open' );
9927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.31', '', 'Fracture of shaft of humerus open' );
9928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.40', '', 'Fracture of unspecified part of lower end of humerus closed' );
9929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.41', '', 'Supracondylar fracture of humerus closed' );
9930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.42', '', 'Fracture of lateral condyle of humerus closed' );
9931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.43', '', 'Fracture of medial condyle of humerus closed' );
9932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.44', '', 'Fracture of unspecified condyle(s) of humerus closed' );
9933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.49', '', 'Other closed fractures of lower end of humerus' );
9934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.50', '', 'Fracture of unspecified part of lower end of humerus open' );
9935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.51', '', 'Supracondylar fracture of humerus open' );
9936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.52', '', 'Fracture of lateral condyle of humerus open' );
9937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.53', '', 'Fracture of medial condyle of humerus open' );
9938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.54', '', 'Fracture of unspecified condyle(s) of humerus open' );
9939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '812.59', '', 'Other fracture of lower end of humerus open' );
9940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.00', '', 'Closed fracture of upper end of forearm unspecified' );
9941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.01', '', 'Fracture of olecranon process of ulna closed' );
9942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.02', '', 'Fracture of coronoid process of ulna closed' );
9943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.03', '', 'Monteggia''s fracture closed' );
9944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.04', '', 'Other and unspecified closed fractures of proximal end of ulna (alone)' );
9945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.05', '', 'Fracture of head of radius closed' );
9946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.06', '', 'Fracture of neck of radius closed' );
9947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.07', '', 'Other and unspecified closed fractures of proximal end of radius (alone)' );
9948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.08', '', 'Fracture of radius with ulna upper end (any part) closed' );
9949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.10', '', 'Open fracture of upper end of forearm unspecified' );
9950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.11', '', 'Fracture of olecranon process of ulna open' );
9951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.12', '', 'Fracture of coronoid process of ulna open' );
9952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.13', '', 'Monteggia''s fracture open' );
9953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.14', '', 'Other and unspecified open fractures of proximal end of ulna (alone)' );
9954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.15', '', 'Fracture of head of radius open' );
9955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.16', '', 'Fracture of neck of radius open' );
9956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.17', '', 'Other and unspecified open fractures of proximal end of radius (alone)' );
9957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.18', '', 'Fracture of radius with ulna upper end (any part) open' );
9958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.20', '', 'Fracture of shaft of radius or ulna unspecified closed' );
9959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.21', '', 'Fracture of shaft of radius (alone) closed' );
9960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.22', '', 'Fracture of shaft of ulna (alone) closed' );
9961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.23', '', 'Fracture of shaft of radius with ulna closed' );
9962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.30', '', 'Fracture of shaft of radius or ulna unspecified open' );
9963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.31', '', 'Fracture of shaft of radius (alone) open' );
9964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.32', '', 'Fracture of shaft of ulna (alone) open' );
9965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.33', '', 'Fracture of shaft of radius with ulna open' );
9966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.40', '', 'Closed fracture of lower end of forearm unspecified' );
9967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.41', '', 'Colles'' fracture closed' );
9968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.42', '', 'Other closed fractures of distal end of radius (alone)' );
9969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.43', '', 'Fracture of distal end of ulna (alone) closed' );
9970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.44', '', 'Fracture of lower end of radius with ulna closed' );
9971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.45', '', 'Torus fracture of radius (alone)' );
9972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.46', '', 'Torus fracture of ulna (alone)' );
9973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.47', '', 'Torus fracture of radius and ulna' );
9974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.50', '', 'Open fracture of lower end of forearm unspecified' );
9975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.51', '', 'Colles'' fracture open' );
9976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.52', '', 'Other open fractures of distal end of radius (alone)' );
9977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.53', '', 'Fracture of distal end of ulna (alone) open' );
9978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.54', '', 'Fracture of lower end of radius with ulna open' );
9979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.80', '', 'Closed fracture of unspecified part of forearm' );
9980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.81', '', 'Fracture of unspecified part of radius (alone) closed' );
9981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.82', '', 'Fracture of unspecified part of ulna (alone) closed' );
9982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.83', '', 'Fracture of unspecified part of radius with ulna closed' );
9983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.90', '', 'Fracture of unspecified part of forearm open' );
9984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.91', '', 'Fracture of unspecified part of radius (alone) open' );
9985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.92', '', 'Fracture of unspecified part of ulna (alone) open' );
9986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '813.93', '', 'Fracture of unspecified part of radius with ulna open' );
9987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.00', '', 'Closed fracture of carpal bone unspecified' );
9988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.01', '', 'Closed fracture of navicular (scaphoid) bone of wrist' );
9989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.02', '', 'Closed fracture of lunate (semilunar) bone of wrist' );
9990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.03', '', 'Closed fracture of triquetral (cuneiform) bone of wrist' );
9991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.04', '', 'Closed fracture of pisiform bone of wrist' );
9992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.05', '', 'Closed fracture of trapezium bone (larger multangular) of wrist' );
9993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.06', '', 'Closed fracture of trapezoid bone (smaller multangular) of wrist' );
9994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.07', '', 'Closed fracture of capitate bone (os magnum) of wrist' );
9995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.08', '', 'Closed fracture of hamate (unciform) bone of wrist' );
9996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.09', '', 'Closed fracture of other bone of wrist' );
9997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.10', '', 'Open fracture of carpal bone unspecified' );
9998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.11', '', 'Open fracture of navicular (scaphoid) bone of wrist' );
9999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.12', '', 'Open fracture of lunate (semilunar) bone of wrist' );
10000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.13', '', 'Open fracture of triquetral (cuneiform) bone of wrist' );
10001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.14', '', 'Open fracture of pisiform bone of wrist' );
10002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.15', '', 'Open fracture of trapezium bone (larger multangular) of wrist' );
10003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.16', '', 'Open fracture of trapezoid bone (smaller multangular) of wrist' );
10004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.17', '', 'Open fracture of capitate bone (os magnum) of wrist' );
10005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.18', '', 'Open fracture of hamate (unciform) bone of wrist' );
10006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '814.19', '', 'Open fracture of other bone of wrist' );
10007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.00', '', 'Closed fracture of metacarpal bone(s) site unspecified' );
10008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.01', '', 'Closed fracture of base of thumb (first) metacarpal' );
10009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.02', '', 'Closed fracture of base of other metacarpal bone(s)' );
10010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.03', '', 'Closed fracture of shaft of metacarpal bone(s)' );
10011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.04', '', 'Closed fracture of neck of metacarpal bone(s)' );
10012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.09', '', 'Closed fracture of multiple sites of metacarpus' );
10013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.10', '', 'Open fracture of metacarpal bone(s) site unspecified' );
10014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.11', '', 'Open fracture of base of thumb (first) metacarpal' );
10015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.12', '', 'Open fracture of base of other metacarpal bone(s)' );
10016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.13', '', 'Open fracture of shaft of metacarpal bone(s)' );
10017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.14', '', 'Open fracture of neck of metacarpal bone(s)' );
10018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '815.19', '', 'Open fracture of multiple sites of metacarpus' );
10019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.00', '', 'Closed fracture of phalanx or phalanges of hand unspecified' );
10020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.01', '', 'Closed fracture of middle or proximal phalanx or phalanges of hand' );
10021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.02', '', 'Closed fracture of distal phalanx or phalanges of hand' );
10022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.03', '', 'Closed fracture of multiple sites of phalanx or phalanges of hand' );
10023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.10', '', 'Open fracture of phalanx or phalanges of hand unspecified' );
10024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.11', '', 'Open fracture of middle or proximal phalanx or phalanges of hand' );
10025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.12', '', 'Open fracture of distal phalanx or phalanges of hand' );
10026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '816.13', '', 'Open fracture of multiple sites of phalanx or phalanges of hand' );
10027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '817.0', '', 'Multiple closed fractures of hand bones' );
10028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '817.1', '', 'Multiple open fractures of hand bones' );
10029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '818.0', '', 'Ill-defined closed fractures of upper limb' );
10030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '818.1', '', 'Ill-defined open fractures of upper limb' );
10031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '819.0', '', 'Multiple closed fractures involving both upper limbs and upper limb with rib(s) and sternum' );
10032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '819.1', '', 'Multiple open fractures involving both upper limbs and upper limb with rib(s) and sternum' );
10033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.00', '', 'Fracture of unspecified intracapsular section of neck of femur closed' );
10034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.01', '', 'Fracture of epiphysis (separation) (upper) of neck of femur closed' );
10035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.02', '', 'Fracture of midcervical section of femur closed' );
10036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.03', '', 'Fracture of base of neck of femur closed' );
10037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.09', '', 'Other transcervical fracture of femur closed' );
10038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.10', '', 'Fracture of unspecified intracapsular section of neck of femur open' );
10039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.11', '', 'Fracture of epiphysis (separation) (upper) of neck of femur open' );
10040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.12', '', 'Fracture of midcervical section of femur open' );
10041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.13', '', 'Fracture of base of neck of femur open' );
10042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.19', '', 'Other transcervical fracture of femur open' );
10043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.20', '', 'Fracture of unspecified trochanteric section of femur closed' );
10044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.21', '', 'Fracture of intertrochanteric section of femur closed' );
10045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.22', '', 'Fracture of subtrochanteric section of femur closed' );
10046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.30', '', 'Fracture of unspecified trochanteric section of femur open' );
10047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.31', '', 'Fracture of intertrochanteric section of femur open' );
10048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.32', '', 'Fracture of subtrochanteric section of femur open' );
10049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.8', '', 'Fracture of unspecified part of neck of femur closed' );
10050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '820.9', '', 'Fracture of unspecified part of neck of femur open' );
10051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.00', '', 'Fracture of unspecified part of femur closed' );
10052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.01', '', 'Fracture of shaft of femur closed' );
10053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.10', '', 'Fracture of unspecified part of femur open' );
10054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.11', '', 'Fracture of shaft of femur open' );
10055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.20', '', 'Fracture of lower end of femur unspecified part closed' );
10056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.21', '', 'Fracture of femoral condyle closed' );
10057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.22', '', 'Fracture of lower epiphysis of femur closed' );
10058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.23', '', 'Supracondylar fracture of femur closed' );
10059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.29', '', 'Other fracture of lower end of femur closed' );
10060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.30', '', 'Fracture of lower end of femur unspecified part open' );
10061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.31', '', 'Fracture of femoral condyle open' );
10062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.32', '', 'Fracture of lower epiphysis of femur open' );
10063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.33', '', 'Supracondylar fracture of femur open' );
10064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '821.39', '', 'Other fracture of lower end of femur open' );
10065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '822.0', '', 'Closed fracture of patella' );
10066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '822.1', '', 'Open fracture of patella' );
10067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.00', '', 'Closed fracture of upper end of tibia' );
10068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.01', '', 'Closed fracture of upper end of fibula' );
10069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.02', '', 'Closed fracture of upper end of fibula with tibia' );
10070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.10', '', 'Open fracture of upper end of tibia' );
10071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.11', '', 'Open fracture of upper end of fibula' );
10072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.12', '', 'Open fracture of upper end of fibula with tibia' );
10073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.20', '', 'Closed fracture of shaft of tibia' );
10074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.21', '', 'Closed fracture of shaft of fibula' );
10075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.22', '', 'Closed fracture of shaft of fibula with tibia' );
10076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.30', '', 'Open fracture of shaft of tibia' );
10077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.31', '', 'Open fracture of shaft of fibula' );
10078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.32', '', 'Open fracture of shaft of fibula with tibia' );
10079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.40', '', 'Torus fracture of tibia alone' );
10080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.41', '', 'Torus fracture of fibula alone' );
10081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.42', '', 'Torus fracture of fibula with tibia' );
10082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.80', '', 'Closed fracture of unspecified part of tibia' );
10083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.81', '', 'Closed fracture of unspecified part of fibula' );
10084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.82', '', 'Closed fracture of unspecified part of fibula with tibia' );
10085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.90', '', 'Open fracture of unspecified part of tibia' );
10086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.91', '', 'Open fracture of unspecified part of fibula' );
10087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '823.92', '', 'Open fracture of unspecified part of fibula with tibia' );
10088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.0', '', 'Fracture of medial malleolus closed' );
10089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.1', '', 'Fracture of medial malleolus open' );
10090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.2', '', 'Fracture of lateral malleolus closed' );
10091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.3', '', 'Fracture of lateral malleolus open' );
10092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.4', '', 'Bimalleolar fracture closed' );
10093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.5', '', 'Bimalleolar fracture open' );
10094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.6', '', 'Trimalleolar fracture closed' );
10095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.7', '', 'Trimalleolar fracture open' );
10096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.8', '', 'Unspecified fracture of ankle closed' );
10097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '824.9', '', 'Unspecified fracture of ankle open' );
10098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.0', '', 'Fracture of calcaneus closed' );
10099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.1', '', 'Fracture of calcaneus open' );
10100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.20', '', 'Fracture of unspecified bone(s) of foot (except toes) closed' );
10101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.21', '', 'Fracture of astragalus closed' );
10102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.22', '', 'Fracture of navicular (scaphoid) bone of foot closed' );
10103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.23', '', 'Fracture of cuboid bone closed' );
10104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.24', '', 'Fracture of cuneiform bone of foot closed' );
10105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.25', '', 'Fracture of metatarsal bone(s) closed' );
10106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.29', '', 'Other fracture of tarsal and metatarsal bones closed' );
10107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.30', '', 'Fracture of unspecified bone(s) of foot (except toes) open' );
10108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.31', '', 'Fracture of astragalus open' );
10109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.32', '', 'Fracture of navicular (scaphoid) bone of foot open' );
10110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.33', '', 'Fracture of cuboid bone open' );
10111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.34', '', 'Fracture of cuneiform bone of foot open' );
10112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.35', '', 'Fracture of metatarsal bone(s) open' );
10113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '825.39', '', 'Other fractures of tarsal and metatarsal bones open' );
10114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '826.0', '', 'Closed fracture of one or more phalanges of foot' );
10115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '826.1', '', 'Open fracture of one or more phalanges of foot' );
10116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '827.0', '', 'Other multiple and ill-defined fractures of lower limb closed' );
10117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '827.1', '', 'Other multiple and ill-defined fractures of lower limb open' );
10118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '828.0', '', 'Multiple fractures involving both lower limbs lower with upper limb and lower limb(s) with rib(s) and sternum closed' );
10119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '828.1', '', 'Multiple fractures involving both lower limbs lower with upper limb and lower limb(s) with rib(s) and sternum open' );
10120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '829.0', '', 'Fracture of unspecified bone closed' );
10121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '829.1', '', 'Fracture of unspecified bone open' );
10122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '830.0', '', 'Closed dislocation of jaw' );
10123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '830.1', '', 'Open dislocation of jaw' );
10124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.00', '', 'Closed dislocation of shoulder unspecified site' );
10125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.01', '', 'Closed anterior dislocation of humerus' );
10126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.02', '', 'Closed posterior dislocation of humerus' );
10127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.03', '', 'Closed inferior dislocation of humerus' );
10128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.04', '', 'Closed dislocation of acromioclavicular (joint)' );
10129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.09', '', 'Closed dislocation of other site of shoulder' );
10130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.10', '', 'Open dislocation of shoulder unspecified' );
10131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.11', '', 'Open anterior dislocation of humerus' );
10132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.12', '', 'Open posterior dislocation of humerus' );
10133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.13', '', 'Open inferior dislocation of humerus' );
10134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.14', '', 'Open dislocation of acromioclavicular (joint)' );
10135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '831.19', '', 'Open dislocation of other site of shoulder' );
10136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.00', '', 'Closed dislocation of elbow unspecified site' );
10137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.01', '', 'Closed anterior dislocation of elbow' );
10138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.02', '', 'Closed posterior dislocation of elbow' );
10139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.03', '', 'Closed medial dislocation of elbow' );
10140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.04', '', 'Closed lateral dislocation of elbow' );
10141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.09', '', 'Closed dislocation of other site of elbow' );
10142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.10', '', 'Open dislocation of elbow unspecified site' );
10143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.11', '', 'Open anterior dislocation of elbow' );
10144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.12', '', 'Open posterior dislocation of elbow' );
10145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.13', '', 'Open medial dislocation of elbow' );
10146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.14', '', 'Open lateral dislocation of elbow' );
10147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.19', '', 'Open dislocation of other site of elbow' );
10148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '832.2', '', 'Nursemaid''s elbow' );
10149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.00', '', 'Closed dislocation of wrist unspecified part' );
10150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.01', '', 'Closed dislocation of radioulnar (joint) distal' );
10151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.02', '', 'Closed dislocation of radiocarpal (joint)' );
10152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.03', '', 'Closed dislocation of midcarpal (joint)' );
10153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.04', '', 'Closed dislocation of carpometacarpal (joint)' );
10154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.05', '', 'Closed dislocation of metacarpal (bone) proximal end' );
10155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.09', '', 'Closed dislocation of other part of wrist' );
10156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.10', '', 'Open dislocation of wrist unspecified part' );
10157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.11', '', 'Open dislocation of radioulnar (joint) distal' );
10158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.12', '', 'Open dislocation of radiocarpal (joint)' );
10159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.13', '', 'Open dislocation of midcarpal (joint)' );
10160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.14', '', 'Open dislocation of carpometacarpal (joint)' );
10161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.15', '', 'Open dislocation of metacarpal (bone) proximal end' );
10162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '833.19', '', 'Open dislocation of other part of wrist' );
10163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.00', '', 'Closed dislocation of finger unspecified part' );
10164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.01', '', 'Closed dislocation of metacarpophalangeal (joint)' );
10165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.02', '', 'Closed dislocation of interphalangeal (joint) hand' );
10166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.10', '', 'Open dislocation of finger unspecified part' );
10167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.11', '', 'Open dislocation of metacarpophalangeal (joint)' );
10168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '834.12', '', 'Open dislocation interphalangeal (joint) hand' );
10169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.00', '', 'Closed dislocation of hip unspecified site' );
10170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.01', '', 'Closed posterior dislocation of hip' );
10171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.02', '', 'Closed obturator dislocation of hip' );
10172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.03', '', 'Other closed anterior dislocation of hip' );
10173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.10', '', 'Open dislocation of hip unspecified site' );
10174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.11', '', 'Open posterior dislocation of hip' );
10175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.12', '', 'Open obturator dislocation of hip' );
10176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '835.13', '', 'Other open anterior dislocation of hip' );
10177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.0', '', 'Tear of medial cartilage or meniscus of knee current' );
10178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.1', '', 'Tear of lateral cartilage or meniscus of knee current' );
10179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.2', '', 'Other tear of cartilage or meniscus of knee current' );
10180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.3', '', 'Dislocation of patella closed' );
10181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.4', '', 'Dislocation of patella open' );
10182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.50', '', 'Closed dislocation of knee unspecified part' );
10183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.51', '', 'Anterior dislocation of tibia proximal end closed' );
10184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.52', '', 'Posterior dislocation of tibia proximal end closed' );
10185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.53', '', 'Medial dislocation of tibia proximal end closed' );
10186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.54', '', 'Lateral dislocation of tibia proximal end closed' );
10187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.59', '', 'Other dislocation of knee closed' );
10188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.60', '', 'Dislocation of knee unspecified part open' );
10189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.61', '', 'Anterior dislocation of tibia proximal end open' );
10190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.62', '', 'Posterior dislocation of tibia proximal end open' );
10191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.63', '', 'Medial dislocation of tibia proximal end open' );
10192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.64', '', 'Lateral dislocation of tibia proximal end open' );
10193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '836.69', '', 'Other dislocation of knee open' );
10194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '837.0', '', 'Closed dislocation of ankle' );
10195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '837.1', '', 'Open dislocation of ankle' );
10196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.00', '', 'Closed dislocation of foot unspecified part' );
10197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.01', '', 'Closed dislocation of tarsal (bone) joint unspecified' );
10198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.02', '', 'Closed dislocation of midtarsal (joint)' );
10199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.03', '', 'Closed dislocation of tarsometatarsal (joint)' );
10200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.04', '', 'Closed dislocation of metatarsal (bone) joint unspecified' );
10201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.05', '', 'Closed dislocation of metatarsophalangeal (joint)' );
10202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.06', '', 'Closed dislocation of interphalangeal (joint) foot' );
10203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.09', '', 'Closed dislocation of other part of foot' );
10204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.10', '', 'Open dislocation of foot unspecified part' );
10205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.11', '', 'Open dislocation of tarsal (bone) joint unspecified' );
10206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.12', '', 'Open dislocation of midtarsal (joint)' );
10207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.13', '', 'Open dislocation of tarsometatarsal (joint)' );
10208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.14', '', 'Open dislocation of metatarsal (bone) joint unspecified' );
10209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.15', '', 'Open dislocation of metatarsophalangeal (joint)' );
10210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.16', '', 'Open dislocation of interphalangeal (joint) foot' );
10211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '838.19', '', 'Open dislocation of other part of foot' );
10212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.00', '', 'Closed dislocation cervical vertebra unspecified' );
10213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.01', '', 'Closed dislocation first cervical vertebra' );
10214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.02', '', 'Closed dislocation second cervical vertebra' );
10215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.03', '', 'Closed dislocation third cervical vertebra' );
10216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.04', '', 'Closed dislocation fourth cervical vertebra' );
10217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.05', '', 'Closed dislocation fifth cervical vertebra' );
10218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.06', '', 'Closed dislocation sixth cervical vertebra' );
10219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.07', '', 'Closed dislocation seventh cervical vertebra' );
10220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.08', '', 'Closed dislocation multiple cervical vertebrae' );
10221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.10', '', 'Open dislocation cervical vertebra unspecified' );
10222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.11', '', 'Open dislocation first cervical vertebra' );
10223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.12', '', 'Open dislocation second cervical vertebra' );
10224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.13', '', 'Open dislocation third cervical vertebra' );
10225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.14', '', 'Open dislocation fourth cervical vertebra' );
10226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.15', '', 'Open dislocation fifth cervical vertebra' );
10227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.16', '', 'Open dislocation sixth cervical vertebra' );
10228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.17', '', 'Open dislocation seventh cervical vertebra' );
10229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.18', '', 'Open dislocation multiple cervical vertebrae' );
10230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.20', '', 'Closed dislocation lumbar vertebra' );
10231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.21', '', 'Closed dislocation thoracic vertebra' );
10232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.30', '', 'Open dislocation lumbar vertebra' );
10233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.31', '', 'Open dislocation thoracic vertebra' );
10234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.40', '', 'Closed dislocation vertebra unspecified site' );
10235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.41', '', 'Closed dislocation coccyx' );
10236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.42', '', 'Closed dislocation sacrum' );
10237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.49', '', 'Closed dislocation other vertebra' );
10238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.50', '', 'Open dislocation vertebra unspecified site' );
10239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.51', '', 'Open dislocation coccyx' );
10240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.52', '', 'Open dislocation sacrum' );
10241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.59', '', 'Open dislocation other vertebra' );
10242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.61', '', 'Closed dislocation sternum' );
10243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.69', '', 'Closed dislocation other location' );
10244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.71', '', 'Open dislocation sternum' );
10245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.79', '', 'Open dislocation other location' );
10246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.8', '', 'Closed dislocation multiple and ill-defined sites' );
10247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '839.9', '', 'Open dislocation multiple and ill-defined sites' );
10248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.0', '', 'Acromioclavicular (joint) (ligament) sprain' );
10249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.1', '', 'Coracoclavicular (ligament) sprain' );
10250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.2', '', 'Coracohumeral (ligament) sprain' );
10251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.3', '', 'Infraspinatus (muscle) (tendon) sprain' );
10252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.4', '', 'Rotator cuff (capsule) sprain' );
10253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.5', '', 'Subscapularis (muscle) sprain' );
10254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.6', '', 'Supraspinatus (muscle) (tendon) sprain' );
10255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.7', '', 'Superior glenoid labrum lesion' );
10256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.8', '', 'Sprain of other specified sites of shoulder and upper arm' );
10257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '840.9', '', 'Sprain of unspecified site of shoulder and upper arm' );
10258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.0', '', 'Radial collateral ligament sprain' );
10259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.1', '', 'Ulnar collateral ligament sprain' );
10260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.2', '', 'Radiohumeral (joint) sprain' );
10261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.3', '', 'Ulnohumeral (joint) sprain' );
10262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.8', '', 'Sprain of other specified sites of elbow and forearm' );
10263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '841.9', '', 'Sprain of unspecified site of elbow and forearm' );
10264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.00', '', 'Sprain of unspecified site of wrist' );
10265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.01', '', 'Sprain of carpal (joint) of wrist' );
10266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.02', '', 'Sprain of radiocarpal (joint) (ligament) of wrist' );
10267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.09', '', 'Other wrist sprain' );
10268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.10', '', 'Sprain of unspecified site of hand' );
10269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.11', '', 'Sprain of carpometacarpal (joint) of hand' );
10270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.12', '', 'Sprain of metacarpophalangeal (joint) of hand' );
10271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.13', '', 'Sprain of interphalangeal (joint) of hand' );
10272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '842.19', '', 'Other hand sprain' );
10273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '843.0', '', 'Iliofemoral (ligament) sprain' );
10274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '843.1', '', 'Ischiocapsular (ligament) sprain' );
10275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '843.8', '', 'Sprain of other specified sites of hip and thigh' );
10276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '843.9', '', 'Sprain of unspecified site of hip and thigh' );
10277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.0', '', 'Sprain of lateral collateral ligament of knee' );
10278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.1', '', 'Sprain of medial collateral ligament of knee' );
10279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.2', '', 'Sprain of cruciate ligament of knee' );
10280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.3', '', 'Sprain of tibiofibular (joint) (ligament) superior of knee' );
10281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.8', '', 'Sprain of other specified sites of knee and leg' );
10282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '844.9', '', 'Sprain of unspecified site of knee and leg' );
10283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.00', '', 'Unspecified site of ankle sprain' );
10284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.01', '', 'Deltoid (ligament) ankle sprain' );
10285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.02', '', 'Calcaneofibular (ligament) ankle sprain' );
10286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.03', '', 'Tibiofibular (ligament) sprain distal' );
10287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.09', '', 'Other ankle sprain' );
10288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.10', '', 'Unspecified site of foot sprain' );
10289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.11', '', 'Tarsometatarsal (joint) (ligament) sprain' );
10290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.12', '', 'Metatarsophalangeal (joint) sprain' );
10291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.13', '', 'Interphalangeal (joint) toe sprain' );
10292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '845.19', '', 'Other foot sprain' );
10293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.0', '', 'Lumbosacral (joint) (ligament) sprain' );
10294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.1', '', 'Sacroiliac (ligament) sprain' );
10295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.2', '', 'Sacrospinatus (ligament) sprain' );
10296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.3', '', 'Sacrotuberous (ligament) sprain' );
10297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.8', '', 'Other specified sites of sacroiliac region sprain' );
10298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '846.9', '', 'Unspecified site of sacroiliac region sprain' );
10299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.0', '', 'Neck sprain' );
10300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.1', '', 'Thoracic sprain' );
10301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.2', '', 'Lumbar sprain' );
10302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.3', '', 'Sprain of sacrum' );
10303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.4', '', 'Sprain of coccyx' );
10304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '847.9', '', 'Sprain of unspecified site of back' );
10305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.0', '', 'Sprain of septal cartilage of nose' );
10306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.1', '', 'Jaw sprain' );
10307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.2', '', 'Thyroid region sprain' );
10308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.3', '', 'Sprain of ribs' );
10309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.40', '', 'Sternum sprain unspecified part' );
10310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.41', '', 'Sternoclavicular (joint) (ligament) sprain' );
10311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.42', '', 'Chondrosternal (joint) sprain' );
10312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.49', '', 'Other sprain of sternum' );
10313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.5', '', 'Pelvic sprain' );
10314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.8', '', 'Other specified sites of sprains and strains' );
10315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '848.9', '', 'Unspecified site of sprain and strain' );
10316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.0', '', 'Concussion with no loss of consciousness' );
10317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.11', '', 'Concussion with loss of consciousness of 30 minutes or less' );
10318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.12', '', 'Concussion with loss of consciousness from 31 to 59 minutes' );
10319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.2', '', 'Concussion with moderate loss of consciousness' );
10320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.3', '', 'Concussion with prolonged loss of consciousness and return to pre-existing conscious level' );
10321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.4', '', 'Concussion with prolonged loss of consciousness without return to pre-existing conscious level' );
10322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.5', '', 'Concussion with loss of consciousness of unspecified duration' );
10323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '850.9', '', 'Concussion unspecified' );
10324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.00', '', 'Cortex (cerebral) contusion without open intracranial wound state of consciousness unspecified' );
10325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.01', '', 'Cortex (cerebral) contusion without open intracranial wound with no loss of consciousness' );
10326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.02', '', 'Cortex (cerebral) contusion without open intracranial wound with brief (less than one hour) loss of consciousness' );
10327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.03', '', 'Cortex (cerebral) contusion without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.04', '', 'Cortex (cerebral) contusion without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.05', '', 'Cortex (cerebral) contusion without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.06', '', 'Cortex (cerebral) contusion without open intracranial wound with loss of consciousness of unspecified duration' );
10331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.09', '', 'Cortex (cerebral) contusion without open intracranial wound with concussion unspecified' );
10332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.10', '', 'Cortex (cerebral) contusion with open intracranial wound without specific state of consciousness' );
10333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.11', '', 'Cortex (cerebral) contusion with open intracranial wound with no loss of consciousness' );
10334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.12', '', 'Cortex (cerebral) contusion with open intracranial wound with brief (less than one hour) loss of consciousness' );
10335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.13', '', 'Cortex (cerebral) contusion with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.14', '', 'Cortex (cerebral) contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.15', '', 'Cortex (cerebral) contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.16', '', 'Cortex (cerebral) contusion with open intracranial wound with loss of consciousness of unspecified duration' );
10339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.19', '', 'Cortex (cerebral) contusion with open intracranial wound with concussion unspecified' );
10340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.20', '', 'Cortex (cerebral) laceration without open intracranial wound with state of consciousness unspecified' );
10341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.21', '', 'Cortex (cerebral) laceration without open intracranial wound with no loss of consciousness' );
10342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.22', '', 'Cortex (cerebral) laceration without open intracranial wound with brief (less than one hour) loss of consciousness' );
10343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.23', '', 'Cortex (cerebral) laceration without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.24', '', 'Cortex (cerebral) laceration without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.25', '', 'Cortex (cerebral) laceration without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.26', '', 'Cortex (cerebral) laceration without open intracranial wound with loss of consciousness of unspecified duration' );
10347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.29', '', 'Cortex (cerebral) laceration without open intracranial wound with concussion unspecified' );
10348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.30', '', 'Cortex (cerebral) laceration with open intracranial wound with state of consciousness unspecified' );
10349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.31', '', 'Cortex (cerebral) laceration with open intracranial wound with no loss of consciousness' );
10350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.32', '', 'Cortex (cerebral) laceration with open intracranial wound with brief (less than one hour) loss of consciousness' );
10351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.33', '', 'Cortex (cerebral) laceration with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.34', '', 'Cortex (cerebral) laceration with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.35', '', 'Cortex (cerebral) laceration with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.36', '', 'Cortex (cerebral) laceration with open intracranial wound with loss of consciousness of unspecified duration' );
10355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.39', '', 'Cortex (cerebral) laceration with open intracranial wound with concussion unspecified' );
10356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.40', '', 'Cerebellar or brain stem contusion without open intracranial wound with state of consciousness unspecified' );
10357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.41', '', 'Cerebellar or brain stem contusion without open intracranial wound with no loss of consciousness' );
10358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.42', '', 'Cerebellar or brain stem contusion without open intracranial wound with brief (less than one hour) loss of consciousness' );
10359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.43', '', 'Cerebellar or brain stem contusion without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.44', '', 'Cerebellar or brain stem contusion without open intracranial wound with prolonged (more than 24 hours) loss consciousness and return to pre-existing conscious level' );
10361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.45', '', 'Cerebellar or brain stem contusion without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.46', '', 'Cerebellar or brain stem contusion without open intracranial wound with loss of consciousness of unspecified duration' );
10363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.49', '', 'Cerebellar or brain stem contusion without open intracranial wound with concussion unspecified' );
10364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.50', '', 'Cerebellar or brain stem contusion with open intracranial wound with state of consciousness unspecified' );
10365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.51', '', 'Cerebellar or brain stem contusion with open intracranial wound with no loss of consciousness' );
10366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.52', '', 'Cerebellar or brain stem contusion with open intracranial wound with brief (less than one hour) loss of consciousness' );
10367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.53', '', 'Cerebellar or brain stem contusion with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.54', '', 'Cerebellar or brain stem contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.55', '', 'Cerebellar or brain stem contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.56', '', 'Cerebellar or brain stem contusion with open intracranial wound with loss of consciousness of unspecified duration' );
10371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.59', '', 'Cerebellar or brain stem contusion with open intracranial wound with concussion unspecified' );
10372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.60', '', 'Cerebellar or brain stem laceration without open intracranial wound with state of consciousness unspecified' );
10373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.61', '', 'Cerebellar or brain stem laceration without open intracranial wound with no loss of consciousness' );
10374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.62', '', 'Cerebellar or brain stem laceration without open intracranial wound with brief (less than 1 hour) loss of consciousness' );
10375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.63', '', 'Cerebellar or brain stem laceration without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.64', '', 'Cerebellar or brain stem laceration without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.65', '', 'Cerebellar or brain stem laceration without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.66', '', 'Cerebellar or brain stem laceration without open intracranial wound with loss of consciousness of unspecified duration' );
10379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.69', '', 'Cerebellar or brain stem laceration without open intracranial wound with concussion unspecified' );
10380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.70', '', 'Cerebellar or brain stem laceration with open intracranial wound with state of consciousness unspecified' );
10381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.71', '', 'Cerebellar or brain stem laceration with open intracranial wound with no loss of consciousness' );
10382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.72', '', 'Cerebellar or brain stem laceration with open intracranial wound with brief (less than one hour) loss of consciousness' );
10383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.73', '', 'Cerebellar or brain stem laceration with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.74', '', 'Cerebellar or brain stem laceration with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.75', '', 'Cerebellar or brain stem laceration with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.76', '', 'Cerebellar or brain stem laceration with open intracranial wound with loss of consciousness of unspecified duration' );
10387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.79', '', 'Cerebellar or brain stem laceration with open intracranial wound with concussion unspecified' );
10388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.80', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with state of consciousness unspecified' );
10389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.81', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with no loss of consciousness' );
10390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.82', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with brief (less than one hour) loss of consciousness' );
10391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.83', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.84', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre- existing conscious level' );
10393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.85', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.86', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with loss of consciousness of unspecified duration' );
10395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.89', '', 'Other and unspecified cerebral laceration and contusion without open intracranial wound with concussion unspecified' );
10396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.90', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with state of consciousness unspecified' );
10397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.91', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with no loss of consciousness' );
10398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.92', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with brief (less than one hour) loss of consciousness' );
10399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.93', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.94', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.95', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.96', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with loss of consciousness of unspecified duration' );
10403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '851.99', '', 'Other and unspecified cerebral laceration and contusion with open intracranial wound with concussion unspecified' );
10404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.00', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with state of consciousness unspecified' );
10405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.01', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with no loss of consciousness' );
10406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.02', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with brief (less than one hour) loss of consciousness' );
10407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.03', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.04', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.05', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.06', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with loss of consciousness of unspecified duration' );
10411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.09', '', 'Subarachnoid hemorrhage following injury without open intracranial wound with concussion unspecified' );
10412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.10', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with state of consciousness unspecified' );
10413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.11', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with no loss of consciousness' );
10414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.12', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with brief (less than one hour) loss of consciousness' );
10415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.13', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.14', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.15', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.16', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with loss of consciousness of unspecified duration' );
10419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.19', '', 'Subarachnoid hemorrhage following injury with open intracranial wound with concussion unspecified' );
10420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.20', '', 'Subdural hemorrhage following injury without open intracranial wound with state of consciousness unspecified' );
10421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.21', '', 'Subdural hemorrhage following injury without open intracranial wound with no loss of consciousness' );
10422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.22', '', 'Subdural hemorrhage following injury without open intracranial wound with brief (less than one hour) loss of consciousness' );
10423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.23', '', 'Subdural hemorrhage following injury without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.24', '', 'Subdural hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.25', '', 'Subdural hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.26', '', 'Subdural hemorrhage following injury without open intracranial wound with loss of consciousness of unspecified duration' );
10427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.29', '', 'Subdural hemorrhage following injury without open intracranial wound with concussion unspecified' );
10428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.30', '', 'Subdural hemorrhage following injury with open intracranial wound with state of consciousness unspecified' );
10429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.31', '', 'Subdural hemorrhage following injury with open intracranial wound with no loss of consciousness' );
10430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.32', '', 'Subdural hemorrhage following injury with open intracranial wound with brief (less than one hour) loss of consciousness' );
10431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.33', '', 'Subdural hemorrhage following injury with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.34', '', 'Subdural hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.35', '', 'Subdural hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.36', '', 'Subdural hemorrhage following injury with open intracranial wound with loss of consciousness of unspecified duration' );
10435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.39', '', 'Subdural hemorrhage following injury with open intracranial wound with concussion unspecified' );
10436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.40', '', 'Extradural hemorrhage following injury without open intracranial wound with state of consciousness unspecified' );
10437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.41', '', 'Extradural hemorrhage following injury without open intracranial wound with no loss of consciousness' );
10438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.42', '', 'Extradural hemorrhage following injury without open intracranial wound with brief (less than 1 hour) loss of consciousness' );
10439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.43', '', 'Extradural hemorrhage following injury without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.44', '', 'Extradural hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.45', '', 'Extradural hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.46', '', 'Extradural hemorrhage following injury without open intracranial wound with loss of consciousness of unspecified duration' );
10443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.49', '', 'Extradural hemorrhage following injury without open intracranial wound with concussion unspecified' );
10444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.50', '', 'Extradural hemorrhage following injury with open intracranial wound with state of consciousness unspecified' );
10445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.51', '', 'Extradural hemorrhage following injury with open intracranial wound with no loss of consciousness' );
10446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.52', '', 'Extradural hemorrhage following injury with open intracranial wound with brief (less than one hour) loss of consciousness' );
10447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.53', '', 'Extradural hemorrhage following injury with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.54', '', 'Extradural hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.55', '', 'Extradural hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.56', '', 'Extradural hemorrhage following injury with open intracranial wound with loss of consciousness of unspecified duration' );
10451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '852.59', '', 'Extradural hemorrhage following injury with open intracranial wound with concussion unspecified' );
10452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.00', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with state of consciousness unspecified' );
10453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.01', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with no loss of consciousness' );
10454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.02', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with brief (less than one hour) loss of consciousness' );
10455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.03', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.04', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre- existing conscious level' );
10457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.05', '', 'Other and unspecified intracranial hemorrhage following injury. without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.06', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with loss of consciousness of unspecified duration' );
10459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.09', '', 'Other and unspecified intracranial hemorrhage following injury without open intracranial wound with concussion unspecified' );
10460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.10', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with state of consciousness unspecified' );
10461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.11', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with no loss of consciousness' );
10462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.12', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with brief (less than one hour) loss of consciousness' );
10463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.13', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.14', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with prolonged( more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.15', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.16', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with loss of consciousness of unspecified duration' );
10467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '853.19', '', 'Other and unspecified intracranial hemorrhage following injury with open intracranial wound with concussion unspecified' );
10468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.00', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with state of consciousness unspecified' );
10469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.01', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with no loss of consciousness' );
10470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.02', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with brief (less than one hour) loss of consciousness' );
10471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.03', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.04', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.05', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.06', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with loss of consciousness of unspecified duration' );
10475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.09', '', 'Intracranial injury of other and unspecified nature without open intracranial wound with concussion unspecified' );
10476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.10', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with state of consciousness unspecified' );
10477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.11', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with no loss of consciousness' );
10478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.12', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with brief (less than one hour) loss of consciousness' );
10479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.13', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with moderate (1-24 hours) loss of consciousness' );
10480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.14', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with prolonged (more than 24 hours) loss of consciousness and return to pre-existing conscious level' );
10481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.15', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with prolonged (more than 24 hours) loss of consciousness without return to pre-existing conscious level' );
10482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.16', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with loss of consciousness of unspecified duration' );
10483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '854.19', '', 'Intracranial injury of other and unspecified nature with open intracranial wound with concussion unspecified' );
10484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.0', '', 'Traumatic pneumothorax without open wound into thorax' );
10485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.1', '', 'Traumatic pneumothorax with open wound into thorax' );
10486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.2', '', 'Traumatic hemothorax without open wound into thorax' );
10487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.3', '', 'Traumatic hemothorax with open wound into thorax' );
10488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.4', '', 'Traumatic pneumohemothorax without open wound into thorax' );
10489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '860.5', '', 'Traumatic pneumohemothorax with open wound into thorax' );
10490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.00', '', 'Unspecified injury of heart without open wound into thorax' );
10491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.01', '', 'Contusion of heart without open wound into thorax' );
10492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.02', '', 'Laceration of heart without penetration of heart chambers or open wound into thorax' );
10493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.03', '', 'Laceration of heart with penetration of heart chambers without open wound into thorax' );
10494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.10', '', 'Unspecified injury of heart with open wound into thorax' );
10495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.11', '', 'Contusion of heart with open wound into thorax' );
10496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.12', '', 'Laceration of heart without penetration of heart chambers with open wound into thorax' );
10497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.13', '', 'Laceration of heart with penetration of heart chambers and open wound into thorax' );
10498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.20', '', 'Unspecified injury of lung without open wound into thorax' );
10499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.21', '', 'Contusion of lung without open wound into thorax' );
10500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.22', '', 'Laceration of lung without open wound into thorax' );
10501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.30', '', 'Unspecified injury of lung with open wound into thorax' );
10502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.31', '', 'Contusion of lung with open wound into thorax' );
10503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '861.32', '', 'Laceration of lung with open wound into thorax' );
10504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.0', '', 'Injury to diaphragm without open wound into cavity' );
10505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.1', '', 'Injury to diaphragm with open wound into cavity' );
10506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.21', '', 'Injury to bronchus without open wound into cavity' );
10507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.22', '', 'Injury to esophagus without open wound into cavity' );
10508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.29', '', 'Injury to other specified intrathoracic organs without open wound into cavity' );
10509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.31', '', 'Injury to bronchus with open wound into cavity' );
10510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.32', '', 'Injury to esophagus with open wound into cavity' );
10511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.39', '', 'Injury to other specified intrathoracic organs with open wound into cavity' );
10512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.8', '', 'Injury to multiple and unspecified intrathoracic organs without open wound into cavity' );
10513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '862.9', '', 'Injury to multiple and unspecified intrathoracic organs with open wound into cavity' );
10514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.0', '', 'Injury to stomach without open wound into cavity' );
10515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.1', '', 'Injury to stomach with open wound into cavity' );
10516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.20', '', 'Injury to small intestine unspecified site without open wound into cavity' );
10517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.21', '', 'Injury to duodenum without open wound into cavity' );
10518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.29', '', 'Other injury to small intestine without open wound into cavity' );
10519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.30', '', 'Injury to small intestine unspecified site with open wound into cavity' );
10520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.31', '', 'Injury to duodenum with open wound into cavity' );
10521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.39', '', 'Other injury to small intestine with open wound into cavity' );
10522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.40', '', 'Injury to colon unspecified site without open wound into cavity' );
10523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.41', '', 'Injury to ascending (right) colon without open wound into cavity' );
10524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.42', '', 'Injury to transverse colon without open wound into cavity' );
10525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.43', '', 'Injury to descending (left) colon without open wound into cavity' );
10526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.44', '', 'Injury to sigmoid colon without open wound into cavity' );
10527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.45', '', 'Injury to rectum without open wound into cavity' );
10528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.46', '', 'Injury to multiple sites in colon and rectum without open wound into cavity' );
10529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.49', '', 'Other injury to colon and rectum without open wound into cavity' );
10530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.50', '', 'Injury to colon unspecified site with open wound into cavity' );
10531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.51', '', 'Injury to ascending (right) colon with open wound into cavity' );
10532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.52', '', 'Injury to transverse colon with open wound into cavity' );
10533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.53', '', 'Injury to descending (left) colon with open wound into cavity' );
10534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.54', '', 'Injury to sigmoid colon with open wound into cavity' );
10535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.55', '', 'Injury to rectum with open wound into cavity' );
10536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.56', '', 'Injury to multiple sites in colon and rectum with open wound into cavity' );
10537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.59', '', 'Other injury to colon and rectum with open wound into cavity' );
10538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.80', '', 'Injury to gastrointestinal tract unspecified site without open wound into cavity' );
10539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.81', '', 'Injury to pancreas head without open wound into cavity' );
10540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.82', '', 'Injury to pancreas body without open wound into cavity' );
10541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.83', '', 'Injury to pancreas tail without open wound into cavity' );
10542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.84', '', 'Injury to pancreas multiple and unspecified sites without open wound into cavity' );
10543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.85', '', 'Injury to appendix without open wound into cavity' );
10544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.89', '', 'Injury to other and unspecified gastrointestinal sites without open wound into cavity' );
10545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.90', '', 'Injury to gastrointestinal tract unspecified site with open wound into cavity' );
10546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.91', '', 'Injury to pancreas head with open wound into cavity' );
10547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.92', '', 'Injury to pancreas body with open wound into cavity' );
10548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.93', '', 'Injury to pancreas tail with open wound into cavity' );
10549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.94', '', 'Injury to pancreas multiple and unspecified sites with open wound into cavity' );
10550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.95', '', 'Injury to appendix with open wound into cavity' );
10551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '863.99', '', 'Injury to other and unspecified gastrointestinal sites with open wound into cavity' );
10552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.00', '', 'Unspecified injury to liver without open wound into cavity' );
10553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.01', '', 'Hematoma and contusion of liver without open wound into cavity' );
10554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.02', '', 'Laceration of liver minor without open wound into cavity' );
10555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.03', '', 'Laceration of liver moderate without open wound into cavity' );
10556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.04', '', 'Laceration of liver major without open wound into cavity' );
10557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.05', '', 'Laceration of liver unspecified without open wound into cavity' );
10558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.09', '', 'Other injury to liver without open wound into cavity' );
10559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.10', '', 'Unspecified injury to liver with open wound into cavity' );
10560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.11', '', 'Hematoma and contusion of liver with open wound into cavity' );
10561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.12', '', 'Laceration of liver minor with open wound into cavity' );
10562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.13', '', 'Laceration of liver moderate with open wound into cavity' );
10563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.14', '', 'Laceration of liver major with open wound into cavity' );
10564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.15', '', 'Laceration of liver unspecified with open wound into cavity' );
10565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '864.19', '', 'Other injury to liver with open wound into cavity' );
10566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.00', '', 'Unspecified injury to spleen without open wound into cavity' );
10567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.01', '', 'Hematoma of spleen without rupture of capsule without open wound into cavity' );
10568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.02', '', 'Capsular tears to spleen without major disruption of parenchyma without open wound into cavity' );
10569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.03', '', 'Laceration of spleen extending into parenchyma without open wound into cavity' );
10570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.04', '', 'Massive parenchymal disruption of spleen without open wound into cavity' );
10571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.09', '', 'Other injury into spleen without open wound into cavity' );
10572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.10', '', 'Unspecified injury to spleen with open wound into cavity' );
10573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.11', '', 'Hematoma of spleen without rupture of capsule with open wound into cavity' );
10574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.12', '', 'Capsular tears to spleen without major disruption of parenchyma with open wound into cavity' );
10575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.13', '', 'Laceration of spleen extending into parenchyma with open wound into cavity' );
10576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.14', '', 'Massive parenchyma disruption of spleen with open wound into cavity' );
10577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '865.19', '', 'Other injury to spleen with open wound into cavity' );
10578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.00', '', 'Unspecified injury to kidney without open wound into cavity' );
10579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.01', '', 'Hematoma of kidney without rupture of capsule without open wound into cavity' );
10580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.02', '', 'Laceration of kidney without open wound into cavity' );
10581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.03', '', 'Complete disruption of kidney parenchyma without open wound into cavity' );
10582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.10', '', 'Unspecified injury to kidney with open wound into cavity' );
10583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.11', '', 'Hematoma of kidney without rupture of capsule with open wound into cavity' );
10584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.12', '', 'Laceration of kidney with open wound into cavity' );
10585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '866.13', '', 'Complete disruption of kidney parenchyma with open wound into cavity' );
10586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.0', '', 'Injury to bladder and urethra without open wound into cavity' );
10587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.1', '', 'Injury to bladder and urethra with open wound into cavity' );
10588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.2', '', 'Injury to ureter without open wound into cavity' );
10589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.3', '', 'Injury to ureter with open wound into cavity' );
10590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.4', '', 'Injury to uterus without open wound into cavity' );
10591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.5', '', 'Injury to uterus with open wound into cavity' );
10592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.6', '', 'Injury to other specified pelvic organs without open wound into cavity' );
10593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.7', '', 'Injury to other specified pelvic organs with open wound into cavity' );
10594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.8', '', 'Injury to unspecified pelvic organ without open wound into cavity' );
10595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '867.9', '', 'Injury to unspecified pelvic organ with open wound into cavity' );
10596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.00', '', 'Injury to unspecified intra-abdominal organ without open wound into cavity' );
10597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.01', '', 'Injury to adrenal gland without open wound into cavity' );
10598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.02', '', 'Injury to bile duct and gallbladder without open wound into cavity' );
10599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.03', '', 'Injury to peritoneum without open wound into cavity' );
10600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.04', '', 'Injury to retroperitoneum without open wound into cavity' );
10601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.09', '', 'Injury to other and multiple intra-abdominal organs without open wound into cavity' );
10602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.10', '', 'Injury to unspecified intra-abdominal organ with open wound into cavity' );
10603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.11', '', 'Injury to adrenal gland with open wound into cavity' );
10604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.12', '', 'Injury to bile duct and gallbladder with open wound into cavity' );
10605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.13', '', 'Injury to peritoneum with open wound into cavity' );
10606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.14', '', 'Injury to retroperitoneum with open wound into cavity' );
10607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '868.19', '', 'Injury to other and multiple intra-abdominal organs with open wound into cavity' );
10608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '869.0', '', 'Internal injury to unspecified or ill-defined organs without open wound into cavity' );
10609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '869.1', '', 'Internal injury to unspecified or ill-defined organs with open wound into cavity' );
10610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.0', '', 'Laceration of skin of eyelid and periocular area' );
10611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.1', '', 'Laceration of eyelid full-thickness not involving lacrimal passages' );
10612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.2', '', 'Laceration of eyelid involving lacrimal passages' );
10613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.3', '', 'Penetrating wound of orbit without foreign body' );
10614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.4', '', 'Penetrating wound of orbit with foreign body' );
10615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.8', '', 'Other specified open wounds of ocular adnexa' );
10616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '870.9', '', 'Unspecified open wound of ocular adnexa' );
10617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.0', '', 'Ocular laceration without prolapse of intraocular tissue' );
10618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.1', '', 'Ocular laceration with prolapse or exposure of intraocular tissue' );
10619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.2', '', 'Rupture of eye with partial loss of intraocular tissue' );
10620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.3', '', 'Avulsion of eye' );
10621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.4', '', 'Unspecified laceration of eye' );
10622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.5', '', 'Penetration of eyeball with magnetic foreign body' );
10623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.6', '', 'Penetration of eyeball with (nonmagnetic) foreign body' );
10624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.7', '', 'Unspecified ocular penetration' );
10625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '871.9', '', 'Unspecified open wound of eyeball' );
10626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.00', '', 'Open wound of external ear unspecified site uncomplicated' );
10627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.01', '', 'Open wound of auricle uncomplicated' );
10628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.02', '', 'Open wound of auditory canal uncomplicated' );
10629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.10', '', 'Open wound of external ear unspecified site complicated' );
10630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.11', '', 'Open wound of auricle complicated' );
10631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.12', '', 'Open wound of auditory canal complicated' );
10632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.61', '', 'Open wound of ear drum uncomplicated' );
10633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.62', '', 'Open wound of ossicles uncomplicated' );
10634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.63', '', 'Open wound of eustachian tube uncomplicated' );
10635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.64', '', 'Open wound of cochlea uncomplicated' );
10636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.69', '', 'Open wound of other and multiple sites uncomplicated' );
10637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.71', '', 'Open wound of ear drum complicated' );
10638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.72', '', 'Open wound of ossicles complicated' );
10639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.73', '', 'Open wound of eustachian tube complicated' );
10640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.74', '', 'Open wound of cochlea complicated' );
10641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.79', '', 'Open wound of other and multiple sites complicated' );
10642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.8', '', 'Open wound of ear part unspecified without complication' );
10643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '872.9', '', 'Open wound of ear part unspecified complicated' );
10644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.0', '', 'Open wound of scalp without complication' );
10645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.1', '', 'Open wound of scalp complicated' );
10646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.20', '', 'Open wound of nose unspecified site uncomplicated' );
10647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.21', '', 'Open wound of nasal septum uncomplicated' );
10648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.22', '', 'Open wound of nasal cavity uncomplicated' );
10649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.23', '', 'Open wound of nasal sinus uncomplicated' );
10650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.29', '', 'Open wound of multiple sites uncomplicated' );
10651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.30', '', 'Open wound of nose unspecified site complicated' );
10652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.31', '', 'Open wound of nasal septum complicated' );
10653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.32', '', 'Open wound of nasal cavity complicated' );
10654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.33', '', 'Open wound of nasal sinus complicated' );
10655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.39', '', 'Open wound of multiple sites complicated' );
10656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.40', '', 'Open wound of face unspecified site uncomplicated' );
10657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.41', '', 'Open wound of cheek uncomplicated' );
10658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.42', '', 'Open wound of forehead uncomplicated' );
10659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.43', '', 'Open wound of lip uncomplicated' );
10660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.44', '', 'Open wound of jaw uncomplicated' );
10661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.49', '', 'Open wound of other and multiple sites uncomplicated' );
10662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.50', '', 'Open wound of face unspecified site complicated' );
10663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.51', '', 'Open wound of cheek complicated' );
10664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.52', '', 'Open wound of forehead complicated' );
10665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.53', '', 'Open wound of lip complicated' );
10666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.54', '', 'Open wound of jaw complicated' );
10667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.59', '', 'Open wound of other and multiple sites complicated' );
10668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.60', '', 'Open wound of mouth unspecified site uncomplicated' );
10669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.61', '', 'Open wound of buccal mucosa uncomplicated' );
10670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.62', '', 'Open wound of gum (alveolar process) uncomplicated' );
10671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.63', '', 'Open wound of tooth (broken) uncomplicated' );
10672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.64', '', 'Open wound of tongue and floor of mouth uncomplicated' );
10673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.65', '', 'Open wound of palate uncomplicated' );
10674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.69', '', 'Open wound of other and multiple sites uncomplicated' );
10675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.70', '', 'Open wound of mouth unspecified site complicated' );
10676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.71', '', 'Open wound of buccal mucosa complicated' );
10677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.72', '', 'Open wound of gum (alveolar process) complicated' );
10678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.73', '', 'Open wound of tooth (broken) complicated' );
10679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.74', '', 'Open wound of tongue and floor of mouth complicated' );
10680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.75', '', 'Open wound of palate complicated' );
10681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.79', '', 'Open wound of other and multiple sites complicated' );
10682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.8', '', 'Other and unspecified open wound of head without complication' );
10683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '873.9', '', 'Other and unspecified open wound of head complicated' );
10684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.00', '', 'Open wound of larynx with trachea uncomplicated' );
10685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.01', '', 'Open wound of larynx uncomplicated' );
10686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.02', '', 'Open wound of trachea uncomplicated' );
10687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.10', '', 'Open wound of larynx with trachea complicated' );
10688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.11', '', 'Open wound of larynx complicated' );
10689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.12', '', 'Open wound of trachea complicated' );
10690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.2', '', 'Open wound of thyroid gland without complication' );
10691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.3', '', 'Open wound of thyroid gland complicated' );
10692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.4', '', 'Open wound of pharynx without complication' );
10693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.5', '', 'Open wound of pharynx complicated' );
10694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.8', '', 'Open wound of other and unspecified parts of neck without complication' );
10695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '874.9', '', 'Open wound of other and unspecified parts of neck complicated' );
10696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '875.0', '', 'Open wound of chest (wall) without complication' );
10697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '875.1', '', 'Open wound of chest (wall) complicated' );
10698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '876.0', '', 'Open wound of back without complication' );
10699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '876.1', '', 'Open wound of back complicated' );
10700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '877.0', '', 'Open wound of buttock without complication' );
10701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '877.1', '', 'Open wound of buttock complicated' );
10702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.0', '', 'Open wound of penis without complication' );
10703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.1', '', 'Open wound of penis complicated' );
10704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.2', '', 'Open wound of scrotum and testes without complication' );
10705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.3', '', 'Open wound of scrotum and testes complicated' );
10706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.4', '', 'Open wound of vulva without complication' );
10707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.5', '', 'Open wound of vulva complicated' );
10708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.6', '', 'Open wound of vagina without complication' );
10709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.7', '', 'Open wound of vagina complicated' );
10710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.8', '', 'Open wound of other and unspecified parts of genital organs without complication' );
10711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '878.9', '', 'Open wound of other and unspecified parts of genital organs complicated' );
10712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.0', '', 'Open wound of breast without complication' );
10713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.1', '', 'Open wound of breast complicated' );
10714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.2', '', 'Open wound of abdominal wall anterior without complication' );
10715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.3', '', 'Open wound of abdominal wall anterior complicated' );
10716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.4', '', 'Open wound of abdominal wall lateral without complication' );
10717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.5', '', 'Open wound of abdominal wall lateral complicated' );
10718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.6', '', 'Open wound of other and unspecified parts of trunk without complication' );
10719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.7', '', 'Open wound of other and unspecified parts of trunk complicated' );
10720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.8', '', 'Open wound(s) (multiple) of unspecified site(s) without complication' );
10721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '879.9', '', 'Open wound(s) (multiple) of unspecified site(s) complicated' );
10722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.00', '', 'Open wound of shoulder region without complication' );
10723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.01', '', 'Open wound of scapular region without complication' );
10724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.02', '', 'Open wound of axillary region without complication' );
10725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.03', '', 'Open wound of upper arm without complication' );
10726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.09', '', 'Open wound of multiple sites of shoulder and upper arm without complication' );
10727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.10', '', 'Open wound of shoulder region complicated' );
10728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.11', '', 'Open wound of scapular region complicated' );
10729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.12', '', 'Open wound of axillary region complicated' );
10730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.13', '', 'Open wound of upper arm complicated' );
10731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.19', '', 'Open wound of multiple sites of shoulder and upper arm complicated' );
10732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.20', '', 'Open wound of shoulder region with tendon involvement' );
10733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.21', '', 'Open wound of scapular region with tendon involvement' );
10734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.22', '', 'Open wound of axillary region with tendon involvement' );
10735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.23', '', 'Open wound of upper arm with tendon involvement' );
10736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '880.29', '', 'Open wound of multiple sites of shoulder and upper arm with tendon involvement' );
10737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.00', '', 'Open wound of forearm without complication' );
10738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.01', '', 'Open wound of elbow without complication' );
10739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.02', '', 'Open wound of wrist without complication' );
10740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.10', '', 'Open wound of forearm complicated' );
10741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.11', '', 'Open wound of elbow complicated' );
10742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.12', '', 'Open wound of wrist complicated' );
10743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.20', '', 'Open wound of forearm with tendon involvement' );
10744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.21', '', 'Open wound of elbow with tendon involvement' );
10745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '881.22', '', 'Open wound of wrist with tendon involvement' );
10746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '882.0', '', 'Open wound of hand except fingers alone without complication' );
10747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '882.1', '', 'Open wound of hand except fingers alone complicated' );
10748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '882.2', '', 'Open wound of hand except fingers alone with tendon involvement' );
10749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '883.0', '', 'Open wound of fingers without complication' );
10750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '883.1', '', 'Open wound of fingers complicated' );
10751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '883.2', '', 'Open wound of fingers with tendon involvement' );
10752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '884.0', '', 'Multiple and unspecified open wound of upper limb without complication' );
10753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '884.1', '', 'Multiple and unspecified open wound of upper limb complicated' );
10754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '884.2', '', 'Multiple and unspecified open wound of upper limb with tendon involvement' );
10755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '885.0', '', 'Traumatic amputation of thumb (complete)(partial) without complication' );
10756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '885.1', '', 'Traumatic amputation of thumb (complete)(partial) complicated' );
10757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '886.0', '', 'Traumatic amputation of other finger(s) (complete) (partial) without complication' );
10758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '886.1', '', 'Traumatic amputation of other finger(s) (complete) (partial) complicated' );
10759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.0', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral below elbow without complication' );
10760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.1', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral below elbow complicated' );
10761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.2', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral at or above elbow without complication' );
10762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.3', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral at or above elbow complicated' );
10763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.4', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral level not specified without complication' );
10764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.5', '', 'Traumatic amputation of arm and hand (complete) (partial) unilateral level not specified complicated' );
10765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.6', '', 'Traumatic amputation of arm and hand (complete) (partial) bilateral (any level) without complication' );
10766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '887.7', '', 'Traumatic amputation of arm and hand (complete) (partial) bilateral (any level) complicated' );
10767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '890.0', '', 'Open wound of hip and thigh without complication' );
10768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '890.1', '', 'Open wound of hip and thigh complicated' );
10769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '890.2', '', 'Open wound of hip and thigh with tendon involvement' );
10770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '891.0', '', 'Open wound of knee leg (except thigh) and ankle without complication' );
10771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '891.1', '', 'Open wound of knee leg (except thigh) and ankle complicated' );
10772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '891.2', '', 'Open wound of knee leg (except thigh) and ankle with tendon involvement' );
10773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '892.0', '', 'Open wound of foot except toe(s) alone without complication' );
10774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '892.1', '', 'Open wound of foot except toe(s) alone complicated' );
10775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '892.2', '', 'Open wound of foot except toe(s) alone with tendon involvement' );
10776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '893.0', '', 'Open wound of toe(s) without complication' );
10777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '893.1', '', 'Open wound of toe(s) complicated' );
10778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '893.2', '', 'Open wound of toe(s) with tendon involvement' );
10779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '894.0', '', 'Multiple and unspecified open wound of lower limb without complication' );
10780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '894.1', '', 'Multiple and unspecified open wound of lower limb complicated' );
10781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '894.2', '', 'Multiple and unspecified open wound of lower limb with tendon involvement' );
10782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '895.0', '', 'Traumatic amputation of toe(s) (complete) (partial) without complication' );
10783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '895.1', '', 'Traumatic amputation of toe(s) (complete) (partial) complicated' );
10784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '896.0', '', 'Traumatic amputation of foot (complete) (partial) unilateral without complication' );
10785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '896.1', '', 'Traumatic amputation of foot (complete) (partial) unilateral complicated' );
10786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '896.2', '', 'Traumatic amputation of foot (complete) (partial) bilateral without complication' );
10787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '896.3', '', 'Traumatic amputation of foot (complete) (partial) bilateral complicated' );
10788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.0', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral below knee without complication' );
10789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.1', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral below knee complicated' );
10790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.2', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral at or above knee without complication' );
10791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.3', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral at or above knee complicated' );
10792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.4', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral level not specified without complication' );
10793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.5', '', 'Traumatic amputation of leg(s) (complete) (partial) unilateral level not specified complicated' );
10794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.6', '', 'Traumatic amputation of leg(s) (complete) (partial) bilateral (any level) without complication' );
10795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '897.7', '', 'Traumatic amputation of leg(s) (complete) (partial) bilateral (any level) complicated' );
10796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.00', '', 'Injury to carotid artery unspecified' );
10797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.01', '', 'Injury to common carotid artery' );
10798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.02', '', 'Injury to external carotid artery' );
10799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.03', '', 'Injury to internal carotid artery' );
10800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.1', '', 'Injury to internal jugular vein' );
10801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.81', '', 'Injury to external jugular vein' );
10802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.82', '', 'Injury to multiple blood vessels of head and neck' );
10803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.89', '', 'Injury to other specified blood vessels of head and neck' );
10804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '900.9', '', 'Injury to unspecified blood vessel of head and neck' );
10805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.0', '', 'Injury to thoracic aorta' );
10806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.1', '', 'Injury to innominate and subclavian arteries' );
10807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.2', '', 'Injury to superior vena cava' );
10808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.3', '', 'Injury to innominate and subclavian veins' );
10809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.40', '', 'Injury to pulmonary vessel(s) unspecified' );
10810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.41', '', 'Injury to pulmonary artery' );
10811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.42', '', 'Injury to pulmonary vein' );
10812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.81', '', 'Injury to intercostal artery or vein' );
10813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.82', '', 'Injury to internal mammary artery or vein' );
10814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.83', '', 'Injury to multiple blood vessels of thorax' );
10815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.89', '', 'Injury to other specified blood vessels of thorax' );
10816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '901.9', '', 'Injury to unspecified blood vessel of thorax' );
10817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.0', '', 'Injury to abdominal aorta' );
10818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.10', '', 'Injury to inferior vena cava unspecified' );
10819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.11', '', 'Injury to hepatic veins' );
10820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.19', '', 'Injury to other specified branches of inferior vena cava' );
10821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.20', '', 'Injury to celiac and mesenteric arteries unspecified' );
10822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.21', '', 'Injury to gastric artery' );
10823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.22', '', 'Injury to hepatic artery' );
10824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.23', '', 'Injury to splenic artery' );
10825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.24', '', 'Injury to other specified branches of celiac axis' );
10826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.25', '', 'Injury to superior mesenteric artery (trunk)' );
10827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.26', '', 'Injury to primary branches of superior mesenteric artery' );
10828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.27', '', 'Injury to inferior mesenteric artery' );
10829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.29', '', 'Injury to other celiac and mesenteric arteries' );
10830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.31', '', 'Injury to superior mesenteric vein and primary subdivisions' );
10831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.32', '', 'Injury to inferior mesenteric vein' );
10832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.33', '', 'Injury to portal vein' );
10833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.34', '', 'Injury to splenic vein' );
10834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.39', '', 'Injury to other portal and splenic veins' );
10835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.40', '', 'Injury to renal vessel(s) unspecified' );
10836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.41', '', 'Injury to renal artery' );
10837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.42', '', 'Injury to renal vein' );
10838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.49', '', 'Injury to other renal blood vessels' );
10839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.50', '', 'Injury to iliac vessel(s) unspecified' );
10840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.51', '', 'Injury to hypogastric artery' );
10841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.52', '', 'Injury to hypogastric vein' );
10842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.53', '', 'Injury to iliac artery' );
10843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.54', '', 'Injury to iliac vein' );
10844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.55', '', 'Injury to uterine artery' );
10845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.56', '', 'Injury to uterine vein' );
10846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.59', '', 'Injury to other iliac blood vessels' );
10847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.81', '', 'Injury to ovarian artery' );
10848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.82', '', 'Injury to ovarian vein' );
10849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.87', '', 'Injury to multiple blood vessels of abdomen and pelvis' );
10850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.89', '', 'Injury to other specified blood vessels of abdomen and pelvis' );
10851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '902.9', '', 'Injury to unspecified blood vessel of abdomen and pelvis' );
10852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.00', '', 'Injury to axillary vessel(s) unspecified' );
10853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.01', '', 'Injury to axillary artery' );
10854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.02', '', 'Injury to axillary vein' );
10855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.1', '', 'Injury to brachial blood vessels' );
10856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.2', '', 'Injury to radial blood vessels' );
10857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.3', '', 'Injury to ulnar blood vessels' );
10858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.4', '', 'Injury to palmar artery' );
10859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.5', '', 'Injury to digital blood vessels' );
10860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.8', '', 'Injury to other specified blood vessels of upper extremity' );
10861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '903.9', '', 'Injury to unspecified blood vessel of upper extremity' );
10862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.0', '', 'Injury to common femoral artery' );
10863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.1', '', 'Injury to superficial femoral artery' );
10864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.2', '', 'Injury to femoral veins' );
10865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.3', '', 'Injury to saphenous veins' );
10866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.40', '', 'Injury to popliteal vessel(s) unspecified' );
10867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.41', '', 'Injury to popliteal artery' );
10868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.42', '', 'Injury to popliteal vein' );
10869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.50', '', 'Injury to tibial vessel(s) unspecified' );
10870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.51', '', 'Injury to anterior tibial artery' );
10871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.52', '', 'Injury to anterior tibial vein' );
10872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.53', '', 'Injury to posterior tibial artery' );
10873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.54', '', 'Injury to posterior tibial vein' );
10874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.6', '', 'Injury to deep plantar blood vessels' );
10875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.7', '', 'Injury to other specified blood vessels of lower extremity' );
10876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.8', '', 'Injury to unspecified blood vessel of lower extremity' );
10877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '904.9', '', 'Injury to blood vessels of unspecified site' );
10878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.0', '', 'Late effect of fracture of skull and face bones' );
10879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.1', '', 'Late effect of fracture of spine and trunk without spinal cord lesion' );
10880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.2', '', 'Late effect of fracture of upper extremities' );
10881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.3', '', 'Late effect of fracture of neck of femur' );
10882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.4', '', 'Late effect of fracture of lower extremities' );
10883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.5', '', 'Late effect of fracture of multiple and unspecified bones' );
10884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.6', '', 'Late effect of dislocation' );
10885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.7', '', 'Late effect of sprain and strain without tendon injury' );
10886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.8', '', 'Late effect of tendon injury' );
10887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '905.9', '', 'Late effect of traumatic amputation' );
10888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.0', '', 'Late effect of open wound of head neck and trunk' );
10889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.1', '', 'Late effect of open wound of extremities without tendon injury' );
10890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.2', '', 'Late effect of superficial injury' );
10891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.3', '', 'Late effect of contusion' );
10892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.4', '', 'Late effect of crushing' );
10893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.5', '', 'Late effect of burn of eye face head and neck' );
10894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.6', '', 'Late effect of burn of wrist and hand' );
10895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.7', '', 'Late effect of burn of other extremities' );
10896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.8', '', 'Late effect of burns of other specified sites' );
10897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '906.9', '', 'Late effect of burn of unspecified site' );
10898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.0', '', 'Late effect of intracranial injury without skull fracture' );
10899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.1', '', 'Late effect of injury to cranial nerve' );
10900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.2', '', 'Late effect of spinal cord injury' );
10901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.3', '', 'Late effect of injury to nerve root(s) spinal plexus(es) and other nerves of trunk' );
10902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.4', '', 'Late effect of injury to peripheral nerve of shoulder girdle and upper limb' );
10903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.5', '', 'Late effect of injury to peripheral nerve of pelvic girdle and lower limb' );
10904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '907.9', '', 'Late effect of injury to other and unspecified nerve' );
10905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.0', '', 'Late effect of internal injury to chest' );
10906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.1', '', 'Late effect of internal injury to intra-abdominal organs' );
10907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.2', '', 'Late effect of internal injury to other internal organs' );
10908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.3', '', 'Late effect of injury to blood vessel of head neck and extremities' );
10909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.4', '', 'Late effect of injury to blood vessel of thorax abdomen and pelvis' );
10910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.5', '', 'Late effect of foreign body in orifice' );
10911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.6', '', 'Late effect of certain complications of trauma' );
10912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '908.9', '', 'Late effect of unspecified injury' );
10913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.0', '', 'Late effect of poisoning due to drug medicinal or biological substance' );
10914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.1', '', 'Late effect of toxic effects of nonmedical substances' );
10915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.2', '', 'Late effect of radiation' );
10916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.3', '', 'Late effect of complications of surgical and medical care' );
10917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.4', '', 'Late effect of certain other external causes' );
10918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.5', '', 'Late effect of adverse effect of drug medicinal or biological substance' );
10919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '909.9', '', 'Late effect of other and unspecified external causes' );
10920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.0', '', 'Abrasion or friction burn of face neck and scalp except eye without infection' );
10921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.1', '', 'Abrasion or friction burn of face neck and scalp except eye infected' );
10922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.2', '', 'Blister of face neck and scalp except eye without infection' );
10923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.3', '', 'Blister of face neck and scalp except eye infected' );
10924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.4', '', 'Insect bite nonvenomous of face neck and scalp except eye without infection' );
10925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.5', '', 'Insect bite nonvenomous of face neck and scalp except eye infected' );
10926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.6', '', 'Superficial foreign body (splinter) of face neck and scalp except eye without major open wound and without infection' );
10927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.7', '', 'Superficial foreign body (splinter) of face neck and scalp except eye without major open wound infected' );
10928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.8', '', 'Other and unspecified superficial injury of face neck and scalp without infection' );
10929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '910.9', '', 'Other and unspecified superficial injury of face neck and scalp infected' );
10930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.0', '', 'Abrasion or friction burn of trunk without infection' );
10931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.1', '', 'Abrasion or friction burn of trunk infected' );
10932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.2', '', 'Blister of trunk without infection' );
10933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.3', '', 'Blister of trunk infected' );
10934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.4', '', 'Insect bite nonvenomous of trunk without infection' );
10935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.5', '', 'Insect bite nonvenomous of trunk infected' );
10936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.6', '', 'Superficial foreign body (splinter) of trunk without major open wound and without infection' );
10937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.7', '', 'Superficial foreign body (splinter) of trunk without major open wound infected' );
10938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.8', '', 'Other and unspecified superficial injury of trunk without infection' );
10939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '911.9', '', 'Other and unspecified superficial injury of trunk infected' );
10940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.0', '', 'Abrasion or friction burn of shoulder and upper arm without infection' );
10941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.1', '', 'Abrasion or friction burn of shoulder and upper arm infected' );
10942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.2', '', 'Blister of shoulder and upper arm without infection' );
10943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.3', '', 'Blister of shoulder and upper arm infected' );
10944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.4', '', 'Insect bite nonvenomous of shoulder and upper arm without infection' );
10945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.5', '', 'Insect bite nonvenomous of shoulder and upper arm infected' );
10946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.6', '', 'Superficial foreign body (splinter) of shoulder and upper arm without major open wound and without infection' );
10947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.7', '', 'Superficial foreign body (splinter) of shoulder and upper arm without major open wound infected' );
10948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.8', '', 'Other and unspecified superficial injury of shoulder and upper arm without infection' );
10949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '912.9', '', 'Other and unspecified superficial injury of shoulder and upper arm infected' );
10950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.0', '', 'Abrasion or friction burn of elbow forearm and wrist without infection' );
10951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.1', '', 'Abrasion or friction burn of elbow forearm and wrist infected' );
10952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.2', '', 'Blister of elbow forearm and wrist without infection' );
10953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.3', '', 'Blister of elbow forearm and wrist infected' );
10954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.4', '', 'Insect bite nonvenomous of elbow forearm and wrist without infection' );
10955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.5', '', 'Insect bite nonvenomous of elbow forearm and wrist infected' );
10956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.6', '', 'Superficial foreign body (splinter) of elbow forearm and wrist without major open wound and without infection' );
10957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.7', '', 'Superficial foreign body (splinter) of elbow forearm and wrist without major open wound infected' );
10958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.8', '', 'Other and unspecified superficial injury of elbow forearm and wrist without infection' );
10959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '913.9', '', 'Other and unspecified superficial injury of elbow forearm and wrist infected' );
10960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.0', '', 'Abrasion or friction burn of hand(s) except finger(s) alone without infection' );
10961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.1', '', 'Abrasion or friction burn of hand(s) except finger(s) alone infected' );
10962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.2', '', 'Blister of hand(s) except finger(s) alone without infection' );
10963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.3', '', 'Blister of hand(s) except finger(s) alone infected' );
10964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.4', '', 'Insect bite nonvenomous of hand(s) except finger(s) alone without infection' );
10965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.5', '', 'Insect bite nonvenomous of hand(s) except finger(s) alone infected' );
10966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.6', '', 'Superficial foreign body (splinter) of hand(s) except finger(s) alone without major open wound and without infection' );
10967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.7', '', 'Superficial foreign body (splinter) of hand(s) except finger(s) alone without major open wound infected' );
10968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.8', '', 'Other and unspecified superficial injury of hand(s) except finger(s) alone without infection' );
10969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '914.9', '', 'Other and unspecified superficial injury of hand(s) except finger(s) alone infected' );
10970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.0', '', 'Abrasion or friction burn of fingers without infection' );
10971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.1', '', 'Abrasion or friction burn of fingers infected' );
10972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.2', '', 'Blister of fingers without infection' );
10973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.3', '', 'Blister of fingers infected' );
10974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.4', '', 'Insect bite nonvenomous of fingers without infection' );
10975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.5', '', 'Insect bite nonvenomous of fingers infected' );
10976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.6', '', 'Superficial foreign body (splinter) of fingers without major open wound and without infection' );
10977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.7', '', 'Superficial foreign body (splinter) of fingers without major open wound infected' );
10978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.8', '', 'Other and unspecified superficial injury of fingers without infection' );
10979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '915.9', '', 'Other and unspecified superficial injury of fingers infected' );
10980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.0', '', 'Abrasion or friction burn of hip thigh leg and ankle without infection' );
10981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.1', '', 'Abrasion or friction burn of hip thigh leg and ankle infected' );
10982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.2', '', 'Blister of hip thigh leg and ankle without infection' );
10983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.3', '', 'Blister of hip thigh leg and ankle infected' );
10984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.4', '', 'Insect bite nonvenomous of hip thigh leg and ankle without infection' );
10985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.5', '', 'Insect bite nonvenomous of hip thigh leg and ankle infected' );
10986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.6', '', 'Superficial foreign body (splinter) of hip thigh leg and ankle without major open wound and without infection' );
10987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.7', '', 'Superficial foreign body (splinter) of hip thigh leg and ankle without major open wound infected' );
10988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.8', '', 'Other and unspecified superficial injury of hip thigh leg and ankle without infection' );
10989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '916.9', '', 'Other and unspecified superficial injury of hip thigh leg and ankle infected' );
10990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.0', '', 'Abrasion or friction burn of foot and toe(s) without infection' );
10991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.1', '', 'Abrasion or friction burn of foot and toe(s) infected' );
10992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.2', '', 'Blister of foot and toe(s) without infection' );
10993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.3', '', 'Blister of foot and toe(s) infected' );
10994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.4', '', 'Insect bite nonvenomous of foot and toe(s) without infection' );
10995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.5', '', 'Insect bite nonvenomous of foot and toe(s) infected' );
10996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.6', '', 'Superficial foreign body (splinter) of foot and toe(s) without major open wound and without infection' );
10997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.7', '', 'Superficial foreign body (splinter) of foot and toe(s) without major open wound infected' );
10998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.8', '', 'Other and unspecified superficial injury of foot and toes without infection' );
10999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '917.9', '', 'Other and unspecified superficial injury of foot and toes infected' );
11000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '918.0', '', 'Superficial injury of eyelids and periocular area' );
11001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '918.1', '', 'Superficial injury of cornea' );
11002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '918.2', '', 'Superficial injury of conjunctiva' );
11003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '918.9', '', 'Other and unspecified superficial injuries of eye' );
11004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.0', '', 'Abrasion or friction burn of other multiple and unspecified sites without infection' );
11005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.1', '', 'Abrasion or friction burn of other multiple and unspecified sites infected' );
11006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.2', '', 'Blister of other multiple and unspecified sites without infection' );
11007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.3', '', 'Blister of other multiple and unspecified sites infected' );
11008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.4', '', 'Insect bite nonvenomous of other multiple and unspecified sites without infection' );
11009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.5', '', 'Insect bite nonvenomous of other multiple and unspecified sites infected' );
11010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.6', '', 'Superficial foreign body (splinter) of other multiple and unspecified sites without major open wound and without infection' );
11011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.7', '', 'Superficial foreign body (splinter) of other multiple and unspecified sites without major open wound infected' );
11012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.8', '', 'Other and unspecified superficial injury of other multiple and unspecified sites without infection' );
11013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '919.9', '', 'Other and unspecified superficial injury of other multiple and unspecified sites infected' );
11014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '920', '', 'Contusion of face scalp and neck except eye(s)' );
11015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '921.0', '', 'Black eye not otherwise specified' );
11016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '921.1', '', 'Contusion of eyelids and periocular area' );
11017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '921.2', '', 'Contusion of orbital tissues' );
11018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '921.3', '', 'Contusion of eyeball' );
11019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '921.9', '', 'Unspecified contusion of eye' );
11020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.0', '', 'Contusion of breast' );
11021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.1', '', 'Contusion of chest wall' );
11022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.2', '', 'Contusion of abdominal wall' );
11023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.31', '', 'Contusion of back' );
11024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.32', '', 'Contusion of buttock' );
11025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.33', '', 'Contusion of interscapular region' );
11026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.4', '', 'Contusion of genital organs' );
11027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.8', '', 'Contusion of multiple sites of trunk' );
11028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '922.9', '', 'Contusion of unspecified part of trunk' );
11029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.00', '', 'Contusion of shoulder region' );
11030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.01', '', 'Contusion of scapular region' );
11031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.02', '', 'Contusion of axillary region' );
11032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.03', '', 'Contusion of upper arm' );
11033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.09', '', 'Contusion of multiple sites of shoulder and upper arm' );
11034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.10', '', 'Contusion of forearm' );
11035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.11', '', 'Contusion of elbow' );
11036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.20', '', 'Contusion of hand(s)' );
11037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.21', '', 'Contusion of wrist' );
11038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.3', '', 'Contusion of finger' );
11039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.8', '', 'Contusion of multiple sites of upper limb' );
11040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '923.9', '', 'Contusion of unspecified part of upper limb' );
11041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.00', '', 'Contusion of thigh' );
11042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.01', '', 'Contusion of hip' );
11043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.10', '', 'Contusion of lower leg' );
11044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.11', '', 'Contusion of knee' );
11045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.20', '', 'Contusion of foot' );
11046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.21', '', 'Contusion of ankle' );
11047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.3', '', 'Contusion of toe' );
11048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.4', '', 'Contusion of multiple sites of lower limb' );
11049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.5', '', 'Contusion of unspecified part of lower limb' );
11050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.8', '', 'Contusion of multiple sites not elsewhere classified' );
11051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '924.9', '', 'Contusion of unspecified site' );
11052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '925.1', '', 'Crushing injury of face and scalp' );
11053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '925.2', '', 'Crushing injury of neck' );
11054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.0', '', 'Crushing injury of external genitalia' );
11055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.11', '', 'Crushing injury of back' );
11056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.12', '', 'Crushing injury of buttock' );
11057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.19', '', 'Crushing injury of other specified sites of trunk' );
11058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.8', '', 'Crushing injury of multiple sites of trunk' );
11059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '926.9', '', 'Crushing injury of unspecified site of trunk' );
11060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.00', '', 'Crushing injury of shoulder region' );
11061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.01', '', 'Crushing injury of scapular region' );
11062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.02', '', 'Crushing injury of axillary region' );
11063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.03', '', 'Crushing injury of upper arm' );
11064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.09', '', 'Crushing injury of multiple sites of upper arm' );
11065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.10', '', 'Crushing injury of forearm' );
11066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.11', '', 'Crushing injury of elbow' );
11067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.20', '', 'Crushing injury of hand(s)' );
11068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.21', '', 'Crushing injury of wrist' );
11069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.3', '', 'Crushing injury of finger(s)' );
11070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.8', '', 'Crushing injury of multiple sites of upper limb' );
11071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '927.9', '', 'Crushing injury of unspecified site of upper limb' );
11072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.00', '', 'Crushing injury of thigh' );
11073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.01', '', 'Crushing injury of hip' );
11074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.10', '', 'Crushing injury of lower leg' );
11075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.11', '', 'Crushing injury of knee' );
11076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.20', '', 'Crushing injury of foot' );
11077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.21', '', 'Crushing injury of ankle' );
11078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.3', '', 'Crushing injury of toe(s)' );
11079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.8', '', 'Crushing injury of multiple sites of lower limb' );
11080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '928.9', '', 'Crushing injury of unspecified site of lower limb' );
11081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '929.0', '', 'Crushing injury of multiple sites not elsewhere classified' );
11082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '929.9', '', 'Crushing injury of unspecified site' );
11083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '930.0', '', 'Corneal foreign body' );
11084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '930.1', '', 'Foreign body in conjunctival sac' );
11085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '930.2', '', 'Foreign body in lacrimal punctum' );
11086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '930.8', '', 'Foreign body in other and combined sites on external eye' );
11087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '930.9', '', 'Foreign body in unspecified site on external eye' );
11088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '931', '', 'Foreign body in ear' );
11089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '932', '', 'Foreign body in nose' );
11090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '933.0', '', 'Foreign body in pharynx' );
11091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '933.1', '', 'Foreign body in larynx' );
11092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '934.0', '', 'Foreign body in trachea' );
11093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '934.1', '', 'Foreign body in main bronchus' );
11094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '934.8', '', 'Foreign body in other specified parts bronchus and lung' );
11095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '934.9', '', 'Foreign body in respiratory tree unspecified' );
11096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '935.0', '', 'Foreign body in mouth' );
11097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '935.1', '', 'Foreign body in esophagus' );
11098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '935.2', '', 'Foreign body in stomach' );
11099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '936', '', 'Foreign body in intestine and colon' );
11100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '937', '', 'Foreign body in anus and rectum' );
11101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '938', '', 'Foreign body in digestive system unspecified' );
11102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '939.0', '', 'Foreign body in bladder and urethra' );
11103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '939.1', '', 'Foreign body in uterus any part' );
11104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '939.2', '', 'Foreign body in vulva and vagina' );
11105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '939.3', '', 'Foreign body in penis' );
11106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '939.9', '', 'Foreign body in unspecified site in genitourinary tract' );
11107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.0', '', 'Chemical burn of eyelids and periocular area' );
11108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.1', '', 'Other burns of eyelids and periocular area' );
11109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.2', '', 'Alkaline chemical burn of cornea and conjunctival sac' );
11110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.3', '', 'Acid chemical burn of cornea and conjunctival sac' );
11111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.4', '', 'Other burn of cornea and conjunctival sac' );
11112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.5', '', 'Burn with resulting rupture and destruction of eyeball' );
11113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '940.9', '', 'Unspecified burn of eye and adnexa' );
11114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.00', '', 'Burn of unspecified degree of unspecified site of face and head' );
11115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.01', '', 'Burn of unspecified degree of ear (any part)' );
11116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.02', '', 'Burn of unspecified degree of eye (with other parts of face head and neck)' );
11117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.03', '', 'Burn of unspecified degree of lip(s)' );
11118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.04', '', 'Burn of unspecified degree of chin' );
11119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.05', '', 'Burn of unspecified degree of nose (septum)' );
11120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.06', '', 'Burn of unspecified degree of scalp (any part)' );
11121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.07', '', 'Burn of unspecified degree of forehead and cheek' );
11122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.08', '', 'Burn of unspecified degree of neck' );
11123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.09', '', 'Burn of unspecified degree of multiple sites (except with eye) of face head and neck' );
11124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.10', '', 'Erythema due to burn (first degree) of unspecified site of face and head' );
11125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.11', '', 'Erythema due to burn (first degree) of ear (any part)' );
11126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.12', '', 'Erythema due to burn (first degree) of eye (with other parts face head and neck)' );
11127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.13', '', 'Erythema due to burn (first degree) of lip(s)' );
11128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.14', '', 'Erythema due to burn (first degree) of chin' );
11129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.15', '', 'Erythema due to burn (first degree) of nose (septum)' );
11130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.16', '', 'Erythema due to burn (first degree) of scalp (any part)' );
11131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.17', '', 'Erythema due to burn (first degree) of forehead and cheek' );
11132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.18', '', 'Erythema due to burn (first degree) of neck' );
11133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.19', '', 'Erythema due to burn (first degree) of multiple sites (except with eye) of face head and neck' );
11134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.20', '', 'Blisters with epidermal loss due to burn (second degree) of face and head unspecified site' );
11135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.21', '', 'Blisters with epidermal loss due to burn (second degree) of ear (any part)' );
11136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.22', '', 'Blisters with epidermal loss due to burn (second degree) of eye (with other parts of face head and neck)' );
11137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.23', '', 'Blisters with epidermal loss due to burn (second degree) of lip(s)' );
11138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.24', '', 'Blisters with epidermal loss due to burn (second degree) of chin' );
11139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.25', '', 'Blisters with epidermal loss due to burn (second degree) of nose (septum)' );
11140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.26', '', 'Blisters with epidermal loss due to burn (second degree) of scalp (any part)' );
11141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.27', '', 'Blisters with epidermal loss due to burn (second degree) of forehead and cheek' );
11142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.28', '', 'Blisters with epidermal loss due to burn (second degree) of neck' );
11143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.29', '', 'Blisters with epidermal loss due to burn (second degree) of multiple sites (except with eye) of face head and neck' );
11144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.30', '', 'Full-thickness skin loss due to burn (third degree nos) of unspecified site of face and head' );
11145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.31', '', 'Full-thickness skin loss due to burn (third degree nos) of ear (any part)' );
11146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.32', '', 'Full-thickness skin loss due to burn (third degree nos) of eye (with other parts of face head and neck)' );
11147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.33', '', 'Full-thickness skin loss due to burn (third degree nos) of lip(s)' );
11148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.34', '', 'Full-thickness skin loss due to burn (third degree nos) of chin' );
11149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.35', '', 'Full-thickness skin loss due to burn (third degree nos) of nose (septum)' );
11150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.36', '', 'Full-thickness skin loss due to burn (third degree nos) of scalp (any part)' );
11151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.37', '', 'Full-thickness skin loss due to burn (third degree nos) of forehead and cheek' );
11152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.38', '', 'Full-thickness skin loss due to burn (third degree nos) of neck' );
11153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.39', '', 'Full-thickness skin loss due to burn (third degree nos) of multiple sites (except with eye) of face head and neck' );
11154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.40', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of face and head without loss of body part' );
11155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.41', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of ear (any part) without loss of ear' );
11156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.42', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of eye (with other parts of face head and neck) without loss of body part' );
11157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.43', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of lip(s) without loss of lip(s)' );
11158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.44', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of chin without loss of chin' );
11159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.45', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of nose (septum) without loss of nose' );
11160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.46', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of scalp (any part) without loss of scalp' );
11161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.47', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of forehead and cheek without loss of forehead and cheek' );
11162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.48', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of neck without loss of neck' );
11163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.49', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites (except with eye) of face head and neck without loss of a body part' );
11164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.50', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of face and head unspecified site with loss of body part' );
11165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.51', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of ear (any part) with loss of ear' );
11166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.52', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of eye (with other parts of face head and neck) with loss of a body part' );
11167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.53', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of lip(s) with loss of lip(s)' );
11168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.54', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of chin with loss of chin' );
11169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.55', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of nose (septum) with loss of nose' );
11170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.56', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of scalp (any part) with loss of scalp' );
11171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.57', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of forehead and cheek with loss of forehead and cheek' );
11172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.58', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of neck with loss of neck' );
11173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '941.59', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites (except eye) of face head and neck with loss of a body part' );
11174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.00', '', 'Burn of unspecified degree of unspecified site of trunk' );
11175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.01', '', 'Burn of unspecified degree of breast' );
11176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.02', '', 'Burn of unspecified degree of chest wall excluding breast and nipple' );
11177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.03', '', 'Burn of unspecified degree of abdominal wall' );
11178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.04', '', 'Burn of unspecified degree of back (any part)' );
11179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.05', '', 'Burn of unspecified degree of genitalia' );
11180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.09', '', 'Burn of unspecified degree of other and multiple sites of trunk' );
11181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.10', '', 'Erythema due to burn (first degree) of unspecified site of trunk' );
11182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.11', '', 'Erythema due to burn (first degree) of breast' );
11183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.12', '', 'Erythema due to burn (first degree) of chest wall excluding breast and nipple' );
11184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.13', '', 'Erythema due to burn (first degree) of abdominal wall' );
11185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.14', '', 'Erythema due to burn (first degree) of back (any part)' );
11186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.15', '', 'Erythema due to burn (first degree) of genitalia' );
11187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.19', '', 'Erythema due to burn (first degree) of other and multiple sites of trunk' );
11188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.20', '', 'Blisters with epidermal loss due to burn (second degree) of unspecified site of trunk' );
11189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.21', '', 'Blisters with epidermal loss due to burn (second degree) of breast' );
11190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.22', '', 'Blisters with epidermal loss due to burn (second degree) of chest wall excluding breast and nipple' );
11191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.23', '', 'Blisters with epidermal loss due to burn (second degree) of abdominal wall' );
11192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.24', '', 'Blisters with epidermal loss due to burn (second degree) of back (any part)' );
11193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.25', '', 'Blisters with epidermal loss due to burn (second degree) of genitalia' );
11194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.29', '', 'Blisters with epidermal loss due to burn (second degree) of other and multiple sites of trunk' );
11195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.30', '', 'Full-thickness skin loss due to burn (third degree nos) of unspecified site of trunk' );
11196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.31', '', 'Full-thickness skin loss due to burn (third degree nos) of breast' );
11197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.32', '', 'Full-thickness skin loss due to burn (third degree nos) of chest wall excluding breast and nipple' );
11198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.33', '', 'Full-thickness skin loss due to burn (third degree nos) of abdominal wall' );
11199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.34', '', 'Full-thickness skin loss due to burn (third degree nos) of back (any part)' );
11200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.35', '', 'Full-thickness skin loss due to burn (third degree nos) of genitalia' );
11201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.39', '', 'Full-thickness skin loss due to burn (third degree nos) of other and multiple sites of trunk' );
11202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.40', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of trunk unspecified site without loss of body part' );
11203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.41', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of breast without loss of breast' );
11204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.42', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of chest wall excluding breast and nipple without loss of chest wall' );
11205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.43', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of abdominal wall without loss of abdominal wall' );
11206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.44', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of back (any part) without loss of back' );
11207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.45', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of genitalia without loss of genitalia' );
11208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.49', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of other and multiple sites of trunk without loss of body part' );
11209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.50', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of trunk with loss of body part' );
11210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.51', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of breast with loss of breast' );
11211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.52', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of chest wall excluding breast and nipple with loss of chest wall' );
11212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.53', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of abdominal wall with loss of abdominal wall' );
11213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.54', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of back (any part) with loss of back' );
11214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.55', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of genitalia with loss of genitalia' );
11215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '942.59', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of other and multiple sites of trunk with loss of a body part' );
11216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.00', '', 'Burn of unspecified degree of unspecified site of upper limb' );
11217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.01', '', 'Burn of unspecified degree of forearm' );
11218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.02', '', 'Burn of unspecified degree of elbow' );
11219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.03', '', 'Burn of unspecified degree of upper arm' );
11220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.04', '', 'Burn of unspecified degree of axilla' );
11221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.05', '', 'Burn of unspecified degree of shoulder' );
11222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.06', '', 'Burn of unspecified degree of scapular region' );
11223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.09', '', 'Burn of unspecified degree multiple sites of upper limb except wrist and hand' );
11224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.10', '', 'Erythema due to burn (first degree) of unspecified site of upper limb' );
11225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.11', '', 'Erythema due to burn (first degree) of forearm' );
11226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.12', '', 'Erythema due to burn (first degree) of elbow' );
11227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.13', '', 'Erythema due to burn (first degree) of upper arm' );
11228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.14', '', 'Erythema due to burn (first degree) of axilla' );
11229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.15', '', 'Erythema due to burn (first degree) of shoulder' );
11230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.16', '', 'Erythema due to burn (first degree) of scapular region' );
11231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.19', '', 'Erythema due to burn (first degree) of multiple sites of upper limb except wrist and hand' );
11232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.20', '', 'Blisters with epidermal loss due to burn (second degree) of unspecified site of upper limb' );
11233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.21', '', 'Blisters with epidermal loss due to burn (second degree) of forearm' );
11234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.22', '', 'Blisters with epidermal loss due to burn (second degree) of elbow' );
11235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.23', '', 'Blisters with epidermal loss due to burn (second degree) of upper arm' );
11236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.24', '', 'Blisters with epidermal loss due to burn (second degree) of axilla' );
11237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.25', '', 'Blisters with epidermal loss due to burn (second degree) of shoulder' );
11238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.26', '', 'Blisters with epidermal loss due to burn (second degree) of scapular region' );
11239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.29', '', 'Blisters with epidermal loss due to burn (second degree) of multiple sites of upper limb except wrist and hand' );
11240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.30', '', 'Full-thickness skin loss due to burn (third degree nos) of unspecified site of upper limb' );
11241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.31', '', 'Full-thickness skin loss due to burn (third degree nos) of forearm' );
11242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.32', '', 'Full-thickness skin loss due to burn (third degree nos) of elbow' );
11243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.33', '', 'Full-thickness skin loss due to burn (third degree nos) of upper arm' );
11244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.34', '', 'Full-thickness skin loss due to burn (third degree nos) of axilla' );
11245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.35', '', 'Full-thickness skin loss due to burn (third degree nos) of shoulder' );
11246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.36', '', 'Full-thickness skin loss due to burn (third degree nos) of scapular region' );
11247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.39', '', 'Full-thickness skin loss due to burn (third degree nos) of multiple sites of upper limb except wrist and hand' );
11248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.40', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of upper limb without loss of a body part' );
11249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.41', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of forearm without loss of forearm' );
11250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.42', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of elbow without loss of elbow' );
11251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.43', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of upper arm without loss of upper arm' );
11252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.44', '', 'Deep necrosis of underlying tissues due to burn of axilla without loss of axilla' );
11253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.45', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of shoulder without loss of shoulder' );
11254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.46', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of scapular region without loss of scapula' );
11255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.49', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of upper limb except wrist and hand without loss of upper limb' );
11256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.50', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of upper limb with loss of a body part' );
11257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.51', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of forearm with loss of forearm' );
11258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.52', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of elbow with loss of elbow' );
11259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.53', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of upper arm with loss of upper arm' );
11260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.54', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of axilla with loss of axilla' );
11261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.55', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of shoulder with loss of shoulder' );
11262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.56', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of scapular region with loss of scapula' );
11263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '943.59', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of upper limb except wrist and hand with loss of upper limb' );
11264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.00', '', 'Burn of unspecified degree of unspecified site of hand' );
11265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.01', '', 'Burn of unspecified degree of single digit (finger (nail) other than thumb' );
11266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.02', '', 'Burn of unspecified degree of thumb (nail)' );
11267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.03', '', 'Burn of unspecified degree of two or more digits of hand not including thumb' );
11268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.04', '', 'Burn of unspecified degree of two or more digits of hand including thumb' );
11269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.05', '', 'Burn of unspecified degree of palm of hand' );
11270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.06', '', 'Burn of unspecified degree of back of hand' );
11271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.07', '', 'Burn of unspecified degree of wrist' );
11272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.08', '', 'Burn of unspecified degree of multiple sites of wrist(s) and hand(s)' );
11273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.10', '', 'Erythema due to burn (first degree) of unspecified site of hand' );
11274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.11', '', 'Erythema due to burn (first degree) of single digit (finger (nail)) other than thumb' );
11275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.12', '', 'Erythema due to burn (first degree) of thumb (nail)' );
11276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.13', '', 'Erythema due to burn (first degree) of two or more digits of hand not including thumb' );
11277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.14', '', 'Erythema due to burn (first degree) of two or more digits of hand including thumb' );
11278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.15', '', 'Erythema due to burn (first degree) of palm of hand' );
11279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.16', '', 'Erythema due to burn (first degree) of back of hand' );
11280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.17', '', 'Erythema due to burn (first degree) of wrist' );
11281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.18', '', 'Erythema due to burn (first degree) of multiple sites of wrist(s) and hand(s)' );
11282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.20', '', 'Blisters with epidermal loss due to burn (second degree) of unspecified site of hand' );
11283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.21', '', 'Blisters with epidermal loss due to burn (second degree) of single digit (finger (nail)) other than thumb' );
11284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.22', '', 'Blisters with epidermal loss due to burn of (second degree) of thumb (nail)' );
11285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.23', '', 'Blisters with epidermal loss due to burn (second degree) of two or more digits of hand not including thumb' );
11286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.24', '', 'Blisters with epidermal loss due to burn (second degree) of two or more digits of hand including thumb' );
11287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.25', '', 'Blisters with epidermal loss due to burn (second degree) of palm of hand' );
11288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.26', '', 'Blisters with epidermal loss due to burn (second degree) of back of hand' );
11289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.27', '', 'Blisters with epidermal loss due to burn (second degree) of wrist' );
11290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.28', '', 'Blisters with epidermal loss due to burn (second degree) of multiple sites of wrist(s) and hand(s)' );
11291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.30', '', 'Full-thickness skin loss due to burn (third degree nos) of unspecified site of hand' );
11292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.31', '', 'Full-thickness skin loss due to burn (third degree nos) of single digit (finger (nail)) other than thumb' );
11293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.32', '', 'Full-thickness skin loss due to burn (third degree nos) of thumb (nail)' );
11294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.33', '', 'Full-thickness skin loss due to burn (third degree nos) of two or more digits of hand not including thumb' );
11295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.34', '', 'Full-thickness skin loss due to burn (third degree nos) of two or more digits of hand including thumb' );
11296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.35', '', 'Full-thickness skin loss due to burn (third degree nos) of palm of hand' );
11297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.36', '', 'Full-thickness skin loss due to burn (third degree nos) of back of hand' );
11298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.37', '', 'Full-thickness skin loss due to burn (third degree nos) of wrist' );
11299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.38', '', 'Full-thickness skin loss due to burn (third degree nos) of multiple sites of wrist(s) and hand(s)' );
11300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.40', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of hand without loss of hand' );
11301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.41', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of single digit (finger (nail)) other than thumb without loss of finger' );
11302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.42', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of thumb (nail) without loss of thumb' );
11303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.43', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of two or more digits of hand not including thumb without fingers' );
11304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.44', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of two or more digits of hand including thumb without loss of fingers' );
11305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.45', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of palm of hand without loss of palm' );
11306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.46', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of back of hand without loss of back of hand' );
11307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.47', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of wrist without loss of wrist' );
11308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.48', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of wrist(s) and hand(s) without loss of a body part' );
11309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.50', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of hand with loss of hand' );
11310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.51', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of single digit (finger (nail)) other than thumb with loss of finger' );
11311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.52', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of thumb (nail) with loss of thumb' );
11312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.53', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of two or more digits of hand not including thumb with loss of fingers' );
11313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.54', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of two or more digits of hand including thumb with loss of fingers' );
11314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.55', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of palm of hand with loss of palm of hand' );
11315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.56', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of back of hand with loss of back of hand' );
11316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.57', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of wrist with loss of wrist' );
11317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '944.58', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of wrist(s) and hand(s) with loss of a body part' );
11318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.00', '', 'Burn of unspecified degree of unspecified site of lower limb (leg)' );
11319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.01', '', 'Burn of unspecified degree of toe(s) (nail)' );
11320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.02', '', 'Burn of unspecified degree of foot' );
11321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.03', '', 'Burn of unspecified degree of ankle' );
11322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.04', '', 'Burn of unspecified degree of lower leg' );
11323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.05', '', 'Burn of unspecified degree of knee' );
11324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.06', '', 'Burn of unspecified degree of thigh (any part)' );
11325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.09', '', 'Burn of unspecified degree of multiple sites of lower limb(s)' );
11326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.10', '', 'Erythema due to burn (first degree) of unspecified site of lower limb (leg)' );
11327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.11', '', 'Erythema due to burn (first degree) of toe(s) (nail)' );
11328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.12', '', 'Erythema due to burn (first degree) of foot' );
11329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.13', '', 'Erythema due to burn (first degree) of ankle' );
11330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.14', '', 'Erythema due to burn (first degree) of lower leg' );
11331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.15', '', 'Erythema due to burn (first degree) of knee' );
11332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.16', '', 'Erythema due to burn (first degree) of thigh (any part)' );
11333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.19', '', 'Erythema due to burn (first degree) of multiple sites of lower limb(s)' );
11334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.20', '', 'Blisters epidermal loss (second degree) of unspecified site of lower limb (leg)' );
11335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.21', '', 'Blisters with epidermal loss due to burn (second degree) of toe(s) (nail)' );
11336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.22', '', 'Blisters with epidermal loss due to burn (second degree) of foot' );
11337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.23', '', 'Blisters with epidermal loss due to burn (second degree) of ankle' );
11338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.24', '', 'Blisters with epidermal loss due to burn (second degree) of lower leg' );
11339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.25', '', 'Blisters with epidermal loss due to burn (second degree) of knee' );
11340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.26', '', 'Blisters with epidermal loss due to burn (second degree) of thigh (any part)' );
11341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.29', '', 'Blisters with epidermal loss due to burn (second degree) of multiple sites of lower limb(s)' );
11342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.30', '', 'Full-thickness skin loss due to burn (third degree nos) of unspecified site of lower limb' );
11343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.31', '', 'Full-thickness skin loss due to burn (third degree nos) of toe(s) (nail)' );
11344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.32', '', 'Full-thickness skin loss due to burn (third degree nos) of foot' );
11345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.33', '', 'Full-thickness skin loss due to burn (third degree nos) of ankle' );
11346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.34', '', 'Full-thickness skin loss due to burn (third degree nos) of lower leg' );
11347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.35', '', 'Full-thickness skin loss due to burn (third degree nos) of knee' );
11348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.36', '', 'Full-thickness skin loss due to burn (third degree nos) of thigh (any part)' );
11349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.39', '', 'Full-thickness skin loss due to burn (third degree nos) of multiple sites of lower limb(s)' );
11350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.40', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site of lower limb (leg) without loss of a body part' );
11351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.41', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of toe(s) (nail) without loss of toe(s)' );
11352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.42', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of foot without loss of foot' );
11353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.43', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of ankle without loss of ankle' );
11354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.44', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of lower leg without loss of lower leg' );
11355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.45', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of knee without loss of knee' );
11356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.46', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of thigh (any part) without loss of thigh' );
11357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.49', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of lower limb(s) without loss of a body part' );
11358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.50', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of unspecified site lower limb (leg) with loss of a body part' );
11359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.51', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of toe(s) (nail) with loss of toe(s)' );
11360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.52', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of foot with loss of foot' );
11361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.53', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of ankle with loss of ankle' );
11362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.54', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of lower leg with loss of lower leg' );
11363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.55', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of knee with loss of knee' );
11364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.56', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of thigh (any part) with loss of thigh' );
11365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '945.59', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple sites of lower limb(s) with loss of a body part' );
11366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.0', '', 'Burns of multiple specified sites unspecified degree' );
11367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.1', '', 'Erythema due to burn (first degree) of multiple specified sites' );
11368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.2', '', 'Blisters with epidermal loss due to burn (second degree) of multiple specified sites' );
11369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.3', '', 'Full-thickness skin loss due to burn (third degree nos) of multiple specified sites' );
11370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.4', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple specified sites without loss of a body part' );
11371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '946.5', '', 'Deep necrosis of underlying tissues due to burn (deep third degree) of multiple specified sites with loss of a body part' );
11372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.0', '', 'Burn of mouth and pharynx' );
11373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.1', '', 'Burn of larynx trachea and lung' );
11374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.2', '', 'Burn of esophagus' );
11375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.3', '', 'Burn of gastrointestinal tract' );
11376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.4', '', 'Burn of vagina and uterus' );
11377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.8', '', 'Burn of other specified sites of internal organs' );
11378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '947.9', '', 'Burn of internal organ unspecified site' );
11379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.00', '', 'Burn (any degree) involving less than 10 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.10', '', 'Burn (any degree) involving 10-19 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.11', '', 'Burn (any degree) involving 10-19 percent of body surface with third degree burn of 10-19%' );
11382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.20', '', 'Burn (any degree) involving 20-29 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.21', '', 'Burn (any degree) involving 20-29 percent of body surface with third degree burn of 10-19%' );
11384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.22', '', 'Burn (any degree) involving 20-29 percent of body surface with third degree burn of 20-29%' );
11385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.30', '', 'Burn (any degree) involving 30-39 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.31', '', 'Burn (any degree) involving 30-39 percent of body surface with third degree burn of 10-19%' );
11387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.32', '', 'Burn (any degree) involving 30-39 percent of body surface with third degree burn of 20-29%' );
11388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.33', '', 'Burn (any degree) involving 30-39 percent of body surface with third degree burn of 30-39%' );
11389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.40', '', 'Burn (any degree) involving 40-49 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.41', '', 'Burn (any degree) involving 40-49 percent of body surface with third degree burn of 10-19%' );
11391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.42', '', 'Burn (any degree) involving 40-49 percent of body surface with third degree burn of 20-29%' );
11392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.43', '', 'Burn (any degree) involving 40-49 percent of body surface with third degree burn of 30-39%' );
11393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.44', '', 'Burn (any degree) involving 40-49 percent of body surface with third degree burn of 40-49%' );
11394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.50', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.51', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of 10-19%' );
11396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.52', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of 20-29%' );
11397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.53', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of 30-39%' );
11398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.54', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of 40-49%' );
11399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.55', '', 'Burn (any degree) involving 50-59 percent of body surface with third degree burn of 50-59%' );
11400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.60', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.61', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 10-19%' );
11402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.62', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 20-29%' );
11403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.63', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 30-39%' );
11404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.64', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 40-49%' );
11405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.65', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 50-59%' );
11406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.66', '', 'Burn (any degree) involving 60-69 percent of body surface with third degree burn of 60-69%' );
11407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.70', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.71', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 10-19%' );
11409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.72', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 20-29%' );
11410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.73', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 30-39%' );
11411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.74', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 40-49%' );
11412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.75', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 50-59%' );
11413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.76', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 60-69%' );
11414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.77', '', 'Burn (any degree) involving 70-79 percent of body surface with third degree burn of 70-79%' );
11415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.80', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of less than 10 percent or unspecified amount' );
11416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.81', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 10-19%' );
11417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.82', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 20-29%' );
11418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.83', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 30-39%' );
11419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.84', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 40-49%' );
11420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.85', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 50-59%' );
11421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.86', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 60-69%' );
11422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.87', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 70-79%' );
11423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.88', '', 'Burn (any degree) involving 80-89 percent of body surface with third degree burn of 80-89%' );
11424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.90', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of less than 10 percent or unspecified amount' );
11425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.91', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 10-19%' );
11426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.92', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 20-29%' );
11427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.93', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 30-39%' );
11428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.94', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 40-49%' );
11429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.95', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 50-59%' );
11430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.96', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 60-69%' );
11431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.97', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 70-79%' );
11432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.98', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 80-89%' );
11433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '948.99', '', 'Burn (any degree) involving 90 percent or more of body surface with third degree burn of 90% or more of body surface' );
11434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.0', '', 'Burn of unspecified site unspecified degree' );
11435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.1', '', 'Erythema due to burn (first degree) unspecified site' );
11436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.2', '', 'Blisters with epidermal loss due to burn (second degree) unspecified site' );
11437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.3', '', 'Full-thickness skin loss due to burn (third degree nos) unspecified site' );
11438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.4', '', 'Deep necrosis of underlying tissue due to burn (deep third degree) unspecified site without loss of a body part' );
11439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '949.5', '', 'Deep necrosis of underlying tissues due to burn (deep third degree unspecified site with loss of a body part' );
11440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '950.0', '', 'Optic nerve injury' );
11441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '950.1', '', 'Injury to optic chiasm' );
11442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '950.2', '', 'Injury to optic pathways' );
11443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '950.3', '', 'Injury to visual cortex' );
11444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '950.9', '', 'Injury to unspecified optic nerve and pathways' );
11445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.0', '', 'Injury to oculomotor nerve' );
11446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.1', '', 'Injury to trochlear nerve' );
11447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.2', '', 'Injury to trigeminal nerve' );
11448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.3', '', 'Injury to abducens nerve' );
11449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.4', '', 'Injury to facial nerve' );
11450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.5', '', 'Injury to acoustic nerve' );
11451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.6', '', 'Injury to accessory nerve' );
11452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.7', '', 'Injury to hypoglossal nerve' );
11453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.8', '', 'Injury to other specified cranial nerves' );
11454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '951.9', '', 'Injury to unspecified cranial nerve' );
11455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.00', '', 'C1-c4 level spinal cord injury unspecified' );
11456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.01', '', 'C1-c4 level with complete lesion of spinal cord' );
11457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.02', '', 'C1-c4 level with anterior cord syndrome' );
11458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.03', '', 'C1-c4 level with central cord syndrome' );
11459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.04', '', 'C1-c4 level with other specified spinal cord injury' );
11460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.05', '', 'C5-c7 level spinal cord injury unspecified' );
11461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.06', '', 'C5-c7 level with complete lesion of spinal cord' );
11462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.07', '', 'C5-c7 level with anterior cord syndrome' );
11463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.08', '', 'C5-c7 level with central cord syndrome' );
11464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.09', '', 'C5-c7 level with other specified spinal cord injury' );
11465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.10', '', 'T1-t6 level spinal cord injury unspecified' );
11466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.11', '', 'T1-t6 level with complete lesion of spinal cord' );
11467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.12', '', 'T1-t6 level with anterior cord syndrome' );
11468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.13', '', 'T1-t6 level with central cord syndrome' );
11469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.14', '', 'T1-t6 level with other specified spinal cord injury' );
11470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.15', '', 'T7-t12 level spinal cord injury unspecified' );
11471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.16', '', 'T7-t12 level with complete lesion of spinal cord' );
11472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.17', '', 'T7-t12 level with anterior cord syndrome' );
11473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.18', '', 'T7-t12 level with central cord syndrome' );
11474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.19', '', 'T7-t12 level with other specified spinal cord injury' );
11475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.2', '', 'Lumbar spinal cord injury without spinal bone injury' );
11476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.3', '', 'Sacral spinal cord injury without spinal bone injury' );
11477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.4', '', 'Cauda equina spinal cord injury without spinal bone injury' );
11478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.8', '', 'Multiple sites of spinal cord injury without spinal bone injury' );
11479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '952.9', '', 'Unspecified site of spinal cord injury without spinal bone injury' );
11480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.0', '', 'Injury to cervical nerve root' );
11481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.1', '', 'Injury to dorsal nerve root' );
11482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.2', '', 'Injury to lumbar nerve root' );
11483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.3', '', 'Injury to sacral nerve root' );
11484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.4', '', 'Injury to brachial plexus' );
11485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.5', '', 'Injury to lumbosacral plexus' );
11486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.8', '', 'Injury to multiple sites of nerve roots and spinal plexus' );
11487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '953.9', '', 'Injury to unspecified site of nerve roots and spinal plexus' );
11488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '954.0', '', 'Injury to cervical sympathetic nerve excluding shoulder and pelvic girdles' );
11489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '954.1', '', 'Injury to other sympathetic nerve excluding shoulder and pelvic girdles' );
11490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '954.8', '', 'Injury to other specified nerve(s) of trunk excluding shoulder and pelvic girdles' );
11491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '954.9', '', 'Injury to unspecified nerve of trunk excluding shoulder and pelvic girdles' );
11492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.0', '', 'Injury to axillary nerve' );
11493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.1', '', 'Injury to median nerve' );
11494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.2', '', 'Injury to ulnar nerve' );
11495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.3', '', 'Injury to radial nerve' );
11496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.4', '', 'Injury to musculocutaneous nerve' );
11497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.5', '', 'Injury to cutaneous sensory nerve upper limb' );
11498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.6', '', 'Injury to digital nerve upper limb' );
11499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.7', '', 'Injury to other specified nerve(s) of shoulder girdle and upper limb' );
11500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.8', '', 'Injury to multiple nerves of shoulder girdle and upper limb' );
11501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '955.9', '', 'Injury to unspecified nerve of shoulder girdle and upper limb' );
11502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.0', '', 'Injury to sciatic nerve' );
11503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.1', '', 'Injury to femoral nerve' );
11504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.2', '', 'Injury to posterior tibial nerve' );
11505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.3', '', 'Injury to peroneal nerve' );
11506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.4', '', 'Injury to cutaneous sensory nerve lower limb' );
11507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.5', '', 'Injury to other specified nerve(s) of pelvic girdle and lower limb' );
11508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.8', '', 'Injury to multiple nerves of pelvic girdle and lower limb' );
11509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '956.9', '', 'Injury to unspecified nerve of pelvic girdle and lower limb' );
11510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '957.0', '', 'Injury to superficial nerves of head and neck' );
11511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '957.1', '', 'Injury to other specified nerve(s)' );
11512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '957.8', '', 'Injury to multiple nerves in several parts' );
11513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '957.9', '', 'Injury to nerves unspecified site' );
11514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.0', '', 'Air embolism as an early complication of trauma' );
11515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.1', '', 'Fat embolism as an early complication of trauma' );
11516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.2', '', 'Secondary and recurrent hemorrhage as an early complication of trauma' );
11517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.3', '', 'Posttraumatic wound infection not elsewhere classified' );
11518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.4', '', 'Traumatic shock' );
11519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.5', '', 'Traumatic anuria' );
11520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.6', '', 'Volkmann''s ischemic contracture' );
11521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.7', '', 'Traumatic subcutaneous emphysema' );
11522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.8', '', 'Other early complications of trauma' );
11523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.90', '', 'Compartment syndrome, unspecified' );
11524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.91', '', 'Traumatic compartment syndrome of upper extremity' );
11525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.92', '', 'Traumatic compartment syndrome of lower extremity' );
11526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.93', '', 'Traumatic compartment syndrome of abdomen' );
11527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '958.99', '', 'Traumatic compartment syndrome of other sites' );
11528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.01', '', 'Other and unspecified injury to head' );
11529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.09', '', 'Other and unspecified injury to face and neck' );
11530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.11', '', 'Other injury of chest wall' );
11531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.12', '', 'Other injury of abdomen' );
11532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.13', '', 'Fracture of corpus cavernosum penis' );
11533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.14', '', 'Other injury of external genitals' );
11534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.19', '', 'Other and unspecified injury of other sites of trunk' );
11535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.2', '', 'Other and unspecified injury to shoulder and upper arm' );
11536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.3', '', 'Other and unspecified injury to elbow forearm and wrist' );
11537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.4', '', 'Other and unspecified injury to hand except finger' );
11538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.5', '', 'Other and unspecified injury to finger' );
11539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.6', '', 'Other and unspecified injury to hip and thigh' );
11540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.7', '', 'Other and unspecified injury to knee leg ankle and foot' );
11541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.8', '', 'Other and unspecified injury to other specified sites including multiple' );
11542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '959.9', '', 'Other and unspecified injury to unspecified site' );
11543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.0', '', 'Poisoning by penicillins' );
11544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.1', '', 'Poisoning by antifungal antibiotics' );
11545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.2', '', 'Poisoning by chloramphenicol group' );
11546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.3', '', 'Poisoning by erythromycin and other macrolides' );
11547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.4', '', 'Poisoning by tetracycline group' );
11548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.5', '', 'Poisoning of cephalosporin group' );
11549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.6', '', 'Poisoning of antimycobacterial antibiotics' );
11550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.7', '', 'Poisoning by antineoplastic antibiotics' );
11551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.8', '', 'Poisoning by other specified antibiotics' );
11552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '960.9', '', 'Poisoning by unspecified antibiotic' );
11553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.0', '', 'Poisoning by sulfonamides' );
11554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.1', '', 'Poisoning by arsenical anti-infectives' );
11555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.2', '', 'Poisoning by heavy metal anti-infectives' );
11556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.3', '', 'Poisoning by quinoline and hydroxyquinoline derivatives' );
11557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.4', '', 'Poisoning by antimalarials and drugs acting on other blood protozoa' );
11558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.5', '', 'Poisoning by other antiprotozoal drugs' );
11559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.6', '', 'Poisoning by anthelmintics' );
11560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.7', '', 'Poisoning by antiviral drugs' );
11561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.8', '', 'Poisoning by other antimycobacterial drugs' );
11562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '961.9', '', 'Poisoning by other and unspecified anti-infectives' );
11563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.0', '', 'Poisoning by adrenal cortical steroids' );
11564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.1', '', 'Poisoning by androgens and anabolic congeners' );
11565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.2', '', 'Poisoning by ovarian hormones and synthetic substitutes' );
11566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.3', '', 'Poisoning by insulins and antidiabetic agents' );
11567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.4', '', 'Poisoning by anterior pituitary hormones' );
11568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.5', '', 'Poisoning by posterior pituitary hormones' );
11569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.6', '', 'Poisoning by parathyroid and parathyroid derivatives' );
11570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.7', '', 'Poisoning by thyroid and thyroid derivatives' );
11571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.8', '', 'Poisoning by antithyroid agents' );
11572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '962.9', '', 'Poisoning by other and unspecified hormones and synthetic substitutes' );
11573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.0', '', 'Poisoning by antiallergic and antiemetic drugs' );
11574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.1', '', 'Poisoning by antineoplastic and immunosuppressive drugs' );
11575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.2', '', 'Poisoning by acidifying agents' );
11576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.3', '', 'Poisoning by alkalizing agents' );
11577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.4', '', 'Poisoning by enzymes not elsewhere classified' );
11578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.5', '', 'Poisoning by vitamins not elsewhere classified' );
11579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.8', '', 'Poisoning by other specified systemic agents' );
11580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '963.9', '', 'Poisoning by unspecified systemic agent' );
11581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.0', '', 'Poisoning by iron and its compounds' );
11582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.1', '', 'Poisoning by liver preparations and other antianemic agents' );
11583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.2', '', 'Poisoning by anticoagulants' );
11584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.3', '', 'Poisoning by vitamin k (phytonadione)' );
11585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.4', '', 'Poisoning by fibrinolysis-affecting drugs' );
11586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.5', '', 'Poisoning by anticoagulant antagonists and other coagulants' );
11587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.6', '', 'Poisoning by gamma globulin' );
11588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.7', '', 'Poisoning by natural blood and blood products' );
11589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.8', '', 'Poisoning by other specified agents affecting blood constituents' );
11590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '964.9', '', 'Poisoning by unspecified agent affecting blood constituents' );
11591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.00', '', 'Poisoning by opium (alkaloids) unspecified' );
11592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.01', '', 'Poisoning by heroin' );
11593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.02', '', 'Poisoning by methadone' );
11594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.09', '', 'Poisoning by other opiates and related narcotics' );
11595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.1', '', 'Poisoning by salicylates' );
11596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.4', '', 'Poisoning by aromatic analgesics not elsewhere classified' );
11597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.5', '', 'Poisoning by pyrazole derivatives' );
11598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.61', '', 'Poisoning by propionic acid derivatives' );
11599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.69', '', 'Poisoning by other antirheumatics' );
11600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.7', '', 'Poisoning by other non-narcotic analgesics' );
11601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.8', '', 'Poisoning by other specified analgesics and antipyretics' );
11602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '965.9', '', 'Poisoning by unspecified analgesic and antipyretic' );
11603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '966.0', '', 'Poisoning by oxazolidine derivatives' );
11604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '966.1', '', 'Poisoning by hydantoin derivatives' );
11605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '966.2', '', 'Poisoning by succinimides' );
11606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '966.3', '', 'Poisoning by other and unspecified anticonvulsants' );
11607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '966.4', '', 'Poisoning by anti-parkinsonism drugs' );
11608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.0', '', 'Poisoning by barbiturates' );
11609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.1', '', 'Poisoning by chloral hydrate group' );
11610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.2', '', 'Poisoning by paraldehyde' );
11611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.3', '', 'Poisoning by bromine compounds' );
11612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.4', '', 'Poisoning by methaqualone compounds' );
11613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.5', '', 'Poisoning by glutethimide group' );
11614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.6', '', 'Poisoning by mixed sedatives not elsewhere classified' );
11615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.8', '', 'Poisoning by other sedatives and hypnotics' );
11616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '967.9', '', 'Poisoning by unspecified sedative or hypnotic' );
11617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.0', '', 'Poisoning by central nervous system muscle-tone depressants' );
11618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.1', '', 'Poisoning by halothane' );
11619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.2', '', 'Poisoning by other gaseous anesthetics' );
11620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.3', '', 'Poisoning by intravenous anesthetics' );
11621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.4', '', 'Poisoning by other and unspecified general anesthetics' );
11622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.5', '', 'Poisoning by surface (topical) and infiltration anesthetics' );
11623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.6', '', 'Poisoning by peripheral nerve- and plexus-blocking anesthetics' );
11624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.7', '', 'Poisoning by spinal anesthetics' );
11625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '968.9', '', 'Poisoning by other and unspecified local anesthetics' );
11626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.00', '', 'Poisoning by antidepressant, unspecified' );
11627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.01', '', 'Poisoning by monoamine oxidase inhibitors' );
11628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.02', '', 'Poisoning by selective serotonin and norepinephrine reuptake inhibitors' );
11629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.03', '', 'Poisoning by selective serotonin reuptake inhibitors' );
11630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.04', '', 'Poisoning by tetracyclic antidepressants' );
11631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.05', '', 'Poisoning by tricyclic antidepressants' );
11632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.09', '', 'Poisoning by other antidepressants' );
11633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.1', '', 'Poisoning by phenothiazine-based tranquilizers' );
11634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.2', '', 'Poisoning by butyrophenone-based tranquilizers' );
11635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.3', '', 'Poisoning by other antipsychotics neuroleptics and major tranquilizers' );
11636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.4', '', 'Poisoning by benzodiazepine-based tranquilizers' );
11637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.5', '', 'Poisoning by other tranquilizers' );
11638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.6', '', 'Poisoning by psychodysleptics (hallucinogens)' );
11639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.70', '', 'Poisoning by psychostimulant, unspecified' );
11640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.71', '', 'Poisoning by caffeine' );
11641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.72', '', 'Poisoning by amphetamines' );
11642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.73', '', 'Poisoning by methylphenidate' );
11643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.79', '', 'Poisoning by other psychostimulants' );
11644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.8', '', 'Poisoning by other specified psychotropic agents' );
11645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '969.9', '', 'Poisoning by unspecified psychotropic agent' );
11646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '970.0', '', 'Poisoning by analeptics' );
11647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '970.1', '', 'Poisoning by opiate antagonists' );
11648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '970.8', '', 'Poisoning by other specified central nervous system stimulants' );
11649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '970.9', '', 'Poisoning by unspecified central nervous system stimulant' );
11650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '971.0', '', 'Poisoning by parasympathomimetics (cholinergics)' );
11651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '971.1', '', 'Poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' );
11652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '971.2', '', 'Poisoning by sympathomimetics (adrenergics)' );
11653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '971.3', '', 'Poisoning by sympatholytics (antiadrenergics)' );
11654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '971.9', '', 'Poisoning by unspecified drug primarily affecting autonomic nervous system' );
11655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.0', '', 'Poisoning by cardiac rhythm regulators' );
11656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.1', '', 'Poisoning by cardiotonic glycosides and drugs of similar action' );
11657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.2', '', 'Poisoning by antilipemic and antiarteriosclerotic drugs' );
11658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.3', '', 'Poisoning by ganglion-blocking agents' );
11659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.4', '', 'Poisoning by coronary vasodilators' );
11660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.5', '', 'Poisoning by other vasodilators' );
11661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.6', '', 'Poisoning by other antihypertensive agents' );
11662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.7', '', 'Poisoning by antivaricose drugs including sclerosing agents' );
11663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.8', '', 'Poisoning by capillary-active drugs' );
11664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '972.9', '', 'Poisoning by other and unspecified agents primarily affecting the cardiovascular system' );
11665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.0', '', 'Poisoning by antacids and antigastric secretion drugs' );
11666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.1', '', 'Poisoning by irritant cathartics' );
11667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.2', '', 'Poisoning by emollient cathartics' );
11668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.3', '', 'Poisoning by other cathartics including intestinal atonia' );
11669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.4', '', 'Poisoning by digestants' );
11670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.5', '', 'Poisoning by antidiarrheal drugs' );
11671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.6', '', 'Poisoning by emetics' );
11672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.8', '', 'Poisoning by other specified agents primarily affecting the gastrointestinal system' );
11673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '973.9', '', 'Poisoning by unspecified agent primarily affecting the gastrointestinal system' );
11674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.0', '', 'Poisoning by mercurial diuretics' );
11675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.1', '', 'Poisoning by purine derivative diuretics' );
11676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.2', '', 'Poisoning by carbonic acid anhydrase inhibitors' );
11677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.3', '', 'Poisoning by saluretics' );
11678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.4', '', 'Poisoning by other diuretics' );
11679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.5', '', 'Poisoning by electrolytic caloric and water-balance agents' );
11680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.6', '', 'Poisoning by other mineral salts not elsewhere classified' );
11681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '974.7', '', 'Poisoning by uric acid metabolism drugs' );
11682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.0', '', 'Poisoning by oxytocic agents' );
11683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.1', '', 'Poisoning by smooth muscle relaxants' );
11684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.2', '', 'Poisoning by skeletal muscle relaxants' );
11685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.3', '', 'Poisoning by other and unspecified drugs acting on muscles' );
11686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.4', '', 'Poisoning by antitussives' );
11687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.5', '', 'Poisoning by expectorants' );
11688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.6', '', 'Poisoning by anti-common cold drugs' );
11689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.7', '', 'Poisoning by antiasthmatics' );
11690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '975.8', '', 'Poisoning by other and unspecified respiratory drugs' );
11691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.0', '', 'Poisoning by local anti-infectives and anti-inflammatory drugs' );
11692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.1', '', 'Poisoning by antipruritics' );
11693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.2', '', 'Poisoning by local astringents and local detergents' );
11694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.3', '', 'Poisoning by emollients demulcents and protectants' );
11695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.4', '', 'Poisoning by keratolytics keratoplastics other hair treatment drugs and preparations' );
11696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.5', '', 'Poisoning by eye anti-infectives and other eye drugs' );
11697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.6', '', 'Poisoning by anti-infectives and other drugs and preparations for ear nose and throat' );
11698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.7', '', 'Poisoning by dental drugs topically applied' );
11699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.8', '', 'Poisoning by other agents primarily affecting skin and mucous membrane' );
11700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '976.9', '', 'Poisoning by unspecified agent primarily affecting skin and mucous membrane' );
11701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.0', '', 'Poisoning by dietetics' );
11702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.1', '', 'Poisoning by lipotropic drugs' );
11703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.2', '', 'Poisoning by antidotes and chelating agents not elsewhere classified' );
11704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.3', '', 'Poisoning by alcohol deterrents' );
11705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.4', '', 'Poisoning by pharmaceutical excipients' );
11706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.8', '', 'Poisoning by other specified drugs and medicinal substances' );
11707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '977.9', '', 'Poisoning by unspecified drug or medicinal substance' );
11708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.0', '', 'Poisoning by bcg vaccine' );
11709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.1', '', 'Poisoning by typhoid and paratyphoid vaccine' );
11710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.2', '', 'Poisoning by cholera vaccine' );
11711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.3', '', 'Poisoning by plague vaccine' );
11712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.4', '', 'Poisoning by tetanus vaccine' );
11713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.5', '', 'Poisoning by diphtheria vaccine' );
11714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.6', '', 'Poisoning by pertussis vaccine including combinations with a pertussis component' );
11715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.8', '', 'Poisoning by other and unspecified bacterial vaccines' );
11716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '978.9', '', 'Poisoning by mixed bacterial vaccines except combinations with a pertussis component' );
11717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.0', '', 'Poisoning by smallpox vaccine' );
11718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.1', '', 'Poisoning by rabies vaccine' );
11719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.2', '', 'Poisoning by typhus vaccine' );
11720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.3', '', 'Poisoning by yellow fever vaccine' );
11721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.4', '', 'Poisoning by measles vaccine' );
11722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.5', '', 'Poisoning by poliomyelitis vaccine' );
11723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.6', '', 'Poisoning by other and unspecified viral and rickettsial vaccines' );
11724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.7', '', 'Poisoning by mixed viral-rickettsial and bacterial vaccines except combinations with a pertussis component' );
11725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '979.9', '', 'Poisoning by other and unspecified vaccines and biological substances' );
11726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.0', '', 'Toxic effect of ethyl alcohol' );
11727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.1', '', 'Toxic effect of methyl alcohol' );
11728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.2', '', 'Toxic effect of isopropyl alcohol' );
11729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.3', '', 'Toxic effect of fusel oil' );
11730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.8', '', 'Toxic effect of other specified alcohols' );
11731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '980.9', '', 'Toxic effect of unspecified alcohol' );
11732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '981', '', 'Toxic effect of petroleum products' );
11733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.0', '', 'Toxic effect of benzene and homologues' );
11734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.1', '', 'Toxic effect of carbon tetrachloride' );
11735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.2', '', 'Toxic effect of carbon disulfide' );
11736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.3', '', 'Toxic effect of other chlorinated hydrocarbon solvents' );
11737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.4', '', 'Toxic effect of nitroglycol' );
11738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '982.8', '', 'Toxic effect of other nonpetroleum-based solvents' );
11739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '983.0', '', 'Toxic effect of corrosive aromatics' );
11740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '983.1', '', 'Toxic effect of acids' );
11741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '983.2', '', 'Toxic effect of caustic alkalis' );
11742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '983.9', '', 'Toxic effect of caustic unspecified' );
11743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '984.0', '', 'Toxic effect of inorganic lead compounds' );
11744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '984.1', '', 'Toxic effect of organic lead compounds' );
11745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '984.8', '', 'Toxic effect of other lead compounds' );
11746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '984.9', '', 'Toxic effect of unspecified lead compound' );
11747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.0', '', 'Toxic effect of mercury and its compounds' );
11748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.1', '', 'Toxic effect of arsenic and its compounds' );
11749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.2', '', 'Toxic effect of manganese and its compounds' );
11750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.3', '', 'Toxic effect of beryllium and its compounds' );
11751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.4', '', 'Toxic effect of antimony and its compounds' );
11752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.5', '', 'Toxic effect of cadmium and its compounds' );
11753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.6', '', 'Toxic effect of chromium' );
11754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.8', '', 'Toxic effect of other specified metals' );
11755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '985.9', '', 'Toxic effect of unspecified metal' );
11756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '986', '', 'Toxic effect of carbon monoxide' );
11757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.0', '', 'Toxic effect of liquefied petroleum gases' );
11758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.1', '', 'Toxic effect of other hydrocarbon gas' );
11759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.2', '', 'Toxic effect of nitrogen oxides' );
11760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.3', '', 'Toxic effect of sulfur dioxide' );
11761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.4', '', 'Toxic effect of freon' );
11762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.5', '', 'Toxic effect of lacrimogenic gas' );
11763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.6', '', 'Toxic effect of chlorine gas' );
11764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.7', '', 'Toxic effect of hydrocyanic acid gas' );
11765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.8', '', 'Toxic effect of other specified gases fumes or vapors' );
11766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '987.9', '', 'Toxic effect of unspecified gas fume or vapor' );
11767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '988.0', '', 'Toxic effect of fish and shellfish eaten as food' );
11768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '988.1', '', 'Toxic effect of mushrooms eaten as food' );
11769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '988.2', '', 'Toxic effect of berries and other plants eaten as food' );
11770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '988.8', '', 'Toxic effect of other specified noxious substances eaten as food' );
11771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '988.9', '', 'Toxic effect of unspecified noxious substance eaten as food' );
11772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.0', '', 'Toxic effect of hydrocyanic acid and cyanides' );
11773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.1', '', 'Toxic effect of strychnine and salts' );
11774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.2', '', 'Toxic effect of chlorinated hydrocarbons' );
11775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.3', '', 'Toxic effect of organophosphate and carbamate' );
11776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.4', '', 'Toxic effect of other pesticides not elsewhere classified' );
11777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.5', '', 'Toxic effect of venom' );
11778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.6', '', 'Toxic effect of soaps and detergents' );
11779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.7', '', 'Toxic effect of aflatoxin and other mycotoxin (food contaminants)' );
11780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.81', '', 'Toxic effect of asbestos' );
11781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.82', '', 'Toxic effect of latex' );
11782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.83', '', 'Toxic effect of silicone' );
11783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.84', '', 'Toxic effect of tobacco' );
11784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.89', '', 'Toxic effect of other substance chiefly nonmedicinal as to source not elsewhere classified' );
11785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '989.9', '', 'Toxic effect of unspecified substance chiefly nonmedicinal as to source' );
11786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '990', '', 'Effects of radiation unspecified' );
11787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.0', '', 'Frostbite of face' );
11788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.1', '', 'Frostbite of hand' );
11789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.2', '', 'Frostbite of foot' );
11790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.3', '', 'Frostbite of other and unspecified sites' );
11791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.4', '', 'Immersion foot' );
11792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.5', '', 'Chilblains' );
11793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.6', '', 'Hypothermia' );
11794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.8', '', 'Other specified effects of reduced temperature' );
11795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '991.9', '', 'Unspecified effect of reduced temperature' );
11796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.0', '', 'Heat stroke and sunstroke' );
11797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.1', '', 'Heat syncope' );
11798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.2', '', 'Heat cramps' );
11799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.3', '', 'Heat exhaustion anhydrotic' );
11800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.4', '', 'Heat exhaustion due to salt depletion' );
11801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.5', '', 'Heat exhaustion unspecified' );
11802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.6', '', 'Heat fatigue transient' );
11803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.7', '', 'Heat edema' );
11804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.8', '', 'Other specified heat effects' );
11805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '992.9', '', 'Unspecified effects of heat and light' );
11806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.0', '', 'Barotrauma otitic' );
11807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.1', '', 'Barotrauma sinus' );
11808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.2', '', 'Other and unspecified effects of high altitude' );
11809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.3', '', 'Caisson disease' );
11810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.4', '', 'Effects of air pressure caused by explosion' );
11811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.8', '', 'Other specified effects of air pressure' );
11812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '993.9', '', 'Unspecified effect of air pressure' );
11813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.0', '', 'Effects of lightning' );
11814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.1', '', 'Drowning and nonfatal submersion' );
11815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.2', '', 'Effects of neoplasms' );
11816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.3', '', 'Effects of thirst' );
11817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.4', '', 'Exhaustion due to exposure' );
11818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.5', '', 'Exhaustion due to excessive exertion' );
11819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.6', '', 'Motion sickness' );
11820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.7', '', 'Asphyxiation and strangulation' );
11821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.8', '', 'Electrocution and nonfatal effects of electric current' );
11822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '994.9', '', 'Other effects of external causes' );
11823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.0', '', 'Other anaphylactic shock not elsewhere classified' );
11824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.1', '', 'Angioneurotic edema not elsewhere classified' );
11825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.20', '', 'Unspecified adverse effect of unspecified drug, medicinal and biological substance' );
11826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.21', '', 'Arthus phenomenon' );
11827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.22', '', 'Unspecified adverse effect of anesthesia' );
11828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.23', '', 'Unspecified adverse effect of insulin' );
11829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.24', '', 'Failed moderate sedation during procedure' );
11830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.27', '', 'Other drug allergy' );
11831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.29', '', 'Unspecified adverse effect of other drug, medicinal and biological substance' );
11832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.3', '', 'Allergy unspecified not elsewhere classified' );
11833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.4', '', 'Shock due to anesthesia not elsewhere classified' );
11834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.50', '', 'Unspecified child abuse' );
11835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.51', '', 'Child emotional/psychological abuse' );
11836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.52', '', 'Child neglect (nutritional)' );
11837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.53', '', 'Child sexual abuse' );
11838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.54', '', 'Child physical abuse' );
11839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.55', '', 'Shaken baby syndrome' );
11840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.59', '', 'Other child abuse and neglect' );
11841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.60', '', 'Anaphylactic shock due to unspecified food' );
11842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.61', '', 'Anaphylactic shock due to peanuts' );
11843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.62', '', 'Anaphylactic shock due to crustaceans' );
11844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.63', '', 'Anaphylactic shock due to fruits and vegetables' );
11845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.64', '', 'Anaphylactic shock due to tree nuts and seeds' );
11846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.65', '', 'Anaphylactic shock due to fish' );
11847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.66', '', 'Anaphylactic shock due to food additives' );
11848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.67', '', 'Anaphylactic shock due to milk products' );
11849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.68', '', 'Anaphylactic shock due to eggs' );
11850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.69', '', 'Anaphylactic shock due to other specified food' );
11851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.7', '', 'Other adverse food reactions not elsewhere classified' );
11852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.80', '', 'Unspecified adult maltreatment' );
11853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.81', '', 'Adult physical abuse' );
11854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.82', '', 'Adult emotional/psychological abuse' );
11855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.83', '', 'Adult sexual abuse' );
11856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.84', '', 'Adult neglect (nutritional)' );
11857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.85', '', 'Other adult abuse and neglect' );
11858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.86', '', 'Malignant hyperthermia' );
11859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.89', '', 'Other specified adverse effects not elsewhere classified' );
11860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.90', '', 'Systemic inflammatory response syndrome unspecified' );
11861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.91', '', 'Systemic inflammatory response syndrome due to infectious process without organ dysfunction' );
11862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.92', '', 'Systemic inflammatory response syndrome due to infectious process with organ dysfunction' );
11863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.93', '', 'Systemic inflammatory response syndrome due to noninfectious process without organ dysfunction' );
11864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '995.94', '', 'Systemic inflammatory response syndrome due to noninfectious process with organ dysfunction' );
11865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.00', '', 'Mechanical complications of unspecified cardiac device implant and graft' );
11866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.01', '', 'Mechanical complication due to cardiac pacemaker (electrode)' );
11867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.02', '', 'Mechanical complication due to heart valve prosthesis' );
11868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.03', '', 'Mechanical complication due to coronary bypass graft' );
11869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.04', '', 'Mechanical complication of automatic implantable cardiac defibrillator' );
11870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.09', '', 'Other mechanical complication of cardiac device implant and graft' );
11871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.1', '', 'Mechanical complication of other vascular device implant and graft' );
11872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.2', '', 'Mechanical complication of nervous system device implant and graft' );
11873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.30', '', 'Mechanical complication of unspecified genitourinary device implant and graft' );
11874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.31', '', 'Mechanical complication due to urethral (indwelling) catheter' );
11875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.32', '', 'Mechanical complication due to intrauterine contraceptive device' );
11876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.39', '', 'Other mechanical complication of genitourinary device implant and graft' );
11877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.40', '', 'Unspecified mechanical complication of internal orthopedic device, implant and graft' );
11878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.41', '', 'Mechanical loosening of prosthetic joint' );
11879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.42', '', 'Dislocation of prosthetic joint' );
11880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.43', '', 'Broken prosthetic joint implant' );
11881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.44', '', 'Peri-prosthetic fracture around prosthetic joint' );
11882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.45', '', 'Peri-prosthetic osteolysis' );
11883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.46', '', 'Articular bearing surface wear of prosthetic joint' );
11884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.47', '', 'Other mechanical complication of prosthetic joint implant' );
11885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.49', '', 'Other mechanical complication of other internal orthopedic device, implant, and graft' );
11886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.51', '', 'Mechanical complication of prosthetic corneal graft' );
11887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.52', '', 'Mechanical complication of prosthetic graft of other tissue not elsewhere classified' );
11888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.53', '', 'Mechanical complication of prosthetic ocular lens prosthesis' );
11889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.54', '', 'Mechanical complication of breast prosthesis' );
11890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.55', '', 'Mechanical complication due to artificial skin graft and decellularized allodermis' );
11891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.56', '', 'Mechanical complication due to peritoneal dialysis catheter' );
11892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.57', '', 'Mechanical complication due to insulin pump' );
11893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.59', '', 'Mechanical complication of other implant and internal device not elsewhere classified' );
11894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.60', '', 'Infection and inflammatory reaction due to unspecified device implant and graft' );
11895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.61', '', 'Infection and inflammatory reaction due to cardiac device implant and graft' );
11896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.62', '', 'Infection and inflammatory reaction due vascular device, implant and graft' );
11897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.63', '', 'Infection and inflammatory reaction due to nervous system device implant and graft' );
11898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.64', '', 'Infection and inflammatory reaction due to indwelling urinary catheter' );
11899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.65', '', 'Infection and inflammatory reaction due to other genitourinary device implant and graft' );
11900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.66', '', 'Infection and inflammatory reaction due to internal joint prosthesis' );
11901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.67', '', 'Infection and inflammatory reaction due to other internal orthopedic device implant and graft' );
11902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.68', '', 'Infection and inflammatory reaction due to peritoneal dialysis catheter' );
11903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.69', '', 'Infection and inflammatory reaction due to other internal prosthetic device implant and graft' );
11904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.70', '', 'Other complications due to unspecified device implant and graft' );
11905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.71', '', 'Other complications due to heart valve prosthesis' );
11906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.72', '', 'Other complications due to other cardiac device implant and graft' );
11907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.73', '', 'Other complications due to renal dialysis device implant and graft' );
11908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.74', '', 'Other complications due to other vascular device implant and graft' );
11909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.75', '', 'Other complications due to nervous system device implant and graft' );
11910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.76', '', 'Other complications due to genitourinary device implant and graft' );
11911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.77', '', 'Other complications due to internal joint prosthesis' );
11912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.78', '', 'Other complications due to other internal orthopedic device implant and graft' );
11913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.79', '', 'Other complications due to other internal prosthetic device implant and graft' );
11914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.80', '', 'Complications of unspecified transplanted organ' );
11915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.81', '', 'Complications of transplanted kidney' );
11916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.82', '', 'Complications of transplanted liver' );
11917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.83', '', 'Complications of transplanted heart' );
11918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.84', '', 'Complications of transplanted lung' );
11919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.85', '', 'Complications of transplanted bone marrow' );
11920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.86', '', 'Complications of transplanted pancreas' );
11921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.87', '', 'Complications of transplanted organ intestine' );
11922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.89', '', 'Complications of other specified transplanted organ' );
11923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.90', '', 'Complications of unspecified reattached extremity' );
11924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.91', '', 'Complications of reattached forearm' );
11925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.92', '', 'Complications of reattached hand' );
11926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.93', '', 'Complications of reattached finger(s)' );
11927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.94', '', 'Complications of reattached upper extremity other and unspecified' );
11928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.95', '', 'Complication of reattached foot and toe(s)' );
11929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.96', '', 'Complication of reattached lower extremity other and unspecified' );
11930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '996.99', '', 'Complication of other specified reattached body part' );
11931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.00', '', 'Nervous system complication unspecified' );
11932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.01', '', 'Central nervous system complication' );
11933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.02', '', 'Iatrogenic cerebrovascular infarction or hemorrhage' );
11934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.09', '', 'Other nervous system complications' );
11935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.1', '', 'Cardiac complications not elsewhere classified' );
11936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.2', '', 'Peripheral vascular complications not elsewhere classified' );
11937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.31', '', 'Ventilator associated pneumonia' );
11938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.39', '', 'Other respiratory complications' );
11939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.4', '', 'Digestive system complications not elsewhere classified' );
11940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.5', '', 'Urinary complications not elsewhere classified' );
11941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.60', '', 'Unspecified late complication of amputation stump' );
11942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.61', '', 'Neuroma of amputation stump' );
11943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.62', '', 'Infection (chronic) of amputation stump' );
11944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.69', '', 'Other late amputation stump complication' );
11945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.71', '', 'Vascular complications of mesenteric artery' );
11946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.72', '', 'Vascular complications of renal artery' );
11947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.79', '', 'Vascular complications of other vessels' );
11948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.91', '', 'Complications affecting other specified body systems not elsewhere classified hypertension' );
11949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '997.99', '', 'Complications affecting other specified body systems not elsewhere classified' );
11950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.0', '', 'Postoperative shock not elsewhere classified' );
11951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.11', '', 'Hemorrhage complicating a procedure' );
11952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.12', '', 'Hematoma complicating a procedure' );
11953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.13', '', 'Seroma complicating a procedure' );
11954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.2', '', 'Accidental puncture or laceration during a procedure not elsewhere classified' );
11955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.30', '', 'Disruption of wound, unspecified' );
11956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.31', '', 'Disruption of internal operation (surgical) wound' );
11957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.32', '', 'Disruption of external operation (surgical) wound' );
11958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.33', '', 'Disruption of traumatic wound repair' );
11959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.4', '', 'Foreign body accidentally left during a procedure not elsewhere classified' );
11960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.51', '', 'Infected postoperative seroma' );
11961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.59', '', 'Other postoperative infection' );
11962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.6', '', 'Persistent postoperative fistula not elsewhere classified' );
11963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.7', '', 'Acute reaction to foreign substance accidentally left during a procedure not elsewhere classified' );
11964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.81', '', 'Emphysema (subcutaneous) (surgical) resulting from procedure' );
11965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.82', '', 'Cataract fragments in eye following cataract surgery' );
11966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.83', '', 'Non-healing surgical wound' );
11967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.89', '', 'Other specified complications of procedures not elsewhere classified' );
11968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '998.9', '', 'Unspecified complication of procedure not elsewhere classified' );
11969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.0', '', 'Generalized vaccinia as a complication of medical care not elsewhere classified' );
11970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.1', '', 'Air embolism as a complication of medical care not elsewhere classified' );
11971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.2', '', 'Other vascular complications of medical care not elsewhere classified' );
11972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.31', '', 'Infection due to central venous catheter' );
11973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.39', '', 'Infection following other infusion, injection, transfusion, or vaccination' );
11974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.4', '', 'Anaphylactic shock due to serum not elsewhere classified' );
11975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.5', '', 'Other serum reaction not elsewhere classified' );
11976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.6', '', 'Abo incompatibility reaction not elsewhere classified' );
11977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.7', '', 'Rh incompatibility reaction not elsewhere classified' );
11978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.81', '', 'Extravasation of vesicant chemotherapy' );
11979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.82', '', 'Extravasation of other vesicant agent' );
11980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.88', '', 'Other infusion reaction' );
11981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.89', '', 'Other transfusion reaction' );
11982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, '999.9', '', 'Other and unspecified complications of medical care not elsewhere classified' );
11983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E000.0', '', 'Civilian activity done for income or pay' );
11984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E000.1', '', 'Military activity' );
11985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E000.8', '', 'Other external cause status' );
11986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E000.9', '', 'Unspecified external cause status' );
11987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E001.0', '', 'Activities involving walking, marching and hiking' );
11988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E001.1', '', 'Activities involving running' );
11989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.0', '', 'Activities involving swimming' );
11990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.1', '', 'Activities involving springboard and platform diving' );
11991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.2', '', 'Activities involving water polo' );
11992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.3', '', 'Activities involving water aerobics and water exercise' );
11993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.4', '', 'Activities involving underwater diving and snorkeling' );
11994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.5', '', 'Activities involving rowing, canoeing, kayaking, rafting and tubing' );
11995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.6', '', 'Activities involving water skiing and wake boarding' );
11996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.7', '', 'Activities involving surfing, windsurfing and boogie boarding' );
11997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.8', '', 'Activities involving water sliding' );
11998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E002.9', '', 'Other activity involving water and watercraft' );
11999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E003.0', '', 'Activities involving ice skating' );
12000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E003.1', '', 'Activities involving ice hockey' );
12001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E003.2', '', 'Activities involving snow (alpine) (downhill) skiing, snow boarding, sledding, tobogganing and snow tubing' );
12002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E003.3', '', 'Activities involving cross country skiing' );
12003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E003.9', '', 'Other activity involving ice and snow' );
12004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.0', '', 'Activities involving mountain climbing, rock climbing and wall climbing' );
12005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.1', '', 'Activities involving rappelling' );
12006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.2', '', 'Activities involving climbing base jumping' );
12007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.3', '', 'Activities involving climbing bungee jumping' );
12008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.4', '', 'Activities involving hang gliding' );
12009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E004.9', '', 'Other activity involving climbing, rappelling and jumping off' );
12010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.0', '', 'Activities involving dancing' );
12011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.1', '', 'Activities involving yoga' );
12012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.2', '', 'Activities involving gymnastics' );
12013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.3', '', 'Activities involving trampoline' );
12014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.4', '', 'Activities involving cheerleading' );
12015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E005.9', '', 'Other activity involving dancing and other rhythmic movements' );
12016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.0', '', 'Activities involving roller skating (inline) and skateboarding' );
12017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.1', '', 'Activities involving horseback riding' );
12018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.2', '', 'Activities involving golf' );
12019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.3', '', 'Activities involving bowling' );
12020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.4', '', 'Activities involving bike riding' );
12021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.5', '', 'Activities involving jump rope' );
12022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.6', '', 'Activities involving non-running track and field events' );
12023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E006.9', '', 'Other activity involving other sports and athletics played individually' );
12024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.0', '', 'Activities involving american tackle football' );
12025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.1', '', 'Activities involving american flag or touch football' );
12026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.2', '', 'Activities involving rugby' );
12027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.3', '', 'Activities involving baseball' );
12028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.4', '', 'Activities involving lacrosse and field hockey' );
12029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.5', '', 'Activities involving soccer' );
12030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.6', '', 'Activities involving basketball' );
12031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.7', '', 'Activities involving volleyball (beach) (court)' );
12032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.8', '', 'Activities involving physical games generally associated with school recess, summer camp and children' );
12033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E007.9', '', 'Other activity involving other sports and athletes played as a team or group' );
12034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.0', '', 'Activities involving boxing' );
12035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.1', '', 'Activities involving wrestling' );
12036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.2', '', 'Activities involving racquet and hand sports' );
12037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.3', '', 'Activities involving frisbee' );
12038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.4', '', 'Activities involving martial arts' );
12039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E008.9', '', 'Other specified sports and athletics activities' );
12040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.0', '', 'Activity involving exercise machines primarily for cardiorespiratory conditioning' );
12041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.1', '', 'Activity involving calisthenics' );
12042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.2', '', 'Activity involving aerobic and step exercise' );
12043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.3', '', 'Activity involving circuit training' );
12044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.4', '', 'Activity involving obstacle course' );
12045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.5', '', 'Activity involving grass drills' );
12046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E009.9', '', 'Other activity involving cardiorespiratory exercise' );
12047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E010.0', '', 'Activity involving exercise machines primarily for muscle strengthening' );
12048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E010.1', '', 'Activity involving push-ups, pull-ups, sit-ups' );
12049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E010.2', '', 'Activity involving free weights' );
12050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E010.3', '', 'Activity involving pilates' );
12051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E010.9', '', 'Other activity involving other muscle strengthening exercises' );
12052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E011.0', '', 'Activities involving computer keyboarding' );
12053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E011.1', '', 'Activities involving hand held interactive electronic device' );
12054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E011.9', '', 'Other activity involving computer technology and electronic devices' );
12055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E012.0', '', 'Activities involving knitting and crocheting' );
12056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E012.1', '', 'Activities involving sewing' );
12057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E012.2', '', 'Activities involving furniture building and finishing' );
12058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E012.9', '', 'Activity involving other arts and handcrafts' );
12059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.0', '', 'Activities involving personal bathing and showering' );
12060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.1', '', 'Activities involving laundry' );
12061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.2', '', 'Activities involving vacuuming' );
12062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.3', '', 'Activities involving ironing' );
12063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.4', '', 'Activities involving floor mopping and cleaning' );
12064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.5', '', 'Activities involving residential relocation' );
12065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.8', '', 'Other personal hygiene activity' );
12066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E013.9', '', 'Other household maintenance' );
12067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E014.0', '', 'Caregiving involving bathing' );
12068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E014.1', '', 'Caregiving involving lifting' );
12069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E014.9', '', 'Other activity involving person providing caregiving' );
12070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E015.0', '', 'Activities involving food preparation and clean up' );
12071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E015.1', '', 'Activities involving grilling and smoking food' );
12072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E015.2', '', 'Activities involving cooking and baking' );
12073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E015.9', '', 'Other activity involving cooking and grilling' );
12074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E016.0', '', 'Activities involving digging, shoveling and raking' );
12075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E016.1', '', 'Activities involving gardening and landscaping' );
12076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E016.2', '', 'Activities involving building and construction' );
12077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E016.9', '', 'Other activity involving property and land maintenance, building and construction' );
12078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E017.0', '', 'Activities involving roller coaster riding' );
12079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E017.9', '', 'Other activity involving external motion' );
12080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E018.0', '', 'Activities involving piano playing' );
12081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E018.1', '', 'Activities involving drum and other percussion instrument playing' );
12082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E018.2', '', 'Activities involving string instrument playing' );
12083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E018.3', '', 'Activities involving winds and brass instrument playing' );
12084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E019.0', '', 'Activities involving walking an animal' );
12085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E019.1', '', 'Activities involving milking an animal' );
12086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E019.2', '', 'Activities involving grooming and shearing an animal' );
12087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E019.9', '', 'Other activity involving animal care' );
12088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E029.0', '', 'Refereeing a sports activity' );
12089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E029.1', '', 'Spectator at an event' );
12090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E029.2', '', 'Rough housing and horseplay' );
12091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E029.9', '', 'Other activity' );
12092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E030', '', 'Unspecified activity' );
12093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.0', '', 'Railway accident involving collision with rolling stock and injuring railway employee' );
12094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.1', '', 'Railway accident involving collision with rolling stock and injuring passenger on railway' );
12095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.2', '', 'Railway accident involving collision with rolling stock and injuring pedestrian' );
12096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.3', '', 'Railway accident involving collision with rolling stock and injuring pedal cyclist' );
12097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.8', '', 'Railway accident involving collision with rolling stock and injuring other specified person' );
12098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E800.9', '', 'Railway accident involving collision with rolling stock and injuring unspecified person' );
12099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.0', '', 'Railway accident involving collision with other object and injuring railway employee' );
12100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.1', '', 'Railway accident involving collision with other object and injuring passenger on railway' );
12101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.2', '', 'Railway accident involving collision with other object and injuring pedestrian' );
12102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.3', '', 'Railway accident involving collision with other object and injuring pedal cyclist' );
12103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.8', '', 'Railway accident involving collision with other object and injuring other specified person' );
12104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E801.9', '', 'Railway accident involving collision with other object and injuring unspecified person' );
12105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.0', '', 'Railway accident involving derailment without antecedent collision injuring railway employee' );
12106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.1', '', 'Railway accident involving derailment without antecedent collision injuring passenger on railway' );
12107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.2', '', 'Railway accident involving derailment without antecedent collision injuring pedestrian' );
12108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.3', '', 'Railway accident involving derailment without antecedent collision injuring pedal cyclist' );
12109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.8', '', 'Railway accident involving derailment without antecedent collision injuring other specified person' );
12110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E802.9', '', 'Railway accident involving derailment without antecedent collision injuring unspecified person' );
12111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.0', '', 'Railway accident involving explosion fire or burning injuring railway employee' );
12112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.1', '', 'Railway accident involving explosion fire or burning injuring passenger on railway' );
12113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.2', '', 'Railway accident involving explosion fire or burning injuring pedestrian' );
12114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.3', '', 'Railway accident involving explosion fire or burning injuring pedal cyclist' );
12115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.8', '', 'Railway accident involving explosion fire or burning injuring other specified person' );
12116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E803.9', '', 'Railway accident involving explosion fire or burning injuring unspecified person' );
12117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.0', '', 'Fall in on or from railway train injuring railway employee' );
12118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.1', '', 'Fall in on or from railway train injuring passenger on railway' );
12119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.2', '', 'Fall in on or from railway train injuring pedestrian' );
12120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.3', '', 'Fall in on or from railway train injuring pedal cyclist' );
12121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.8', '', 'Fall in on or from railway train injuring other specified person' );
12122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E804.9', '', 'Fall in on or from railway train injuring unspecified person' );
12123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.0', '', 'Railway employee hit by rolling stock' );
12124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.1', '', 'Passenger on railway hit by rolling stock' );
12125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.2', '', 'Pedestrian hit by rolling stock' );
12126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.3', '', 'Pedal cyclist hit by rolling stock' );
12127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.8', '', 'Other specified person hit by rolling stock' );
12128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E805.9', '', 'Unspecified person hit by rolling stock' );
12129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.0', '', 'Other specified railway accident injuring railway employee' );
12130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.1', '', 'Other specified railway accident injuring passenger on railway' );
12131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.2', '', 'Other specified railway accident injuring pedestrian' );
12132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.3', '', 'Other specified railway accident injuring pedal cyclist' );
12133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.8', '', 'Other specified railway accident injuring other specified person' );
12134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E806.9', '', 'Other specified railway accident injuring unspecified person' );
12135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.0', '', 'Railway accident of unspecified nature injuring railway employee' );
12136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.1', '', 'Railway accident of unspecified nature injuring passenger on railway' );
12137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.2', '', 'Railway accident of unspecified nature injuring pedestrian' );
12138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.3', '', 'Railway accident of unspecified nature injuring pedal cyclist' );
12139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.8', '', 'Railway accident of unspecified nature injuring other specified person' );
12140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E807.9', '', 'Railway accident of unspecified nature injuring unspecified person' );
12141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.0', '', 'Motor vehicle traffic accident involving collision with train injuring driver of motor vehicle other than motorcycle' );
12142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.1', '', 'Motor vehicle traffic accident involving collision with train injuring passenger in motor vehicle other than motorcycle' );
12143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.2', '', 'Motor vehicle traffic accident involving collision with train injuring motorcyclist' );
12144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.3', '', 'Motor vehicle traffic accident involving collision with train injuring passenger on motorcycle' );
12145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.4', '', 'Motor vehicle traffic accident involving collision with train injuring occupant of streetcar' );
12146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.5', '', 'Motor vehicle traffic accident involving collision with train injuring rider of animal; occupant of animal-drawn vehicle' );
12147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.6', '', 'Motor vehicle traffic accident involving collision with train injuring pedal cyclist' );
12148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.7', '', 'Motor vehicle traffic accident involving collision with train injuring pedestrian' );
12149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.8', '', 'Motor vehicle traffic accident involving collision with train injuring other specified person' );
12150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E810.9', '', 'Motor vehicle traffic accident involving collision with train injuring unspecified person' );
12151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.0', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring driver of motor vehicle other than motorcycle' );
12152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.1', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring passenger in motor vehicle other than motorcycle' );
12153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.2', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring motorcyclist' );
12154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.3', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring passenger on motorcycle' );
12155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.4', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring occupant of streetcar' );
12156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.5', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring rider of animal; occupant of animal-drawn vehicle' );
12157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.6', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring pedal cyclist' );
12158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.7', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring pedestrian' );
12159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.8', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring other specified person' );
12160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E811.9', '', 'Motor vehicle traffic accident involving re-entrant collision with another motor vehicle injuring unspecified person' );
12161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.0', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring driver of motor vehicle other than motorcycle' );
12162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.1', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring passenger in motor vehicle other than motorcycle' );
12163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.2', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring motorcyclist' );
12164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.3', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring passenger on motorcycle' );
12165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.4', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring occupant of streetcar' );
12166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.5', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring rider of animal; occupant of animal-drawn vehicle' );
12167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.6', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring pedal cyclist' );
12168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.7', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring pedestrian' );
12169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.8', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring other specified person' );
12170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E812.9', '', 'Other motor vehicle traffic accident involving collision with motor vehicle injuring unspecified person' );
12171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.0', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring driver of motor vehicle other than motorcycle' );
12172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.1', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring passenger in motor vehicle other than motorcycle' );
12173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.2', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring motorcyclist' );
12174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.3', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring passenger on motorcycle' );
12175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.4', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring occupant of streetcar' );
12176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.5', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring rider of animal; occupant of animal-drawn vehicle' );
12177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.6', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring pedal cyclist' );
12178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.7', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring pedestrian' );
12179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.8', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring other specified person' );
12180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E813.9', '', 'Motor vehicle traffic accident involving collision with other vehicle injuring unspecified person' );
12181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.0', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring driver of motor vehicle other than motorcycle' );
12182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.1', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring passenger in motor vehicle other than motorcycle' );
12183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.2', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring motorcyclist' );
12184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.3', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring passenger on motorcycle' );
12185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.4', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring occupant of streetcar' );
12186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.5', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring rider of animal; occupant of animal drawn vehicle' );
12187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.6', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedal cyclist' );
12188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.7', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring pedestrian' );
12189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.8', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring other specified person' );
12190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E814.9', '', 'Motor vehicle traffic accident involving collision with pedestrian injuring unspecified person' );
12191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.0', '', 'Other motor vehicle traffic accident involving collision on the highway injuring driver of motor vehicle other than motorcycle' );
12192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.1', '', 'Other motor vehicle traffic accident involving collision on the highway injuring passenger in motor vehicle other than motorcycle' );
12193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.2', '', 'Other motor vehicle traffic accident involving collision on the highway injuring motorcyclist' );
12194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.3', '', 'Other motor vehicle traffic accident involving collision on the highway injuring passenger on motorcycle' );
12195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.4', '', 'Other motor vehicle traffic accident involving collision on the highway injuring occupant of streetcar' );
12196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.5', '', 'Other motor vehicle traffic accident involving collision on the highway injuring rider of animal; occupant of animal-drawn vehicle' );
12197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.6', '', 'Other motor vehicle traffic accident involving collision on the highway injuring pedal cyclist' );
12198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.7', '', 'Other motor vehicle traffic accident involving collision on the highway injuring pedestrian' );
12199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.8', '', 'Other motor vehicle traffic accident involving collision on the highway injuring other specified person' );
12200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E815.9', '', 'Other motor vehicle traffic accident involving collision on the highway injuring unspecified person' );
12201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.0', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring driver of motor vehicle other than motorcycle' );
12202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.1', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring passenger in motor vehicle other than motorcycle' );
12203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.2', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring motorcyclist' );
12204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.3', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring passenger on motorcycle' );
12205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.4', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring occupant of streetcar' );
12206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.5', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring rider of animal; occupant of animal-drawn vehicle' );
12207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.6', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring pedal cyclist' );
12208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.7', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring pedestrian' );
12209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.8', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring other specified person' );
12210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E816.9', '', 'Motor vehicle traffic accident due to loss of control without collision on the highway injuring unspecified person' );
12211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.0', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring driver of motor vehicle other than motorcycle' );
12212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.1', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring passenger in motor vehicle other than motorcycle' );
12213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.2', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring motorcyclist' );
12214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.3', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring passenger on motorcycle' );
12215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.4', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring occupant of streetcar' );
12216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.5', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring rider of animal; occupant of animal-drawn vehicle' );
12217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.6', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring pedal cyclist' );
12218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.7', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring pedestrian' );
12219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.8', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring other specified person' );
12220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E817.9', '', 'Noncollision motor vehicle traffic accident while boarding or alighting injuring unspecified person' );
12221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.0', '', 'Other noncollision motor vehicle traffic accident injuring driver of motor vehicle other than motorcycle' );
12222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.1', '', 'Other noncollision motor vehicle traffic accident injuring passenger in motor vehicle other than motorcycle' );
12223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.2', '', 'Other noncollision motor vehicle traffic accident injuring motorcyclist' );
12224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.3', '', 'Other noncollision motor vehicle traffic accident injuring passenger on motorcycle' );
12225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.4', '', 'Other noncollision motor vehicle traffic accident injuring occupant of streetcar' );
12226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.5', '', 'Other noncollision motor vehicle traffic accident injuring rider of animal; occupant of animal-drawn vehicle' );
12227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.6', '', 'Other noncollision motor vehicle traffic accident injuring pedal cyclist' );
12228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.7', '', 'Other noncollision motor vehicle traffic accident injuring pedestrian' );
12229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.8', '', 'Other noncollision motor vehicle traffic accident injuring other specified person' );
12230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E818.9', '', 'Other noncollision motor vehicle traffic accident injuring unspecified person' );
12231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.0', '', 'Motor vehicle traffic accident of unspecified nature injuring driver of motor vehicle other than motorcycle' );
12232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.1', '', 'Motor vehicle traffic accident of unspecified nature injuring passenger in motor vehicle other than motorcycle' );
12233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.2', '', 'Motor vehicle traffic accident of unspecified nature injuring motorcyclist' );
12234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.3', '', 'Motor vehicle traffic accident of unspecified nature injuring passenger on motorcycle' );
12235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.4', '', 'Motor vehicle traffic accident of unspecified nature injuring occupant of streetcar' );
12236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.5', '', 'Motor vehicle traffic accident of unspecified nature injuring rider of animal; occupant of animal-drawn vehicle' );
12237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.6', '', 'Motor vehicle traffic accident of unspecified nature injuring pedal cyclist' );
12238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.7', '', 'Motor vehicle traffic accident of unspecified nature injuring pedestrian' );
12239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.8', '', 'Motor vehicle traffic accident of unspecified nature injuring other specified person' );
12240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E819.9', '', 'Motor vehicle traffic accident of unspecified nature injuring unspecified person' );
12241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.0', '', 'Nontraffic accident involving motor-driven snow vehicle injuring driver of motor vehicle other than motorcycle' );
12242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.1', '', 'Nontraffic accident involving motor-driven snow vehicle injuring passenger in motor vehicle other than motorcycle' );
12243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.2', '', 'Nontraffic accident involving motor-driven snow vehicle injuring motorcyclist' );
12244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.3', '', 'Nontraffic accident involving motor-driven snow vehicle injuring passenger on motorcycle' );
12245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.4', '', 'Nontraffic accident involving motor-driven snow vehicle injuring occupant of streetcar' );
12246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.5', '', 'Nontraffic accident involving motor-driven snow vehicle injuring rider of animal; occupant of animal-drawn vehicle' );
12247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.6', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedal cyclist' );
12248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.7', '', 'Nontraffic accident involving motor-driven snow vehicle injuring pedestrian' );
12249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.8', '', 'Nontraffic accident involving motor-driven snow vehicle injuring other specified person' );
12250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E820.9', '', 'Nontraffic accident involving motor-driven snow vehicle injuring unspecified person' );
12251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.0', '', 'Nontraffic accident involving other off-road motor vehicle injuring driver of motor vehicle other than motorcycle' );
12252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.1', '', 'Nontraffic accident involving other off-road motor vehicle injuring passenger in motor vehicle other than motorcycle' );
12253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.2', '', 'Nontraffic accident involving other off-road motor vehicle injuring motorcyclist' );
12254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.3', '', 'Nontraffic accident involving other off-road motor vehicle injuring passenger on motorcycle' );
12255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.4', '', 'Nontraffic accident involving other off-road motor vehicle injuring occupant of streetcar' );
12256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.5', '', 'Nontraffic accident involving other off-road motor vehicle injuring rider of animal; occupant of animal-drawn vehicle' );
12257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.6', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedal cyclist' );
12258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.7', '', 'Nontraffic accident involving other off-road motor vehicle injuring pedestrian' );
12259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.8', '', 'Nontraffic accident involving other off-road motor vehicle injuring other specified person' );
12260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E821.9', '', 'Nontraffic accident involving other off-road motor vehicle injuring unspecified person' );
12261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.0', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring driver of motor vehicle other than motorcycle' );
12262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.1', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring passenger in motor vehicle other than motorcycle' );
12263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.2', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring motorcyclist' );
12264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.3', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring passenger on motorcycle' );
12265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.4', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring occupant of streetcar' );
12266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.5', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring rider of animal; occupant of animal-drawn vehicle' );
12267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.6', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring pedal cyclist' );
12268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.7', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring pedestrian' );
12269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.8', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring other specified person' );
12270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E822.9', '', 'Other motor vehicle nontraffic accident involving collision with moving object injuring unspecified person' );
12271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.0', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring driver of motor vehicle other than motorcycle' );
12272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.1', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring passenger in motor vehicle other than motorcycle' );
12273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.2', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring motorcyclist' );
12274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.3', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring passenger on motorcycle' );
12275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.4', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring occupant of streetcar' );
12276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.5', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring rider of animal; occupant of animal-drawn vehicle' );
12277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.6', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring pedal cyclist' );
12278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.7', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring pedestrian' );
12279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.8', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring other specified person' );
12280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E823.9', '', 'Other motor vehicle nontraffic accident involving collision with stationary object injuring unspecified person' );
12281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.0', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring driver of motor vehicle other than motorcycle' );
12282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.1', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring passenger in motor vehicle other than motorcycle' );
12283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.2', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring motorcyclist' );
12284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.3', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring passenger on motorcycle' );
12285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.4', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring occupant of streetcar' );
12286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.5', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring rider of animal; occupant of animal-drawn vehicle' );
12287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.6', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring pedal cyclist' );
12288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.7', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring pedestrian' );
12289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.8', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring other specified person' );
12290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E824.9', '', 'Other motor vehicle nontraffic accident while boarding and alighting injuring unspecified person' );
12291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.0', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring driver of motor vehicle other than motorcycle' );
12292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.1', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring passenger in motor vehicle other than motorcycle' );
12293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.2', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring motorcyclist' );
12294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.3', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring passenger on motorcycle' );
12295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.4', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring occupant of streetcar' );
12296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.5', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring rider of animal; occupant of animal-drawn vehicle' );
12297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.6', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring pedal cyclist' );
12298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.7', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring pedestrian' );
12299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.8', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring other specified person' );
12300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E825.9', '', 'Other motor vehicle nontraffic accident of other and unspecified nature injuring unspecified person' );
12301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.0', '', 'Pedal cycle accident injuring pedestrian' );
12302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.1', '', 'Pedal cycle accident injuring pedal cyclist' );
12303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.2', '', 'Pedal cycle accident injuring rider of animal' );
12304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.3', '', 'Pedal cycle accident injuring occupant of animal-drawn vehicle' );
12305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.4', '', 'Pedal cycle accident injuring occupant of streetcar' );
12306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.8', '', 'Pedal cycle accident injuring other specified person' );
12307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E826.9', '', 'Pedal cycle accident injuring unspecified person' );
12308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.0', '', 'Animal-drawn vehicle accident injuring pedestrian' );
12309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.2', '', 'Animal-drawn vehicle accident injuring rider of animal' );
12310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.3', '', 'Animal-drawn vehicle accident injuring occupant of animal drawn vehicle' );
12311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.4', '', 'Animal-drawn vehicle accident injuring occupant of streetcar' );
12312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.8', '', 'Animal-drawn vehicle accident injuring other specified person' );
12313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E827.9', '', 'Animal-drawn vehicle accident injuring unspecified person' );
12314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E828.0', '', 'Accident involving animal being ridden injuring pedestrian' );
12315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E828.2', '', 'Accident involving animal being ridden injuring rider of animal' );
12316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E828.4', '', 'Accident involving animal being ridden injuring occupant of streetcar' );
12317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E828.8', '', 'Accident involving animal being ridden injuring other specified person' );
12318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E828.9', '', 'Accident involving animal being ridden injuring unspecified person' );
12319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E829.0', '', 'Other road vehicle accidents injuring pedestrian' );
12320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E829.4', '', 'Other road vehicle accidents injuring occupant of streetcar' );
12321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E829.8', '', 'Other road vehicle accidents injuring other specified person' );
12322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E829.9', '', 'Other road vehicle accidents injuring unspecified person' );
12323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.0', '', 'Accident to watercraft causing submersion injuring occupant of small boat unpowered' );
12324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.1', '', 'Accident to watercraft causing submersion injuring occupant of small boat powered' );
12325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.2', '', 'Accident to watercraft causing submersion injuring occupant of other watercraft -- crew' );
12326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.3', '', 'Accident to watercraft causing submersion injuring occupant of other watercraft -- other than crew' );
12327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.4', '', 'Accident to watercraft causing submersion injuring water skier' );
12328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.5', '', 'Accident to watercraft causing submersion injuring swimmer' );
12329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.6', '', 'Accident to watercraft causing submersion injuring dockers stevedores' );
12330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.7', '', 'Accident to watercraft causing submersion, occupant of military watercraft, any type' );
12331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.8', '', 'Accident to watercraft causing submersion injuring other specified person' );
12332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E830.9', '', 'Accident to watercraft causing submersion injuring unspecified person' );
12333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.0', '', 'Accident to watercraft causing other injury to occupant of small boat unpowered' );
12334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.1', '', 'Accident to watercraft causing other injury to occupant of small boat powered' );
12335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.2', '', 'Accident to watercraft causing other injury to occupant of other watercraft -- crew' );
12336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.3', '', 'Accident to watercraft causing other injury to occupant of other watercraft -- other than crew' );
12337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.4', '', 'Accident to watercraft causing other injury to water skier' );
12338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.5', '', 'Accident to watercraft causing other injury to swimmer' );
12339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.6', '', 'Accident to watercraft causing other injury to dockers stevedores' );
12340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.7', '', 'Accident to watercraft causing other injury, occupant of military watercraft, any type' );
12341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.8', '', 'Accident to watercraft causing other injury to other specified person' );
12342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E831.9', '', 'Accident to watercraft causing other injury to unspecified person' );
12343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.0', '', 'Other accidental submersion or drowning in water transport accident injuring occupant of small boat unpowered' );
12344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.1', '', 'Other accidental submersion or drowning in water transport accident injuring occupant of small boat powered' );
12345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.2', '', 'Other accidental submersion or drowning in water transport accident injuring occupant of other watercraft -- crew' );
12346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.3', '', 'Other accidental submersion or drowning in water transport accident injuring occupant of other watercraft -- other than crew' );
12347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.4', '', 'Other accidental submersion or drowning in water transport accident injuring water skier' );
12348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.5', '', 'Other accidental submersion or drowning in water transport accident injuring swimmer' );
12349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.6', '', 'Other accidental submersion or drowning in water transport accident injuring dockers stevedores' );
12350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.7', '', 'Other accidental submersion or drowning in water transport accident, occupant of military watercraft, any type' );
12351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.8', '', 'Other accidental submersion or drowning in water transport accident injuring other specified person' );
12352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E832.9', '', 'Other accidental submersion or drowning in water transport accident injuring unspecified person' );
12353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.0', '', 'Fall on stairs or ladders in water transport injuring occupant of small boat unpowered' );
12354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.1', '', 'Fall on stairs or ladders in water transport injuring occupant of small boat powered' );
12355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.2', '', 'Fall on stairs or ladders in water transport injuring occupant of other watercraft -- crew' );
12356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.3', '', 'Fall on stairs or ladders in water transport injuring occupant of other watercraft -- other than crew' );
12357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.4', '', 'Fall on stairs or ladders in water transport injuring water skier' );
12358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.5', '', 'Fall on stairs or ladders in water transport injuring swimmer' );
12359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.6', '', 'Fall on stairs or ladders in water transport injuring dockers stevedores' );
12360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.7', '', 'Fall on stairs or ladders in water transport, occupant of military watercraft, any type' );
12361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.8', '', 'Fall on stairs or ladders in water transport injuring other specified person' );
12362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E833.9', '', 'Fall on stairs or ladders in water transport injuring unspecified person' );
12363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.0', '', 'Other fall from one level to another in water transport injuring occupant of small boat unpowered' );
12364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.1', '', 'Other fall from one level to another in water transport injuring occupant of small boat powered' );
12365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.2', '', 'Other fall from one level to another in water transport injuring occupant of other watercraft -- crew' );
12366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.3', '', 'Other fall from one level to another in water transport injuring occupant of other watercraft -- other than crew' );
12367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.4', '', 'Other fall from one level to another in water transport injuring water skier' );
12368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.5', '', 'Other fall from one level to another in water transport injuring swimmer' );
12369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.6', '', 'Other fall from one level to another in water transport injuring dockers stevedores' );
12370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.7', '', 'Other fall from one level to another in water transport, occupant of military watercraft, any type' );
12371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.8', '', 'Other fall from one level to another in water transport injuring other specified person' );
12372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E834.9', '', 'Other fall from one level to another in water transport injuring unspecified person' );
12373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.0', '', 'Other and unspecified fall in water transport injuring occupant of small boat unpowered' );
12374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.1', '', 'Other and unspecified fall in water transport injuring occupant of small boat powered' );
12375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.2', '', 'Other and unspecified fall in water transport injuring occupant of other watercraft -- crew' );
12376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.3', '', 'Other and unspecified fall in water transport injuring occupant of other watercraft -- other than crew' );
12377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.4', '', 'Other and unspecified fall in water transport injuring water skier' );
12378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.5', '', 'Other and unspecified fall in water transport injuring swimmer' );
12379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.6', '', 'Other and unspecified fall in water transport injuring dockers stevedores' );
12380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.7', '', 'Other and unspecified fall in water transport, occupant of military watercraft, any type' );
12381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.8', '', 'Other and unspecified fall in water transport injuring other specified person' );
12382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E835.9', '', 'Other and unspecified fall in water transport injuring unspecified person' );
12383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.0', '', 'Machinery accident in water transport injuring occupant of small boat unpowered' );
12384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.1', '', 'Machinery accident in water transport injuring occupant of small boat powered' );
12385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.2', '', 'Machinery accident in water transport injuring occupant of other watercraft -- crew' );
12386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.3', '', 'Machinery accident in water transport injuring occupant of other watercraft -- other than crew' );
12387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.4', '', 'Machinery accident in water transport injuring water skier' );
12388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.5', '', 'Machinery accident in water transport injuring swimmer' );
12389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.6', '', 'Machinery accident in water transport injuring dockers stevedores' );
12390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.7', '', 'Machinery accident in water transport, occupant of military watercraft, any type' );
12391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.8', '', 'Machinery accident in water transport injuring other specified person' );
12392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E836.9', '', 'Machinery accident in water transport injuring unspecified person' );
12393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.0', '', 'Explosion fire or burning in watercraft injuring occupant of small boat unpowered' );
12394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.1', '', 'Explosion fire or burning in watercraft injuring occupant of small boat powered' );
12395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.2', '', 'Explosion fire or burning in watercraft injuring occupant of other watercraft -- crew' );
12396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.3', '', 'Explosion fire or burning in watercraft injuring occupant of other watercraft -- other than crew' );
12397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.4', '', 'Explosion fire or burning in watercraft injuring water skier' );
12398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.5', '', 'Explosion fire or burning in watercraft injuring swimmer' );
12399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.6', '', 'Explosion fire or burning in watercraft injuring dockers stevedores' );
12400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.7', '', 'Explosion, fire, or burning in watercraft, occupant of military watercraft, any type' );
12401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.8', '', 'Explosion fire or burning in watercraft injuring other specified person' );
12402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E837.9', '', 'Explosion fire or burning in watercraft injuring unspecified person' );
12403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.0', '', 'Other and unspecified water transport accident injuring occupant of small boat unpowered' );
12404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.1', '', 'Other and unspecified water transport accident injuring occupant of small boat powered' );
12405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.2', '', 'Other and unspecified water transport accident injuring occupant of other watercraft -- crew' );
12406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.3', '', 'Other and unspecified water transport accident injuring occupant of other watercraft -- other than crew' );
12407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.4', '', 'Other and unspecified water transport accident injuring water skier' );
12408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.5', '', 'Other and unspecified water transport accident injuring swimmer' );
12409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.6', '', 'Other and unspecified water transport accident injuring dockers stevedores' );
12410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.7', '', 'Other and unspecified water transport accident, occupant of military watercraft, any type' );
12411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.8', '', 'Other and unspecified water transport accident injuring other specified person' );
12412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E838.9', '', 'Other and unspecified water transport accident injuring unspecified person' );
12413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.0', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of spacecraft' );
12414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.1', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of military aircraft any' );
12415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.2', '', 'Accident to powered aircraft at takeoff or landing injuring crew of commercial aircraft (powered) in surface to surface transport' );
12416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.3', '', 'Accident to powered aircraft at takeoff or landing injuring other occupant of commercial aircraft (powered) in surface to surface transport' );
12417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.4', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of commercial aircraft (powered) in surface to air transport' );
12418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.5', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of other powered aircraft' );
12419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.6', '', 'Accident to powered aircraft at takeoff or landing injuring occupant of unpowered aircraft except parachutist' );
12420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.7', '', 'Accident to powered aircraft at takeoff or landing injuring parachutist (military) (other)' );
12421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.8', '', 'Accident to powered aircraft at takeoff or landing injuring ground crew airline employee' );
12422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E840.9', '', 'Accident to powered aircraft at takeoff or landing injuring other person' );
12423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.0', '', 'Accident to powered aircraft other and unspecified injuring occupant of spacecraft' );
12424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.1', '', 'Accident to powered aircraft other and unspecified injuring occupant of military aircraft any' );
12425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.2', '', 'Accident to powered aircraft other and unspecified injuring crew of commercial aircraft (powered) in surface to surface transport' );
12426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.3', '', 'Accident to powered aircraft other and unspecified injuring other occupant of commercial aircraft (powered) in surface to surface transport' );
12427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.4', '', 'Accident to powered aircraft other and unspecified injuring occupant of commercial aircraft (powered) in surface to air transport' );
12428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.5', '', 'Accident to powered aircraft other and unspecified injuring occupant of other powered aircraft' );
12429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.6', '', 'Accident to powered aircraft other and unspecified injuring occupant of unpowered aircraft except parachutist' );
12430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.7', '', 'Accident to powered aircraft other and unspecified injuring parachutist (military) (other)' );
12431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.8', '', 'Accident to powered aircraft other and unspecified injuring ground crew airline employee' );
12432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E841.9', '', 'Accident to powered aircraft other and unspecified injuring other person' );
12433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E842.6', '', 'Accident to unpowered aircraft injuring occupant of unpowered aircraft except parachutist' );
12434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E842.7', '', 'Accident to unpowered aircraft injuring parachutist (military) (other)' );
12435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E842.8', '', 'Accident to unpowered aircraft injuring ground crew airline employee' );
12436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E842.9', '', 'Accident to unpowered aircraft injuring other person' );
12437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.0', '', 'Fall in on or from aircraft injuring occupant of spacecraft' );
12438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.1', '', 'Fall in on or from aircraft injuring occupant of military aircraft any' );
12439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.2', '', 'Fall in on or from aircraft injuring crew of commercial aircraft (powered) in surface to surface transport' );
12440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.3', '', 'Fall in on or from aircraft injuring other occupant of commercial aircraft (powered) in surface to surface transport' );
12441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.4', '', 'Fall in on or from aircraft injuring occupant of commercial aircraft (powered) in surface to air transport' );
12442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.5', '', 'Fall in on or from aircraft injuring occupant of other powered aircraft' );
12443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.6', '', 'Fall in on or from aircraft injuring occupant of unpowered aircraft except parachutist' );
12444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.7', '', 'Fall in on or from aircraft injuring parachutist (military) (other)' );
12445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.8', '', 'Fall in on or from aircraft injuring ground crew airline employee' );
12446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E843.9', '', 'Fall in on or from aircraft injuring other person' );
12447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.0', '', 'Other specified air transport accidents injuring occupant of spacecraft' );
12448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.1', '', 'Other specified air transport accidents injuring occupant of military aircraft any' );
12449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.2', '', 'Other specified air transport accidents injuring crew of commercial aircraft (powered) in surface to surface transport' );
12450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.3', '', 'Other specified air transport accidents injuring other occupant of commercial aircraft (powered) in surface to surface transport' );
12451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.4', '', 'Other specified air transport accidents injuring occupant of commercial aircraft (powered) in surface to air transport' );
12452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.5', '', 'Other specified air transport accidents injuring occupant of other powered aircraft' );
12453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.6', '', 'Other specified air transport accidents injuring occupant of unpowered aircraft except parachutist' );
12454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.7', '', 'Other specified air transport accidents injuring parachutist (military) (other)' );
12455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.8', '', 'Other specified air transport accidents injuring ground crew airline employee' );
12456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E844.9', '', 'Other specified air transport accidents injuring other person' );
12457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E845.0', '', 'Accident involving spacecraft injuring occupant of spacecraft' );
12458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E845.8', '', 'Accident involving spacecraft injuring ground crew airline employee' );
12459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E845.9', '', 'Accident involving spacecraft injuring other person' );
12460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E846', '', 'Accidents involving powered vehicles used solely within the buildings and premises of industrial or commercial establishment' );
12461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E847', '', 'Accidents involving cable cars not running on rails' );
12462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E848', '', 'Accidents involving other vehicles not elsewhere classifiable' );
12463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.0', '', 'Home accidents' );
12464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.1', '', 'Farm accidents' );
12465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.2', '', 'Mine and quarry accidents' );
12466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.3', '', 'Accidents occurring in industrial places and premises' );
12467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.4', '', 'Accidents occurring in place for recreation and sport' );
12468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.5', '', 'Street and highway accidents' );
12469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.6', '', 'Accidents occurring in public building' );
12470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.7', '', 'Accidents occurring in residential institution' );
12471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.8', '', 'Accidents occurring in other specified places' );
12472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E849.9', '', 'Accidents occurring in unspecified place' );
12473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.0', '', 'Accidental poisoning by heroin' );
12474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.1', '', 'Accidental poisoning by methadone' );
12475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.2', '', 'Accidental poisoning by other opiates and related narcotics' );
12476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.3', '', 'Accidental poisoning by salicylates' );
12477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.4', '', 'Accidental poisoning by aromatic analgesics not elsewhere classified' );
12478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.5', '', 'Accidental poisoning by pyrazole derivatives' );
12479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.6', '', 'Accidental poisoning by antirheumatics (antiphlogistics)' );
12480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.7', '', 'Accidental poisoning by other non-narcotic analgesics' );
12481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.8', '', 'Accidental poisoning by other specified analgesics and antipyretics' );
12482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E850.9', '', 'Accidental poisoning by unspecified analgesic or antipyretic' );
12483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E851', '', 'Accidental poisoning by barbiturates' );
12484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.0', '', 'Accidental poisoning by chloral hydrate group' );
12485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.1', '', 'Accidental poisoning by paraldehyde' );
12486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.2', '', 'Accidental poisoning by bromine compounds' );
12487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.3', '', 'Accidental poisoning by methaqualone compounds' );
12488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.4', '', 'Accidental poisoning by glutethimide group' );
12489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.5', '', 'Accidental poisoning by mixed sedatives not elsewhere classified' );
12490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.8', '', 'Accidental poisoning by other specified sedatives and hypnotics' );
12491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E852.9', '', 'Accidental poisoning by unspecified sedative or hypnotic' );
12492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E853.0', '', 'Accidental poisoning by phenothiazine-based tranquilizers' );
12493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E853.1', '', 'Accidental poisoning by butyrophenone-based tranquilizers' );
12494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E853.2', '', 'Accidental poisoning by benzodiazepine-based tranquilizers' );
12495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E853.8', '', 'Accidental poisoning by other specified tranquilizers' );
12496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E853.9', '', 'Accidental poisoning by unspecified tranquilizer' );
12497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E854.0', '', 'Accidental poisoning by antidepressants' );
12498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E854.1', '', 'Accidental poisoning by psychodysleptics (hallucinogens)' );
12499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E854.2', '', 'Accidental poisoning by psychostimulants' );
12500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E854.3', '', 'Accidental poisoning by central nervous system stimulants' );
12501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E854.8', '', 'Accidental poisoning by other psychotropic agents' );
12502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.0', '', 'Accidental poisoning by anticonvulsant and anti-parkinsonism drugs' );
12503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.1', '', 'Accidental poisoning by other central nervous system depressants' );
12504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.2', '', 'Accidental poisoning by local anesthetics' );
12505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.3', '', 'Accidental poisoning by parasympathomimetics (cholinergics)' );
12506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.4', '', 'Accidental poisoning by parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics' );
12507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.5', '', 'Accidental poisoning by sympathomimetics (adrenergics)' );
12508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.6', '', 'Accidental poisoning by sympatholytics (antiadrenergics)' );
12509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.8', '', 'Accidental poisoning by other specified drugs acting on central and autonomic nervous systems' );
12510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E855.9', '', 'Accidental poisoning by unspecified drug acting on central and autonomic nervous systems' );
12511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E856', '', 'Accidental poisoning by antibiotics' );
12512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E857', '', 'Accidental poisoning by other anti-infectives' );
12513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.0', '', 'Accidental poisoning by hormones and synthetic substitutes' );
12514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.1', '', 'Accidental poisoning by primarily systemic agents' );
12515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.2', '', 'Accidental poisoning by agents primarily affecting blood constituents' );
12516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.3', '', 'Accidental poisoning by agents primarily affecting cardiovascular system' );
12517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.4', '', 'Accidental poisoning by agents primarily affecting gastrointestinal system' );
12518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.5', '', 'Accidental poisoning by water mineral and uric acid metabolism drugs' );
12519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.6', '', 'Accidental poisoning by agents primarily acting on the smooth and skeletal muscles and respiratory system' );
12520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.7', '', 'Accidental poisoning by agents primarily affecting skin and mucous membrane ophthalmological otorhinolaryngological and dental drugs' );
12521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.8', '', 'Accidental poisoning by other specified drugs' );
12522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E858.9', '', 'Accidental poisoning by unspecified drug' );
12523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.0', '', 'Accidental poisoning by alcoholic beverages' );
12524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.1', '', 'Accidental poisoning by other and unspecified ethyl alcohol and its products' );
12525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.2', '', 'Accidental poisoning by methyl alcohol' );
12526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.3', '', 'Accidental poisoning by isopropyl alcohol' );
12527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.4', '', 'Accidental poisoning by fusel oil' );
12528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.8', '', 'Accidental poisoning by other specified alcohols' );
12529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E860.9', '', 'Accidental poisoning by unspecified alcohol' );
12530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.0', '', 'Accidental poisoning by synthetic detergents and shampoos' );
12531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.1', '', 'Accidental poisoning by soap products' );
12532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.2', '', 'Accidental poisoning by polishes' );
12533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.3', '', 'Accidental poisoning by other cleansing and polishing agents' );
12534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.4', '', 'Accidental poisoning by disinfectants' );
12535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.5', '', 'Accidental poisoning by lead paints' );
12536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.6', '', 'Accidental poisoning by other paints and varnishes' );
12537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E861.9', '', 'Accidental poisonings by unspecified cleansing and polishing agents disinfectants paints and varnishes' );
12538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.0', '', 'Accidental poisoning by petroleum solvents' );
12539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.1', '', 'Accidental poisoning by petroleum fuels and cleaners' );
12540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.2', '', 'Accidental poisoning by lubricating oils' );
12541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.3', '', 'Accidental poisoning by petroleum solids' );
12542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.4', '', 'Accidental poisoning by other specified solvents not elsewhere classified' );
12543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E862.9', '', 'Accidental poisoning by unspecified solvent not elsewhere classified' );
12544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.0', '', 'Accidental poisoning by insecticides of organochlorine compounds' );
12545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.1', '', 'Accidental poisoning by insecticides of organophosphorus compounds' );
12546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.2', '', 'Accidental poisoning by carbamates' );
12547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.3', '', 'Accidental poisoning by mixtures of insecticides' );
12548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.4', '', 'Accidental poisoning by other and unspecified insecticides' );
12549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.5', '', 'Accidental poisoning by herbicides' );
12550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.6', '', 'Accidental poisoning by fungicides' );
12551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.7', '', 'Accidental poisoning by rodenticides' );
12552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.8', '', 'Accidental poisoning by fumigants' );
12553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E863.9', '', 'Accidental poisoning by other and unspecified agricultural and horticultural chemical and pharmaceutical preparations other than plant foods and fertilizers' );
12554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E864.0', '', 'Accidental poisoning by corrosive aromatics not elsewhere classified' );
12555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E864.1', '', 'Accidental poisoning by acids not elsewhere classified' );
12556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E864.2', '', 'Accidental poisoning by caustic alkalis not elsewhere classified' );
12557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E864.3', '', 'Accidental poisoning by other specified corrosives and caustics not elsewhere classified' );
12558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E864.4', '', 'Accidental poisoning by unspecified corrosives and caustics not elsewhere classified' );
12559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.0', '', 'Accidental poisoning by meat' );
12560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.1', '', 'Accidental poisoning by shellfish' );
12561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.2', '', 'Accidental poisoning from other fish' );
12562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.3', '', 'Accidental poisoning from berries and seeds' );
12563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.4', '', 'Accidental poisoning from other specified plants' );
12564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.5', '', 'Accidental poisoning from mushrooms and other fungi' );
12565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.8', '', 'Accidental poisoning from other specified foods' );
12566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E865.9', '', 'Accidental poisoning from unspecified foodstuff or poisonous plant' );
12567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.0', '', 'Accidental poisoning by lead and its compounds and fumes' );
12568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.1', '', 'Accidental poisoning by mercury and its compounds and fumes' );
12569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.2', '', 'Accidental poisoning by antimony and its compounds and fumes' );
12570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.3', '', 'Accidental poisoning by arsenic and its compounds and fumes' );
12571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.4', '', 'Accidental poisoning by other metals and their compounds and fumes' );
12572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.5', '', 'Accidental poisoning by plant foods and fertilizers' );
12573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.6', '', 'Accidental poisoning by glues and adhesives' );
12574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.7', '', 'Accidental poisoning by cosmetics' );
12575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.8', '', 'Accidental poisoning by other specified solid or liquid substances' );
12576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E866.9', '', 'Accidental poisoning by unspecified solid or liquid substance' );
12577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E867', '', 'Accidental poisoning by gas distributed by pipeline' );
12578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.0', '', 'Accidental poisoning by liquefied petroleum gas distributed in mobile containers' );
12579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.1', '', 'Accidental poisoning by other and unspecified utility gas' );
12580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.2', '', 'Accidental poisoning by motor vehicle exhaust gas' );
12581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.3', '', 'Accidental poisoning by carbon monoxide from incomplete combustion of other domestic fuels' );
12582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.8', '', 'Accidental poisoning by carbon monoxide from other sources' );
12583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E868.9', '', 'Accidental poisoning by unspecified carbon monoxide' );
12584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.0', '', 'Accidental poisoning by nitrogen oxides' );
12585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.1', '', 'Accidental poisoning by sulfur dioxide' );
12586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.2', '', 'Accidental poisoning by freon' );
12587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.3', '', 'Accidental poisoning by lacrimogenic gas (tear gas)' );
12588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.4', '', 'Second hand tobacco smoke' );
12589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.8', '', 'Accidental poisoning by other specified gases and vapors' );
12590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E869.9', '', 'Accidental poisoning by unspecified gases and vapors' );
12591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.0', '', 'Accidental cut puncture perforation or hemorrhage during surgical operation' );
12592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.1', '', 'Accidental cut puncture perforation or hemorrhage during infusion or transfusion' );
12593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.2', '', 'Accidental cut puncture perforation or hemorrhage during kidney dialysis or other perfusion' );
12594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.3', '', 'Accidental cut puncture perforation or hemorrhage during injection or vaccination' );
12595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.4', '', 'Accidental cut puncture perforation or hemorrhage during endoscopic examination' );
12596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.5', '', 'Accidental cut puncture perforation or hemorrhage during aspiration of fluid or tissue puncture and catheterization' );
12597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.6', '', 'Accidental cut puncture perforation or hemorrhage during heart catheterization' );
12598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.7', '', 'Accidental cut puncture perforation or hemorrhage during administration of enema' );
12599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.8', '', 'Accidental cut puncture perforation or hemorrhage during other specified medical care' );
12600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E870.9', '', 'Accidental cut puncture perforation or hemorrhage during unspecified medical care' );
12601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.0', '', 'Foreign object left in body during surgical operation' );
12602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.1', '', 'Foreign object left in body during infusion or transfusion' );
12603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.2', '', 'Foreign object left in body during kidney dialysis or other perfusion' );
12604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.3', '', 'Foreign object left in body during injection or vaccination' );
12605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.4', '', 'Foreign object left in body during endoscopic examination' );
12606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.5', '', 'Foreign object left in body during aspiration of fluid or tissue puncture and catheterization' );
12607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.6', '', 'Foreign object left in body during heart catheterization' );
12608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.7', '', 'Foreign object left in body during removal of catheter or packing' );
12609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.8', '', 'Foreign object left in body during other specified procedures' );
12610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E871.9', '', 'Foreign object left in body during unspecified procedure' );
12611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.0', '', 'Failure of sterile precautions during surgical operation' );
12612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.1', '', 'Failure of sterile precautions during infusion or transfusion' );
12613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.2', '', 'Failure of sterile precautions during kidney dialysis and other perfusion' );
12614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.3', '', 'Failure of sterile precautions during injection or vaccination' );
12615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.4', '', 'Failure of sterile precautions during endoscopic examination' );
12616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.5', '', 'Failure of sterile precautions during aspiration of fluid or tissue puncture and catheterization' );
12617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.6', '', 'Failure of sterile precautions during heart catheterization' );
12618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.8', '', 'Failure of sterile precautions during other specified procedures' );
12619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E872.9', '', 'Failure of sterile precautions during unspecified procedure' );
12620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.0', '', 'Excessive amount of blood or other fluid during transfusion or infusion' );
12621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.1', '', 'Incorrect dilution of fluid during infusion' );
12622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.2', '', 'Overdose of radiation in therapy' );
12623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.3', '', 'Inadvertent exposure of patient to radiation during medical care' );
12624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.4', '', 'Failure in dosage in electroshock or insulin-shock therapy' );
12625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.5', '', 'Inappropriate (too hot or too cold) temperature in local application and packing' );
12626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.6', '', 'Nonadministration of necessary drug or medicinal substance' );
12627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.8', '', 'Other specified failure in dosage' );
12628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E873.9', '', 'Unspecified failure in dosage' );
12629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.0', '', 'Mechanical failure of instrument or apparatus during surgical operation' );
12630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.1', '', 'Mechanical failure of instrument or apparatus during infusion and transfusion' );
12631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.2', '', 'Mechanical failure of instrument or apparatus during kidney dialysis and other perfusion' );
12632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.3', '', 'Mechanical failure of instrument or apparatus during endoscopic examination' );
12633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.4', '', 'Mechanical failure of instrument or apparatus during aspiration of fluid or tissue puncture and catheterization' );
12634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.5', '', 'Mechanical failure of instrument or apparatus during heart catheterization' );
12635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.8', '', 'Mechanical failure of instrument or apparatus during other specified procedures' );
12636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E874.9', '', 'Mechanical failure of instrument or apparatus during unspecified procedure' );
12637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E875.0', '', 'Contaminated substance transfused or infused' );
12638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E875.1', '', 'Contaminated substance injected or used for vaccination' );
12639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E875.2', '', 'Contaminated drug or biological substance administered by other means' );
12640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E875.8', '', 'Misadventure to patient from other contamination' );
12641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E875.9', '', 'Misadventure to patient from unspecified contamination' );
12642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.0', '', 'Mismatched blood in transfusion' );
12643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.1', '', 'Wrong fluid in infusion' );
12644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.2', '', 'Failure in suture and ligature during surgical operation' );
12645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.3', '', 'Endotracheal tube wrongly placed during anesthetic procedure' );
12646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.4', '', 'Failure to introduce or to remove other tube or instrument' );
12647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.5', '', 'Performance of wrong operation (procedure) on correct patient' );
12648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.6', '', 'Performance of operation (procedure) on patient not scheduled for surgery' );
12649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.7', '', 'Performance of correct operation (procedure) on wrong side/body part' );
12650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.8', '', 'Other specified misadventures during medical care' );
12651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E876.9', '', 'Unspecified misadventure during medical care' );
12652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.0', '', 'Surgical operation with transplant of whole organ causing abnormal patient reaction or later complication without misadventure at time of operation' );
12653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.1', '', 'Surgical operation with implant of artificial internal device causing abnormal patient reaction or later complication without misadventure at time of operation' );
12654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.2', '', 'Surgical operation with anastomosis bypass or graft with natural or artificial tissues used as implant causing abnormal patient reaction or later complication without misadventure at time of operation' );
12655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.3', '', 'Surgical operation with formation of external stoma causing abnormal patient reaction or later complication without misadventure at time of operation' );
12656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.4', '', 'Other restorative surgery causing abnormal patient reaction or later complication without misadventure at time of operation' );
12657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.5', '', 'Amputation of limb(s) causing abnormal patient reaction or later complication without misadventure at time of operation' );
12658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.6', '', 'Removal of other organ (partial) (total) causing abnormal patient reaction or later complication without misadventure at time of operation' );
12659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.8', '', 'Other specified surgical operations and procedures causing abnormal patient reaction or later complication without misadventure at time of operation' );
12660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E878.9', '', 'Unspecified surgical operations and procedures causing abnormal patient reaction or later complication without misadventure at time of operation' );
12661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.0', '', 'Cardiac catheterization as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.1', '', 'Kidney dialysis as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.2', '', 'Radiological procedure and radiotherapy as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.3', '', 'Shock therapy as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.4', '', 'Aspiration of fluid as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.5', '', 'Insertion of gastric or duodenal sound as the cause of abnormal reaction of patient or of later complication without misadventure of time of procedure' );
12667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.6', '', 'Urinary catheterization as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.7', '', 'Blood sampling as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.8', '', 'Other specified procedures as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E879.9', '', 'Unspecified procedure as the cause of abnormal reaction of patient or of later complication without misadventure at time of procedure' );
12671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E880.0', '', 'Accidental fall on or from escalator' );
12672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E880.1', '', 'Accidental fall on or from sidewalk curb' );
12673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E880.9', '', 'Accidental fall on or from other stairs or steps' );
12674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E881.0', '', 'Accidental fall from ladder' );
12675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E881.1', '', 'Accidental fall from scaffolding' );
12676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E882', '', 'Accidental fall from or out of building or other structure' );
12677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E883.0', '', 'Accident from diving or jumping into water (swimming pool)' );
12678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E883.1', '', 'Accidental fall into well' );
12679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E883.2', '', 'Accidental fall into storm drain or manhole' );
12680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E883.9', '', 'Accidental fall into other hole or other opening in surface' );
12681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.0', '', 'Accidental fall from playground equipment' );
12682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.1', '', 'Accidental fall from cliff' );
12683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.2', '', 'Accidental fall from chair' );
12684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.3', '', 'Accidental fall from wheelchair' );
12685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.4', '', 'Accidental fall from bed' );
12686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.5', '', 'Accidental fall from other furniture' );
12687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.6', '', 'Accidental fall from commode' );
12688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E884.9', '', 'Other accidental fall from one level to another' );
12689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.0', '', 'Accidental fall from (nonmotorized) scooter' );
12690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.1', '', 'Accidental fall from roller skates' );
12691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.2', '', 'Accidental fall from skateboard' );
12692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.3', '', 'Accidental fall from skis' );
12693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.4', '', 'Accidental fall from snowboard' );
12694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E885.9', '', 'Accidental fall from other slipping tripping or stumbling' );
12695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E886.0', '', 'Accidental fall on same level from collision pushing or shoving by or with other person in sports' );
12696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E886.9', '', 'Other and unspecified accidental falls on same level from collision pushing or shoving by or with other person' );
12697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E887', '', 'Fracture cause unspecified' );
12698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E888.0', '', 'Accidental fall resulting in striking against sharp object' );
12699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E888.1', '', 'Accidental fall resulting in striking against other object' );
12700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E888.8', '', 'Other accidental fall' );
12701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E888.9', '', 'Unspecified accidental fall' );
12702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.0', '', 'Explosion caused by conflagration in private dwelling' );
12703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.1', '', 'Fumes from combustion of polyvinylchloride (pvc) and similar material in conflagration in private dwelling' );
12704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.2', '', 'Other smoke and fumes from conflagration in private dwelling' );
12705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.3', '', 'Burning caused by conflagration in private dwelling' );
12706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.8', '', 'Other accident resulting from conflagration in private dwelling' );
12707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E890.9', '', 'Unspecified accident resulting from conflagration in private dwelling' );
12708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.0', '', 'Explosion caused by conflagration in other and unspecified building or structure' );
12709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.1', '', 'Fumes from combustion of polyvinylchloride (pvc) and similar material in conflagration in other and unspecified building or structure' );
12710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.2', '', 'Other smoke and fumes from conflagration in other and unspecified building or structure' );
12711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.3', '', 'Burning caused by conflagration in other and unspecified building or structure' );
12712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.8', '', 'Other accident resulting from conflagration in other and unspecified building or structure' );
12713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E891.9', '', 'Unspecified accident resulting from conflagration of other and unspecified building or structure' );
12714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E892', '', 'Conflagration not in building or structure' );
12715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E893.0', '', 'Accident caused by ignition of clothing from controlled fire in private dwelling' );
12716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E893.1', '', 'Accident caused by ignition of clothing from controlled fire in other building or structure' );
12717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E893.2', '', 'Accident caused by ignition of clothing from controlled fire not in building or structure' );
12718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E893.8', '', 'Accident caused by ignition of clothing from other specified sources' );
12719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E893.9', '', 'Accident caused by ignition of clothing by unspecified source' );
12720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E894', '', 'Ignition of highly inflammable material' );
12721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E895', '', 'Accident caused by controlled fire in private dwelling' );
12722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E896', '', 'Accident caused by controlled fire in other and unspecified building or structure' );
12723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E897', '', 'Accident caused by controlled fire not in building or structure' );
12724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E898.0', '', 'Accident caused by burning bedclothes' );
12725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E898.1', '', 'Accident caused by other burning materials' );
12726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E899', '', 'Accident caused by unspecified fire' );
12727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E900.0', '', 'Accident caused by excessive heat due to weather conditions' );
12728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E900.1', '', 'Accidents due to excessive heat of man-made origin' );
12729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E900.9', '', 'Accidents due to excessive heat of unspecified origin' );
12730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E901.0', '', 'Accident due to excessive cold due to weather conditions' );
12731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E901.1', '', 'Accident due to excessive cold of man-made origin' );
12732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E901.8', '', 'Accident due to excessive cold of other specified origin' );
12733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E901.9', '', 'Accident due to excessive cold of unspecified origin' );
12734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E902.0', '', 'Accident due to residence or prolonged visit at high altitude' );
12735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E902.1', '', 'Accident due to changes in air pressure in aircraft' );
12736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E902.2', '', 'Accident due to changes in air pressure due to diving' );
12737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E902.8', '', 'Accident due to changes in air pressure due to other specified causes' );
12738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E902.9', '', 'Accident due to changes in air pressure from unspecified cause' );
12739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E903', '', 'Accident caused by travel and motion' );
12740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E904.0', '', 'Accident due to abandonment or neglect of infants and helpless persons' );
12741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E904.1', '', 'Accident due to lack of food' );
12742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E904.2', '', 'Accident due to lack of water' );
12743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E904.3', '', 'Accident due to exposure (to weather conditions) not elsewhere classifiable' );
12744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E904.9', '', 'Accident due to privation unqualified' );
12745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.0', '', 'Venomous snakes and lizards causing poisoning and toxic reactions' );
12746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.1', '', 'Venomous spiders causing poisoning and toxic reactions' );
12747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.2', '', 'Scorpion sting causing poisoning and toxic reactions' );
12748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.3', '', 'Sting of hornets wasps and bees causing poisoning and toxic reactions' );
12749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.4', '', 'Centipede and venomous millipede (tropical) bite causing poisoning and toxic reactions' );
12750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.5', '', 'Other venomous arthropods causing poisoning and toxic reactions' );
12751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.6', '', 'Venomous marine animals and plants causing poisoning and toxic reactions' );
12752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.7', '', 'Poisoning and toxic reactions caused by other plants' );
12753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.8', '', 'Poisoning and toxic reactions caused by other specified animals and plants' );
12754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E905.9', '', 'Poisoning and toxic reactions caused by unspecified animals and plants' );
12755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.0', '', 'Dog bite' );
12756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.1', '', 'Rat bite' );
12757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.2', '', 'Bite of nonvenomous snakes and lizards' );
12758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.3', '', 'Bite of other animal except arthropod' );
12759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.4', '', 'Bite of nonvenomous arthropod' );
12760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.5', '', 'Bite by unspecified animal' );
12761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.8', '', 'Other specified injury caused by animal' );
12762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E906.9', '', 'Unspecified injury caused by animal' );
12763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E907', '', 'Accident due to lightning' );
12764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.0', '', 'Hurricane' );
12765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.1', '', 'Tornado' );
12766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.2', '', 'Floods' );
12767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.3', '', 'Blizzard (snow) (ice)' );
12768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.4', '', 'Dust storm' );
12769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.8', '', 'Other cataclysmic storms' );
12770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E908.9', '', 'Unspecified cataclysmic storms and floods resulting from storms' );
12771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.0', '', 'Earthquakes' );
12772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.1', '', 'Volcanic eruptions' );
12773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.2', '', 'Avalanche landslide or mudslide' );
12774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.3', '', 'Collapse of dam or man-made structure' );
12775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.4', '', 'Tidal wave caused by earthquake' );
12776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.8', '', 'Other cataclysmic earth surface movements and eruptions' );
12777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E909.9', '', 'Unspecified cataclysmic earth surface movements and eruptions' );
12778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.0', '', 'Accidental drowning and submersion while water-skiing' );
12779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.1', '', 'Accidental drowning and submersion while engaged in other sport or recreational activity with diving equipment' );
12780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.2', '', 'Accidental drowning and submersion while engaged in other sport or recreational activity without diving equipment' );
12781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.3', '', 'Accidental drowning and submersion while swimming or diving for purposes other than recreation or sport' );
12782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.4', '', 'Accidental drowning and submersion in bathtub' );
12783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.8', '', 'Other accidental drowning or submersion' );
12784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E910.9', '', 'Unspecified accidental drowning or submersion' );
12785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E911', '', 'Inhalation and ingestion of food causing obstruction of respiratory tract or suffocation' );
12786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E912', '', 'Inhalation and ingestion of other object causing obstruction of respiratory tract or suffocation' );
12787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.0', '', 'Accidental mechanical suffocation in bed or cradle' );
12788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.1', '', 'Accidental mechanical suffocation by plastic bag' );
12789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.2', '', 'Accidental mechanical suffocation due to lack of air (in closed place)' );
12790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.3', '', 'Accidental mechanical suffocation by falling earth or other substance' );
12791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.8', '', 'Accidental mechanical suffocation by other specified means' );
12792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E913.9', '', 'Accidental mechanical suffocation by unspecified means' );
12793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E914', '', 'Foreign body accidentally entering eye and adnexa' );
12794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E915', '', 'Foreign body accidentally entering other orifice' );
12795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E916', '', 'Struck accidentally by falling object' );
12796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.0', '', 'Striking against or struck accidentally in sports without subsequent fall' );
12797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.1', '', 'Striking against or struck accidentally by a crowd by collective fear or panic without subsequent fall' );
12798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.2', '', 'Striking against or struck accidentally in running water without subsequent fall' );
12799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.3', '', 'Striking against or struck accidentally by furniture without subsequent fall' );
12800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.4', '', 'Striking against or struck accidentally by other stationary object without subsequent fall' );
12801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.5', '', 'Striking against or struck accidentally in sports with subsequent fall' );
12802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.6', '', 'Striking against or struck accidentally by a crowd by collective fear or panic with subsequent fall' );
12803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.7', '', 'Striking against or struck accidentally by furniture with subsequent fall' );
12804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.8', '', 'Striking against or struck accidentally by other stationary object with subsequent fall' );
12805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E917.9', '', 'Other accident caused by striking against or being struck accidentally by objects or persons with/without subsequent fall' );
12806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E918', '', 'Caught accidentally in or between objects' );
12807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.0', '', 'Accidents caused by agricultural machines' );
12808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.1', '', 'Accidents caused by mining and earth-drilling machinery' );
12809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.2', '', 'Accidents caused by lifting machines and appliances' );
12810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.3', '', 'Accidents caused by metalworking machines' );
12811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.4', '', 'Accidents caused by woodworking and forming machines' );
12812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.5', '', 'Accidents caused by prime movers except electrical motors' );
12813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.6', '', 'Accidents caused by transmission machinery' );
12814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.7', '', 'Accidents caused by earth moving scraping and other excavating machines' );
12815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.8', '', 'Accidents caused by other specified machinery' );
12816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E919.9', '', 'Accidents caused by unspecified machinery' );
12817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.0', '', 'Accidents caused by powered lawn mower' );
12818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.1', '', 'Accidents caused by other powered hand tools' );
12819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.2', '', 'Accidents caused by powered household appliances and implements' );
12820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.3', '', 'Accidents caused by knives swords and daggers' );
12821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.4', '', 'Accidents caused by other hand tools and implements' );
12822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.5', '', 'Accidents caused by hypodermic needle' );
12823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.8', '', 'Accidents caused by other specified cutting and piercing instruments or objects' );
12824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E920.9', '', 'Accidents caused by unspecified cutting and piercing instrument or object' );
12825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E921.0', '', 'Accident caused by explosion of boilers' );
12826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E921.1', '', 'Accident caused by explosion of gas cylinders' );
12827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E921.8', '', 'Accident caused by explosion of other specified pressure vessels' );
12828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E921.9', '', 'Accident caused by explosion of unspecified pressure vessel' );
12829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.0', '', 'Accident caused by handgun' );
12830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.1', '', 'Accident caused by shotgun (automatic)' );
12831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.2', '', 'Accident caused by hunting rifle' );
12832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.3', '', 'Accident caused by military firearms' );
12833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.4', '', 'Accident caused by air gun' );
12834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.5', '', 'Accident caused by paintball gun' );
12835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.8', '', 'Accident caused by other specified firearm missile' );
12836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E922.9', '', 'Accident caused by unspecified firearm missile' );
12837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E923.0', '', 'Accident caused by fireworks' );
12838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E923.1', '', 'Accident caused by blasting materials' );
12839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E923.2', '', 'Accident caused by explosive gases' );
12840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E923.8', '', 'Accident caused by other explosive materials' );
12841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E923.9', '', 'Accident caused by unspecified explosive material' );
12842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E924.0', '', 'Accident caused by hot liquids and vapors including steam' );
12843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E924.1', '', 'Accident caused by caustic and corrosive substances' );
12844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E924.2', '', 'Accident caused by hot (boiling) tap water' );
12845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E924.8', '', 'Accident caused by other hot substance or object' );
12846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E924.9', '', 'Accident caused by unspecified hot substance or object' );
12847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E925.0', '', 'Accident caused by domestic wiring and appliances' );
12848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E925.1', '', 'Accident caused by electric current in electric power generating plants distribution stations transmission lines' );
12849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E925.2', '', 'Accident caused by industrial wiring appliances and electrical machinery' );
12850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E925.8', '', 'Accident caused by other electric current' );
12851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E925.9', '', 'Accident caused by unspecified electric current' );
12852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.0', '', 'Exposure to radiofrequency radiation' );
12853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.1', '', 'Exposure to infra-red radiation from heaters and lamps' );
12854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.2', '', 'Exposure to visible and ultraviolet light sources' );
12855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.3', '', 'Exposure to x-rays and other electromagnetic ionizing radiation' );
12856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.4', '', 'Exposure to lasers' );
12857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.5', '', 'Exposure to radioactive isotopes' );
12858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.8', '', 'Exposure to other specified radiation' );
12859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E926.9', '', 'Exposure to unspecified radiation' );
12860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.0', '', 'Overexertion from sudden strenuous movement' );
12861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.1', '', 'Overexertion from prolonged static position' );
12862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.2', '', 'Excessive physical exertion from prolonged activity' );
12863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.3', '', 'Cumulative trauma from repetitive motion' );
12864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.4', '', 'Cumulative trauma from repetitive impact' );
12865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.8', '', 'Other overexertion and strenuous and repetitive movements or loads' );
12866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E927.9', '', 'Unspecified overexertion and strenuous and repetitive movements or loads' );
12867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.0', '', 'Prolonged stay in weightless environment' );
12868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.1', '', 'Exposure to noise' );
12869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.2', '', 'Vibration' );
12870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.3', '', 'Human bite' );
12871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.4', '', 'External constriction caused by hair' );
12872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.5', '', 'External constriction caused by other object' );
12873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.6', '', 'External constriction caused by environmental exposure to harmful algae and toxins' );
12874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.7', '', 'Environmental and accidental causes, mechanism or component of firearm and air gun' );
12875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.8', '', 'Other accidents' );
12876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E928.9', '', 'Unspecified accident' );
12877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.0', '', 'Late effects of motor vehicle accident' );
12878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.1', '', 'Late effects of other transport accident' );
12879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.2', '', 'Late effects of accidental poisoning' );
12880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.3', '', 'Late effects of accidental fall' );
12881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.4', '', 'Late effects of accident caused by fire' );
12882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.5', '', 'Late effects of accident due to natural and environmental factors' );
12883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.8', '', 'Late effects of other accidents' );
12884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E929.9', '', 'Late effects of unspecified accident' );
12885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.0', '', 'Penicillins' );
12886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.1', '', 'Antifungal antibiotics causing adverse effects in therapeutic use' );
12887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.2', '', 'Chloramphenicol group causing adverse effects in therapeutic use' );
12888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.3', '', 'Erythromycin and other macrolides causing adverse effects in therapeutic use' );
12889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.4', '', 'Tetracycline group causing adverse effects in therapeutic use' );
12890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.5', '', 'Cephalosporin group causing adverse effects in therapeutic use' );
12891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.6', '', 'Antimycobacterial antibiotics causing adverse effects in therapeutic use' );
12892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.7', '', 'Antineoplastic antibiotics causing adverse effects in therapeutic use' );
12893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.8', '', 'Other specified antibiotics causing adverse effects in therapeutic use' );
12894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E930.9', '', 'Unspecified antibiotic causing adverse effects in therapeutic use' );
12895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.0', '', 'Sulfonamides causing adverse effects in therapeutic use' );
12896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.1', '', 'Arsenical anti-infectives causing adverse effects in therapeutic use' );
12897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.2', '', 'Heavy metal anti-infectives causing adverse effects in therapeutic use' );
12898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.3', '', 'Quinoline and hydroxyquinoline derivatives causing adverse effects in therapeutic use' );
12899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.4', '', 'Antimalarials and drugs acting on other blood protozoa causing adverse effects in therapeutic use' );
12900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.5', '', 'Other antiprotozoal drugs causing adverse effects in therapeutic use' );
12901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.6', '', 'Anthelmintics causing adverse effects in therapeutic use' );
12902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.7', '', 'Antiviral drugs causing adverse effects in therapeutic use' );
12903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.8', '', 'Other antimycobacterial drugs causing adverse effects in therapeutic use' );
12904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E931.9', '', 'Other and unspecified anti-infectives causing adverse effects in therapeutic use' );
12905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.0', '', 'Adrenal cortical steroids causing adverse effects in therapeutic use' );
12906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.1', '', 'Androgens and anabolic congeners causing adverse effects in therapeutic use' );
12907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.2', '', 'Ovarian hormones and synthetic substitutes causing adverse effects in therapeutic use' );
12908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.3', '', 'Insulins and antidiabetic agents causing adverse effects in therapeutic use' );
12909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.4', '', 'Anterior pituitary hormones causing adverse effects in therapeutic use' );
12910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.5', '', 'Posterior pituitary hormones causing adverse effects in therapeutic use' );
12911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.6', '', 'Parathyroid and parathyroid derivatives causing adverse effects in therapeutic use' );
12912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.7', '', 'Thyroid and thyroid derivatives causing adverse effects in therapeutic use' );
12913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.8', '', 'Antithyroid agents causing adverse effects in therapeutic use' );
12914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E932.9', '', 'Other and unspecified hormones and synthetic substitutes causing adverse effects in therapeutic use' );
12915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.0', '', 'Antiallergic and antiemetic drugs causing adverse effects in therapeutic use' );
12916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.1', '', 'Antineoplastic and immunosuppressive drugs causing adverse effects in therapeutic use' );
12917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.2', '', 'Acidifying agents causing adverse effects in therapeutic use' );
12918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.3', '', 'Alkalizing agents causing adverse effects in therapeutic use' );
12919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.4', '', 'Enzymes not elsewhere classified causing adverse effects in therapeutic use' );
12920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.5', '', 'Vitamins not elsewhere classified causing adverse effects in therapeutic use' );
12921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.6', '', 'Oral bisphosphomates' );
12922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.7', '', 'Intravenous bisphosphonates' );
12923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.8', '', 'Other systemic agents not elsewhere classified causing adverse effects in therapeutic use' );
12924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E933.9', '', 'Unspecified systemic agent causing adverse effects in therapeutic use' );
12925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.0', '', 'Iron and its compounds causing adverse effects in therapeutic use' );
12926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.1', '', 'Liver preparations and other antianemic agents causing adverse effects in therapeutic use' );
12927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.2', '', 'Anticoagulants causing adverse effects in therapeutic use' );
12928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.3', '', 'Vitamin k (phytonadione) causing adverse effects in therapeutic use' );
12929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.4', '', 'Fibrinolysis-affecting drugs causing adverse effects in therapeutic use' );
12930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.5', '', 'Anticoagulant antagonists and other coagulants causing adverse effects in therapeutic use' );
12931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.6', '', 'Gamma globulin causing adverse effects in therapeutic use' );
12932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.7', '', 'Natural blood and blood products causing adverse effects in therapeutic use' );
12933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.8', '', 'Other agents affecting blood constituents causing adverse effects in therapeutic use' );
12934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E934.9', '', 'Unspecified agent affecting blood constituents causing adverse effects in therapeutic use' );
12935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.0', '', 'Heroin causing adverse effects in therapeutic use' );
12936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.1', '', 'Methadone causing averse effects in therapeutic use' );
12937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.2', '', 'Other opiates and related narcotics causing adverse effects in therapeutic use' );
12938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.3', '', 'Salicylates causing adverse effects in therapeutic use' );
12939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.4', '', 'Aromatic analgesics not elsewhere classified causing adverse effects in therapeutic use' );
12940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.5', '', 'Pyrazole derivatives causing adverse effects in therapeutic use' );
12941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.6', '', 'Antirheumatics (antiphlogistics) causing adverse effects in therapeutic use' );
12942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.7', '', 'Other non-narcotic analgesics causing adverse effects in therapeutic use' );
12943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.8', '', 'Other specified analgesics and antipyretics causing adverse effects in therapeutic use' );
12944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E935.9', '', 'Unspecified analgesic and antipyretic causing adverse effects in therapeutic use' );
12945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E936.0', '', 'Oxazolidine derivatives causing adverse effects in therapeutic use' );
12946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E936.1', '', 'Hydantoin derivatives causing adverse effects in therapeutic use' );
12947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E936.2', '', 'Succinimides causing adverse effects in therapeutic use' );
12948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E936.3', '', 'Other and unspecified anticonvulsants causing adverse effects in therapeutic use' );
12949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E936.4', '', 'Anti-parkinsonism drugs causing adverse effects in therapeutic use' );
12950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.0', '', 'Barbiturates causing adverse effects in therapeutic use' );
12951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.1', '', 'Chloral hydrate group causing adverse effects in therapeutic use' );
12952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.2', '', 'Paraldehyde causing adverse effects in therapeutic use' );
12953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.3', '', 'Bromine compounds causing adverse effects in therapeutic use' );
12954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.4', '', 'Methaqualone compounds causing adverse effects in therapeutic use' );
12955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.5', '', 'Glutethimide group causing adverse effects in therapeutic use' );
12956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.6', '', 'Mixed sedatives not elsewhere classified causing adverse effects in therapeutic use' );
12957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.8', '', 'Other sedatives and hypnotics causing adverse effects in therapeutic use' );
12958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E937.9', '', 'Unspecified sedatives and hypnotics causing adverse effects in therapeutic use' );
12959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.0', '', 'Central nervous system muscle-tone depressants causing adverse effects in therapeutic use' );
12960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.1', '', 'Halothane causing adverse effects in therapeutic use' );
12961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.2', '', 'Other gaseous anesthetics causing adverse effects in therapeutic use' );
12962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.3', '', 'Intravenous anesthetics causing adverse effects in therapeutic use' );
12963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.4', '', 'Other and unspecified general anesthetics causing adverse effects in therapeutic use' );
12964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.5', '', 'Surface and infiltration anesthetics causing adverse effects in therapeutic use' );
12965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.6', '', 'Peripheral nerve- and plexus-blocking anesthetics causing adverse effects in therapeutic use' );
12966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.7', '', 'Spinal anesthetics causing adverse effects in therapeutic use' );
12967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E938.9', '', 'Other and unspecified local anesthetics causing adverse effects in therapeutic use' );
12968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.0', '', 'Antidepressants causing adverse effects in therapeutic use' );
12969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.1', '', 'Phenothiazine-based tranquilizers causing adverse effects in therapeutic use' );
12970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.2', '', 'Butyrophenone-based tranquilizers causing adverse effects in therapeutic use' );
12971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.3', '', 'Other antipsychotics neuroleptics and major tranquilizers causing adverse effects in therapeutic use' );
12972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.4', '', 'Benzodiazepine-based tranquilizers causing adverse effects in therapeutic use' );
12973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.5', '', 'Other tranquilizers causing adverse effects in therapeutic use' );
12974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.6', '', 'Psychodysleptics (hallucinogens) causing adverse effects in therapeutic use' );
12975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.7', '', 'Psychostimulants causing adverse effects in therapeutic use' );
12976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.8', '', 'Other psychotropic agents causing adverse effects in therapeutic use' );
12977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E939.9', '', 'Unspecified psychotropic agent causing adverse effects in therapeutic use' );
12978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E940.0', '', 'Analeptics causing adverse effects in therapeutic use' );
12979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E940.1', '', 'Opiate antagonists causing adverse effects in therapeutic use' );
12980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E940.8', '', 'Other specified central nervous system stimulants causing adverse effects in therapeutic use' );
12981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E940.9', '', 'Unspecified central nervous system stimulant causing adverse effects in therapeutic use' );
12982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E941.0', '', 'Parasympathomimetics (cholinergics) causing adverse effects in therapeutic use' );
12983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E941.1', '', 'Parasympatholytics (anticholinergics and antimuscarinics) and spasmolytics causing adverse effects in therapeutic use' );
12984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E941.2', '', 'Sympathomimetics (adrenergics) causing adverse effects in therapeutic use' );
12985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E941.3', '', 'Sympatholytics (antiadrenergics) causing adverse effects in therapeutic use' );
12986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E941.9', '', 'Unspecified drug primarily affecting the autonomic nervous system causing adverse effects in therapeutic use' );
12987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.0', '', 'Cardiac rhythm regulators causing adverse effects in therapeutic use' );
12988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.1', '', 'Cardiotonic glycosides and drugs of similar action causing adverse effects in therapeutic use' );
12989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.2', '', 'Antilipemic and antiarteriosclerotic drugs causing adverse effects in therapeutic use' );
12990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.3', '', 'Ganglion-blocking agents causing adverse effects in therapeutic use' );
12991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.4', '', 'Coronary vasodilators causing adverse effects in therapeutic use' );
12992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.5', '', 'Other vasodilators causing adverse effects in therapeutic use' );
12993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.6', '', 'Other antihypertensive agents causing adverse effects in therapeutic use' );
12994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.7', '', 'Antivaricose drugs including sclerosing agents causing adverse effects in therapeutic use' );
12995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.8', '', 'Capillary-active drugs causing adverse effects in therapeutic use' );
12996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E942.9', '', 'Other and unspecified agents primarily affecting the cardiovascular system causing adverse effects in therapeutic use' );
12997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.0', '', 'Antacids and antigastric secretion drugs causing adverse effects in therapeutic use' );
12998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.1', '', 'Irritant cathartics causing adverse effects in therapeutic use' );
12999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.2', '', 'Emollient cathartics causing adverse effects in therapeutic use' );
13000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.3', '', 'Other cathartics including intestinal atonia drugs causing adverse effects in therapeutic use' );
13001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.4', '', 'Digestants causing adverse effects in therapeutic use' );
13002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.5', '', 'Antidiarrheal drugs causing adverse effects in therapeutic use' );
13003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.6', '', 'Emetics causing adverse effects in therapeutic use' );
13004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.8', '', 'Other specified agents primarily affecting the gastro-intestinal system causing adverse effects in therapeutic use' );
13005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E943.9', '', 'Unspecified agent primarily affecting the gastrointestinal system causing adverse effects in therapeutic use' );
13006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.0', '', 'Mercurial diuretics causing adverse effects in therapeutic use' );
13007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.1', '', 'Purine derivative diuretics causing adverse effects in therapeutic use' );
13008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.2', '', 'Carbonic acid anhydrase inhibitors causing adverse effects in therapeutic use' );
13009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.3', '', 'Saluretics causing adverse effects in therapeutic use' );
13010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.4', '', 'Other diuretics causing adverse effects in therapeutic use' );
13011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.5', '', 'Electrolytic caloric and water-balance agents causing adverse effects in therapeutic use' );
13012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.6', '', 'Other mineral salts not elsewhere classified causing adverse effects in therapeutic use' );
13013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E944.7', '', 'Uric acid metabolism drugs causing adverse effects in therapeutic use' );
13014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.0', '', 'Oxytocic agents causing adverse effects in therapeutic use' );
13015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.1', '', 'Smooth muscle relaxants causing adverse effects in therapeutic use' );
13016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.2', '', 'Skeletal muscle relaxants causing adverse effects in therapeutic use' );
13017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.3', '', 'Other and unspecified drugs acting on muscles causing adverse effects in therapeutic use' );
13018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.4', '', 'Antitussives causing adverse effects in therapeutic use' );
13019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.5', '', 'Expectorants causing adverse effects in therapeutic use' );
13020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.6', '', 'Anti-common cold drugs causing adverse effects in therapeutic use' );
13021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.7', '', 'Antiasthmatics causing adverse effects in therapeutic use' );
13022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E945.8', '', 'Other and unspecified respiratory drugs causing adverse effects in therapeutic use' );
13023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.0', '', 'Local anti-infectives and anti-inflammatory drugs causing adverse effects in therapeutic use' );
13024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.1', '', 'Antipruritics causing adverse effects in therapeutic use' );
13025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.2', '', 'Local astringents and local detergents causing adverse effects in therapeutic use' );
13026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.3', '', 'Emollients demulcents and protectants causing adverse effects in therapeutic use' );
13027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.4', '', 'Keratolytics keratoplastics other hair treatment drugs and preparations causing adverse effects in therapeutic use' );
13028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.5', '', 'Eye anti-infectives and other eye drugs causing adverse effects in therapeutic use' );
13029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.6', '', 'Anti-infectives and other drugs and preparations for ear nose and throat causing adverse effects in therapeutic use' );
13030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.7', '', 'Dental drugs topically applied causing adverse effects in therapeutic use' );
13031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.8', '', 'Other agents primarily affecting skin and mucous membrane causing adverse effects in therapeutic use' );
13032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E946.9', '', 'Unspecified agent primarily affecting skin and mucous membrane causing adverse effects in therapeutic use' );
13033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.0', '', 'Dietetics causing adverse effects in therapeutic use' );
13034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.1', '', 'Lipotropic drugs causing adverse effects in therapeutic use' );
13035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.2', '', 'Antidotes and chelating agents not elsewhere classified causing adverse effects in therapeutic use' );
13036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.3', '', 'Alcohol deterrents causing adverse effects in therapeutic use' );
13037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.4', '', 'Pharmaceutical excipients causing adverse effects in therapeutic use' );
13038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.8', '', 'Other drugs and medicinal substances causing adverse effects in therapeutic use' );
13039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E947.9', '', 'Unspecified drug or medicinal substance causing adverse effects in therapeutic use' );
13040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.0', '', 'Bcg vaccine causing adverse effects in therapeutic use' );
13041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.1', '', 'Typhoid and paratyphoid vaccines causing adverse effects in therapeutic use' );
13042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.2', '', 'Cholera vaccine causing adverse effects in therapeutic use' );
13043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.3', '', 'Plague vaccine causing adverse effects in therapeutic use' );
13044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.4', '', 'Tetanus vaccine causing adverse effects in therapeutic use' );
13045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.5', '', 'Diphtheria vaccine causing adverse effects in therapeutic use' );
13046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.6', '', 'Pertussis vaccine including combinations with a pertussis component causing adverse effects in therapeutic use' );
13047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.8', '', 'Other and unspecified bacterial vaccines causing adverse effects in therapeutic use' );
13048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E948.9', '', 'Mixed bacterial vaccines except combinations with a pertussis component causing adverse effects in therapeutic use' );
13049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.0', '', 'Smallpox vaccine causing adverse effects in therapeutic use' );
13050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.1', '', 'Rabies vaccine causing adverse effects in therapeutic use' );
13051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.2', '', 'Typhus vaccine causing adverse effects in therapeutic use' );
13052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.3', '', 'Yellow fever vaccine causing adverse effects in therapeutic use' );
13053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.4', '', 'Measles vaccine causing adverse effects in therapeutic use' );
13054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.5', '', 'Poliomyelitis vaccine causing adverse effects in therapeutic use' );
13055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.6', '', 'Other and unspecified viral and rickettsial vaccines causing adverse effects in therapeutic use' );
13056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.7', '', 'Mixed viral-rickettsial and bacterial vaccines except combinations with a pertussis component causing adverse effects in therapeutic use' );
13057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E949.9', '', 'Other and unspecified vaccines and biological substances causing adverse effects in therapeutic use' );
13058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.0', '', 'Suicide and self-inflicted poisoning by analgesics antipyretics and antirheumatics' );
13059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.1', '', 'Suicide and self-inflicted poisoning by barbiturates' );
13060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.2', '', 'Suicide and self-inflicted poisoning by other sedatives and hypnotics' );
13061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.3', '', 'Suicide and self-inflicted poisoning by tranquilizers and other psychotropic agents' );
13062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.4', '', 'Suicide and self-inflicted poisoning by other specified drugs and medicinal substances' );
13063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.5', '', 'Suicide and self-inflicted poisoning by unspecified drug or medicinal substance' );
13064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.6', '', 'Suicide and self-inflicted poisoning by agricultural and horticultural chemical and pharmaceutical preparations other than plant foods and fertilizers' );
13065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.7', '', 'Suicide and self-inflicted poisoning by corrosive and caustic substances' );
13066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.8', '', 'Suicide and self-inflicted poisoning by arsenic and its compounds' );
13067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E950.9', '', 'Suicide and self-inflicted poisoning by other and unspecified solid and liquid substances' );
13068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E951.0', '', 'Suicide and self-inflicted poisoning by gas distributed by pipeline' );
13069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E951.1', '', 'Suicide and self-inflicted poisoning by liquefied petroleum gas distributed in mobile containers' );
13070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E951.8', '', 'Suicide and self-inflicted poisoning by other utility gas' );
13071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E952.0', '', 'Suicide and self-inflicted poisoning by motor vehicle exhaust gas' );
13072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E952.1', '', 'Suicide and self-inflicted poisoning by other carbon monoxide' );
13073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E952.8', '', 'Suicide and self-inflicted poisoning by other specified gases and vapors' );
13074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E952.9', '', 'Suicide and self-inflicted poisoning by unspecified gases and vapors' );
13075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E953.0', '', 'Suicide and self-inflicted injury by hanging' );
13076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E953.1', '', 'Suicide and self-inflicted injury by suffocation by plastic bag' );
13077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E953.8', '', 'Suicide and self-inflicted injury by other specified means' );
13078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E953.9', '', 'Suicide and self-inflicted injury by unspecified means' );
13079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E954', '', 'Suicide and self-inflicted injury by submersion (drowning)' );
13080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.0', '', 'Suicide and self-inflicted injury by handgun' );
13081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.1', '', 'Suicide and self-inflicted injury by shotgun' );
13082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.2', '', 'Suicide and self-inflicted injury by hunting rifle' );
13083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.3', '', 'Suicide and self-inflicted injury by military firearms' );
13084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.4', '', 'Suicide and self-inflicted injury by other and unspecified firearm' );
13085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.5', '', 'Suicide and self-inflicted injury by explosives' );
13086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.6', '', 'Suicide and self-inflicted injury by air gun' );
13087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.7', '', 'Suicide and self-inflicted injury by paintball gun' );
13088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E955.9', '', 'Suicide and self-inflicted injury by firearms and explosives unspecified' );
13089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E956', '', 'Suicide and self-inflicted injury by cutting and piercing instrument' );
13090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E957.0', '', 'Suicide and self-inflicted injuries by jumping from residential premises' );
13091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E957.1', '', 'Suicide and self-inflicted injuries by jumping from other man-made structures' );
13092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E957.2', '', 'Suicide and self-inflicted injuries by jumping from natural sites' );
13093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E957.9', '', 'Suicide and self-inflicted injuries by jumping from unspecified site' );
13094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.0', '', 'Suicide and self-inflicted injury by jumping or lying before moving object' );
13095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.1', '', 'Suicide and self-inflicted injury by burns fire' );
13096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.2', '', 'Suicide and self-inflicted injury by scald' );
13097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.3', '', 'Suicide and self-inflicted injury by extremes of cold' );
13098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.4', '', 'Suicide and self-inflicted injury by electrocution' );
13099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.5', '', 'Suicide and self-inflicted injury by crashing of motor vehicle' );
13100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.6', '', 'Suicide and self-inflicted injury by crashing of aircraft' );
13101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.7', '', 'Suicide and self-inflicted injury by caustic substances except poisoning' );
13102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.8', '', 'Suicide and self-inflicted injury by other specified means' );
13103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E958.9', '', 'Suicide and self-inflicted injury by unspecified means' );
13104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E959', '', 'Late effects of self-inflicted injury' );
13105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E960.0', '', 'Unarmed fight or brawl' );
13106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E960.1', '', 'Rape' );
13107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E961', '', 'Assault by corrosive or caustic substance except poisoning' );
13108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E962.0', '', 'Assault by drugs and medicinal substances' );
13109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E962.1', '', 'Assault by other solid and liquid substances' );
13110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E962.2', '', 'Assault by other gases and vapors' );
13111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E962.9', '', 'Assault by unspecified poisoning' );
13112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E963', '', 'Assault by hanging and strangulation' );
13113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E964', '', 'Assault by submersion (drowning)' );
13114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.0', '', 'Assault by handgun' );
13115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.1', '', 'Assault by shotgun' );
13116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.2', '', 'Assault by hunting rifle' );
13117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.3', '', 'Assault by military firearms' );
13118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.4', '', 'Assault by other and unspecified firearm' );
13119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.5', '', 'Assault by antipersonnel bomb' );
13120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.6', '', 'Assault by gasoline bomb' );
13121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.7', '', 'Assault by letter bomb' );
13122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.8', '', 'Assault by other specified explosive' );
13123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E965.9', '', 'Assault by unspecified explosive' );
13124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E966', '', 'Assault by cutting and piercing instrument' );
13125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.0', '', 'Perpetrator of child and adult abuse by father stepfather or boyfriend' );
13126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.1', '', 'Perpetrator of child and adult abuse by other specified person' );
13127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.2', '', 'Perpetrator of child and adult abuse by mother stepmother or girlfriend' );
13128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.3', '', 'Perpetrator of child and adult abuse by spouse or partner' );
13129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.4', '', 'Perpetrator of child and adult abuse by child' );
13130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.5', '', 'Perpetrator of child and adult abuse by sibling' );
13131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.6', '', 'Perpetrator of child and adult abuse by grandparent' );
13132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.7', '', 'Perpetrator of child and adult abuse by other relative' );
13133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.8', '', 'Perpetrator of child and adult abuse by non-related caregiver' );
13134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E967.9', '', 'Perpetrator of child and adult abuse by unspecified person' );
13135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.0', '', 'Assault by fire' );
13136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.1', '', 'Assault by pushing from a high place' );
13137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.2', '', 'Assault by striking by blunt or thrown object' );
13138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.3', '', 'Assault by hot liquid' );
13139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.4', '', 'Assault by criminal neglect' );
13140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.5', '', 'Assault by transport vehicle' );
13141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.6', '', 'Assault by air gun' );
13142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.7', '', 'Assault by human bite' );
13143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.8', '', 'Assault by other specified means' );
13144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E968.9', '', 'Assault by unspecified means' );
13145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E969', '', 'Late effects of injury purposely inflicted by other person' );
13146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E970', '', 'Injury due to legal intervention by firearms' );
13147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E971', '', 'Injury due to legal intervention by explosives' );
13148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E972', '', 'Injury due to legal intervention by gas' );
13149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E973', '', 'Injury due to legal intervention by blunt object' );
13150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E974', '', 'Injury due to legal intervention by cutting and piercing instrument' );
13151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E975', '', 'Injury due to legal intervention by other specified means' );
13152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E976', '', 'Injury due to legal intervention by unspecified means' );
13153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E977', '', 'Late effects of injuries due to legal intervention' );
13154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E978', '', 'Legal execution' );
13155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.0', '', 'Terrorism involving explosion of marine weapons' );
13156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.1', '', 'Terrorism involving destruction of aircraft' );
13157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.2', '', 'Terrorism involving other explosions and fragments' );
13158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.3', '', 'Terrorism involving fires conflagration and hot substances' );
13159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.4', '', 'Terrorism involving firearms' );
13160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.5', '', 'Terrorism involving nuclear weapons' );
13161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.6', '', 'Terrorism involving biological weapons' );
13162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.7', '', 'Terrorism involving chemical weapons' );
13163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.8', '', 'Terrorism involving other means' );
13164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E979.9', '', 'Terrorism secondary effects' );
13165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.0', '', 'Poisoning by analgesics antipyretics and antirheumatics undetermined whether accidentally or purposely inflicted' );
13166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.1', '', 'Poisoning by barbiturates undetermined whether accidentally or purposely inflicted' );
13167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.2', '', 'Poisoning by other sedatives and hypnotics undetermined whether accidentally or purposely inflicted' );
13168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.3', '', 'Poisoning by tranquilizers and other psychotropic agents undetermined whether accidentally or purposely inflicted' );
13169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.4', '', 'Poisoning by other specified drugs and medicinal substances undetermined whether accidentally or purposely inflicted' );
13170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.5', '', 'Poisoning by unspecified drug or medicinal substance undetermined whether accidentally or purposely inflicted' );
13171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.6', '', 'Poisoning by corrosive and caustic substances undetermined whether accidentally or purposely inflicted' );
13172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.7', '', 'Poisoning by agricultural and horticultural chemical and pharmaceutical preparations other than plant foods and fertilizers undetermined whether accidentally or purposely inflicted' );
13173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.8', '', 'Poisoning by arsenic and its compounds undetermined whether accidentally or purposely inflicted' );
13174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E980.9', '', 'Poisoning by other and unspecified solid and liquid substances undetermined whether accidentally or purposely inflicted' );
13175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E981.0', '', 'Poisoning by gas distributed by pipeline undetermined whether accidentally or purposely inflicted' );
13176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E981.1', '', 'Poisoning by liquefied petroleum gas distributed in mobile containers undetermined whether accidentally or purposely inflicted' );
13177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E981.8', '', 'Poisoning by other utility gas undetermined whether accidentally or purposely inflicted' );
13178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E982.0', '', 'Poisoning by motor vehicle exhaust gas undetermined whether accidentally or purposely inflicted' );
13179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E982.1', '', 'Poisoning by other carbon monoxide undetermined whether accidentally or purposely inflicted' );
13180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E982.8', '', 'Poisoning by other specified gases and vapors undetermined whether accidentally or purposely inflicted' );
13181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E982.9', '', 'Poisoning by unspecified gases and vapors undetermined whether accidentally or purposely inflicted' );
13182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E983.0', '', 'Hanging undetermined whether accidentally or purposely inflicted' );
13183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E983.1', '', 'Suffocation by plastic bag undetermined whether accidentally or purposely inflicted' );
13184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E983.8', '', 'Strangulation or suffocation by other specified means undetermined whether accidentally or purposely inflicted' );
13185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E983.9', '', 'Strangulation or suffocation by unspecified means undetermined whether accidentally or purposely inflicted' );
13186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E984', '', 'Submersion (drowning) undetermined whether accidentally or purposely inflicted' );
13187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.0', '', 'Injury by handgun undetermined whether accidentally or purposely inflicted' );
13188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.1', '', 'Injury by shotgun undetermined whether accidentally or purposely inflicted' );
13189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.2', '', 'Injury by hunting rifle undetermined whether accidentally or purposely inflicted' );
13190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.3', '', 'Injury by military firearms undetermined whether accidentally or purposely inflicted' );
13191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.4', '', 'Injury by other and unspecified firearm undetermined whether accidentally or purposely inflicted' );
13192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.5', '', 'Injury by explosives undetermined whether accidentally or purposely inflicted' );
13193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.6', '', 'Injury by air gun undetermined whether accidental or purposely inflicted' );
13194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E985.7', '', 'Injury by paintball gun undetermined whether accidental or purposely inflicted' );
13195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E986', '', 'Injury by cutting and piercing instruments undetermined whether accidentally or purposely inflicted' );
13196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E987.0', '', 'Falling from residential premises undetermined whether accidentally or purposely inflicted' );
13197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E987.1', '', 'Falling from other man-made structures undetermined whether accidentally or purposely inflicted' );
13198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E987.2', '', 'Falling from natural sites undetermined whether accidentally or purposely inflicted' );
13199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E987.9', '', 'Falling from unspecified site undetermined whether accidentally or purposely inflicted' );
13200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.0', '', 'Injury by jumping or lying before moving object undetermined whether accidentally or purposely inflicted' );
13201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.1', '', 'Injury by burns or fire undetermined whether accidentally or purposely inflicted' );
13202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.2', '', 'Injury by scald undetermined whether accidentally or purposely inflicted' );
13203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.3', '', 'Injury by extremes of cold undetermined whether accidentally or purposely inflicted' );
13204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.4', '', 'Injury by electrocution undetermined whether accidentally or purposely inflicted' );
13205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.5', '', 'Injury by crashing of motor vehicle undetermined whether accidentally or purposely inflicted' );
13206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.6', '', 'Injury by crashing of aircraft undetermined whether accidentally or purposely inflicted' );
13207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.7', '', 'Injury by caustic substances except poisoning undetermined whether accidentally or purposely inflicted' );
13208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.8', '', 'Injury by other specified means undetermined whether accidentally or purposely inflicted' );
13209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E988.9', '', 'Injury by unspecified means undetermined whether accidentally or purposely inflicted' );
13210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E989', '', 'Late effects of injury undetermined whether accidentally or purposely inflicted' );
13211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E990.0', '', 'Injury due to war operations from gasoline bomb' );
13212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E990.1', '', 'Injury due to war operations from flamethrower' );
13213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E990.2', '', 'Injury due to war operations from incendiary bullet' );
13214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E990.3', '', 'Injury due to war operations from fire caused indirectly from conventional weapon' );
13215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E990.9', '', 'Injury due to war operations from other and unspecified source' );
13216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.0', '', 'Injury due to war operations from rubber bullets (rifle)' );
13217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.1', '', 'Injury due to war operations from pellets (rifle)' );
13218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.2', '', 'Injury due to war operations from other bullets' );
13219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.3', '', 'Injury due to war operations from antipersonnel bomb (fragments)' );
13220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.4', '', 'Injury due to war operations by fragments from munitions' );
13221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.5', '', 'Injury due to war operations by fragments from person-borne improvised explosive device' );
13222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.6', '', 'Injury due to war operations by fragments from vehicle-borne improvised explosive device (ied)' );
13223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.7', '', 'Injury due to war operations by fragments from other improvised explosive device (ied)' );
13224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.8', '', 'Injury due to war operations by fragments from weapons' );
13225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E991.9', '', 'Injury due to war operations from other and unspecified fragments' );
13226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.0', '', 'Injury due to torpedo' );
13227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.1', '', 'Injury due to depth charge' );
13228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.2', '', 'Injury due to marine mines' );
13229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.3', '', 'Injury due to sea-based artillery shell' );
13230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.8', '', 'Injury due to war operations by other marine weapons' );
13231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E992.9', '', 'Injury due to war operations by unspecified marine weapon' );
13232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.0', '', 'Injury due to war operations by aerial bomb' );
13233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.1', '', 'Injury due to war operations by guided missile' );
13234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.2', '', 'Injury due to war operations by mortar' );
13235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.3', '', 'Injury due to war operations by person-borne improvised explosive device (ied)' );
13236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.4', '', 'Injury due to war operations by vehicle-borne improvised explosive device (ied)' );
13237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.5', '', 'Injury due to war operations by other improvised explosive device (ied)' );
13238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.6', '', 'Injury due to war operations by unintentional detonation of own munitions' );
13239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.7', '', 'Injury due to war operations by unintentional discharge of own munitions launch device' );
13240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.8', '', 'Injury due to war operations by other specified explosion' );
13241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E993.9', '', 'Injury due to war operations by unspecified explosion' );
13242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.0', '', 'Injury due to war operations by destruction of aircraft due to enemy fire or explosives' );
13243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.1', '', 'Injury due to war operations by unintentional destruction of aircraft due to own onboard explosives' );
13244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.2', '', 'Injury due to war operations by destruction of aircraft due to collision with other aircraft' );
13245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.3', '', 'Injury due to war operations by destruction of aircraft due to onboard fire' );
13246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.8', '', 'Injury due to war operations by other destruction of aircraft' );
13247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E994.9', '', 'Injury due to war operations by unspecified destruction of aircraft' );
13248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.0', '', 'Injury due to war operations by unarmed hand-to-hand combat' );
13249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.1', '', 'Injury due to war operations, struck by blunt object' );
13250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.2', '', 'Injury due to war operations by piercing object' );
13251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.3', '', 'Injury due to war operations by intentional restriction of air and airway' );
13252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.4', '', 'Injury due to war operations by unintentional drowning due to inability to surface or obtain air' );
13253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.8', '', 'Injury due to war operations by other forms of conventional warfare' );
13254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E995.9', '', 'Injury due to war operations by unspecified form of conventional warfare' );
13255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.0', '', 'Injury due to war operations by direct blast effect of nuclear weapon' );
13256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.1', '', 'Injury due to war operations by indirect blast effect of nuclear weapon' );
13257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.2', '', 'Injury due to war operations by thermal radiation effect of nuclear weapon' );
13258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.3', '', 'Injury due to war operations by nuclear radiation effects' );
13259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.8', '', 'Injury due to war operations by other effects of nuclear weapons' );
13260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E996.9', '', 'Injury due to war operations by unspecified effect of nuclear weapon' );
13261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.0', '', 'Injury due to war operations by lasers' );
13262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.1', '', 'Injury due to war operations by biological warfare' );
13263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.2', '', 'Injury due to war operations by gases fumes and chemicals' );
13264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.3', '', 'Injury due to war operations by weapon of mass destruction (wmd), unspecified' );
13265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.8', '', 'Injury due to other specified forms of unconventional warfare' );
13266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E997.9', '', 'Injury due to unspecified form of unconventional warfare' );
13267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E998.0', '', 'Injury due to war operations but occurring after cessation of hostilities by explosion of mines' );
13268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E998.1', '', 'Injury due to war operations but occurring after cessation of hostilities by explosion of bombs' );
13269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E998.8', '', 'Injury due to other war operations but occurring after cessation of hostilities' );
13270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E998.9', '', 'Injury due to unspecified war operations but occurring after cessation of hostilities' );
13271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E999.0', '', 'Late effect of injury due to war operations' );
13272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'E999.1', '', 'Late effect of injury due to terrorism' );
13273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.0', '', 'Contact with or exposure to cholera' );
13274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.1', '', 'Contact with or exposure to tuberculosis' );
13275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.2', '', 'Contact with or exposure to poliomyelitis' );
13276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.3', '', 'Contact with or exposure to smallpox' );
13277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.4', '', 'Contact with or exposure to rubella' );
13278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.5', '', 'Contact with or exposure to rabies' );
13279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.6', '', 'Contact with or exposure to venereal diseases' );
13280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.71', '', 'Contact/exposure to varicella' );
13281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.79', '', 'Contact/exposure to other viral diseases' );
13282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.81', '', 'Contact with or exposure to anthrax' );
13283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.82', '', 'Exposure to sars-associated coronavirus' );
13284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.83', '', 'Contact/exposure to escherichia coli [e.coli]' );
13285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.84', '', 'Contact/exposure to meningococcus' );
13286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.89', '', 'Contact with or exposure to other communicable diseases' );
13287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V01.9', '', 'Contact with or exposure to unspecified communicable disease' );
13288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.0', '', 'Carrier or suspected carrier of cholera' );
13289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.1', '', 'Carrier or suspected carrier of typhoid' );
13290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.2', '', 'Carrier or suspected carrier of amebiasis' );
13291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.3', '', 'Carrier or suspected carrier of other gastrointestinal pathogens' );
13292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.4', '', 'Carrier or suspected carrier of diphtheria' );
13293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.51', '', 'Carrier or suspected carrier of group b streptococcus' );
13294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.52', '', 'Carrier or suspected carrier of other streptococcus' );
13295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.53', '', 'Methicillin susceptible staphylococcus aureus' );
13296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.54', '', 'Methicillin resistant staphylococcus aureus' );
13297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.59', '', 'Carrier or suspected carrier of other specified bacterial diseases' );
13298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.60', '', 'Carrier or suspected carrier of viral hepatitis unspecified' );
13299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.61', '', 'Carrier or suspected carrier of hepatitis b' );
13300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.62', '', 'Carrier or suspected carrier of hepatitis c' );
13301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.69', '', 'Carrier or suspected carrier of other viral hepatitis' );
13302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.7', '', 'Carrier or suspected carrier of gonorrhea' );
13303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.8', '', 'Carrier or suspected carrier of other venereal diseases' );
13304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V02.9', '', 'Carrier or suspected carrier of other specified infectious organism' );
13305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.0', '', 'Need for prophylactic vaccination and inoculation against cholera alone' );
13306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.1', '', 'Need for prophylactic vaccination with typhoid-paratyphoid (tab) vaccine' );
13307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.2', '', 'Need for prophylactic vaccination with tuberculosis (bcg) vaccine' );
13308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.3', '', 'Need for prophylactic vaccination and inoculation against plague' );
13309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.4', '', 'Need for prophylactic vaccination and inoculation against tularemia' );
13310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.5', '', 'Need for prophylactic vaccination and inoculation against diphtheria alone' );
13311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.6', '', 'Need for prophylactic vaccination and inoculation against pertussis alone' );
13312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.7', '', 'Need for prophylactic vaccination with tetanus toxoid alone' );
13313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.81', '', 'Need for prophylactic vaccination and inoculation against hemophilus influenza type b [hib]' );
13314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.82', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae [pneumococcus]' );
13315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.89', '', 'Need for prophylactic vaccination and inoculation against other specified single bacterial disease' );
13316 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V03.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single bacterial disease' );
13317 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.0', '', 'Need for prophylactic vaccination and inoculation against poliomyelitis' );
13318 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.1', '', 'Need for prophylactic vaccination and inoculation against smallpox' );
13319 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.2', '', 'Need for prophylactic vaccination and inoculation against measles alone' );
13320 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.3', '', 'Need for prophylactic vaccination and inoculation against rubella alone' );
13321 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.4', '', 'Need for prophylactic vaccination and inoculation against yellow fever' );
13322 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.5', '', 'Need for prophylactic vaccination and inoculation against rabies' );
13323 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.6', '', 'Need for prophylactic vaccination and inoculation against mumps alone' );
13324 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.7', '', 'Need for prophylactic vaccination and inoculation against common cold' );
13325 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.81', '', 'Need for prophylactic vaccination and inoculation against influenza' );
13326 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.82', '', 'Need for prophylactic vaccination and inoculation against respiratory syncytial virus (rsv)' );
13327 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V04.89', '', 'Need for prophylactic vaccination and inoculation against other viral diseases' );
13328 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.0', '', 'Need for prophylactic vaccination and inoculation against arthropod-borne viral encephalitis' );
13329 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.1', '', 'Need for prophylactic vaccination and inoculation against other arthropod-borne viral diseases' );
13330 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.2', '', 'Need for prophylactic vaccination and inoculation against leishmaniasis' );
13331 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.3', '', 'Need for prophylactic vaccination and inoculation against viral hepatitis' );
13332 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.4', '', 'Need for prophylactic vaccination and inoculation against varicella' );
13333 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.8', '', 'Need for prophylactic vaccination and inoculation against other specified disease' );
13334 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V05.9', '', 'Need for prophylactic vaccination and inoculation against unspecified single disease' );
13335 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.0', '', 'Need for prophylactic vaccination against cholera with typhoid-paratyphoid (cholera + tab) vaccine' );
13336 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.1', '', 'Need for prophylactic vaccination with diphtheria-tetanus-pertussis combined [dtp] [tdap] vaccine' );
13337 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.2', '', 'Need for prophylactic vaccination with diphtheria-tetanus-pertussis with typhoid-paratyphoid (dtp + tab) vaccine' );
13338 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.3', '', 'Need for prophylactic vaccination with diphtheria-tetanus-pertussis with poliomyelitis (dtp + polio) vaccine' );
13339 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.4', '', 'Need for prophylactic vaccination with measles-mumps-rubella (mmr) vaccine' );
13340 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.5', '', 'Need for prophylactic vaccination and inoculation against tetanus-diphtheria [td] [dt]' );
13341 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.6', '', 'Need for prophylactic vaccination and inoculation against streptococcus pneumoniae and influenza' );
13342 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.8', '', 'Need for prophylactic vaccination and inoculation against other combinations of diseases' );
13343 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V06.9', '', 'Need for prophylactic vaccination with unspecified combined vaccine' );
13344 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.0', '', 'Need for isolation' );
13345 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.1', '', 'Need for desensitization to allergens' );
13346 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.2', '', 'Need for prophylactic immunotherapy' );
13347 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.31', '', 'Need for prophylactic fluoride administration' );
13348 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.39', '', 'Need for other prophylactic chemotherapy' );
13349 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.4', '', 'Hormone replacement therapy (postmenopausal)' );
13350 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.51', '', 'Prophylactic use of selective estrogen receptor modulators (serms)' );
13351 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.52', '', 'Prophylactic use of aromatase inhibitors' );
13352 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.59', '', 'Prophylactic use of other agents affecting estrogen receptors and estrogen levels' );
13353 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.8', '', 'Need for other specified prophylactic measure' );
13354 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V07.9', '', 'Need for unspecified prophylactic measure' );
13355 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V08', '', 'Asymptomatic human immunodeficiency virus (hiv) infection status' );
13356 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.0', '', 'Infection with microorganisms resistant to penicillins' );
13357 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.1', '', 'Infection with microorganisms resistant to cephalosporins and other b-lactam antibiotics' );
13358 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.2', '', 'Infection with microorganisms resistant to macrolides' );
13359 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.3', '', 'Infection with microorganisms resistant to tetracyclines' );
13360 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.4', '', 'Infection with microorganisms resistant to aminoglycosides' );
13361 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.50', '', 'Without resistance to multiple quinolones and fluroquinolones' );
13362 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.51', '', 'With resistance to multiple quinolones and fluroquinolones' );
13363 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.6', '', 'Infection with microorganisms resistant to sulfonamides' );
13364 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.70', '', 'Infection with microorganisms resistant to other specified antimycobacterial agents without resistance to multiple antimycobacterial agents' );
13365 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.71', '', 'Infection with microorganisms resistant to other specified antimycobacterial agents with resistance to multiple antimycobacterial agents' );
13366 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.80', '', 'Infection with microorganisms resistant to other specified drugs without resistance to multiple drugs' );
13367 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.81', '', 'Infection with microorganisms resistant to other specified drugs with resistance to multiple drugs' );
13368 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.90', '', 'Infection with drug-resistant microorganisms unspecified without multiple drug resistance' );
13369 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V09.91', '', 'Infection with drug-resistant microorganisms unspecified with multiple drug resistance' );
13370 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.00', '', 'Personal history of malignant neoplasm of unspecified site in gastrointestinal tract' );
13371 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.01', '', 'Personal history of malignant neoplasm of tongue' );
13372 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.02', '', 'Personal history of malignant neoplasm of other and unspecified parts of oral cavity and pharynx' );
13373 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.03', '', 'Personal history of malignant neoplasm of esophagus' );
13374 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.04', '', 'Personal history of malignant neoplasm of stomach' );
13375 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.05', '', 'Personal history of malignant neoplasm of large intestine' );
13376 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.06', '', 'Personal history of malignant neoplasm of rectum rectosigmoid junction and anus' );
13377 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.07', '', 'Personal history of malignant neoplasm of liver' );
13378 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.09', '', 'Personal history of malignant neoplasm of other sites in gastrointestinal tract' );
13379 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.11', '', 'Personal history of malignant neoplasm of bronchus and lung' );
13380 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.12', '', 'Personal history of malignant neoplasm of trachea' );
13381 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.20', '', 'Personal history of malignant neoplasm of unspecified respiratory organ' );
13382 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.21', '', 'Personal history of malignant neoplasm of larynx' );
13383 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.22', '', 'Personal history of malignant neoplasm of nasal cavities middle ear and accessory sinuses' );
13384 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.29', '', 'Personal history of malignant neoplasm of other respiratory and intrathoracic organs' );
13385 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.3', '', 'Personal history of malignant neoplasm of breast' );
13386 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.40', '', 'Personal history of malignant neoplasm of unspecified female genital organ' );
13387 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.41', '', 'Personal history of malignant neoplasm of cervix uteri' );
13388 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.42', '', 'Personal history of malignant neoplasm of other parts of uterus' );
13389 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.43', '', 'Personal history of malignant neoplasm of ovary' );
13390 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.44', '', 'Personal history of malignant neoplasm of other female genital organs' );
13391 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.45', '', 'Personal history of malignant neoplasm of unspecified male genital organ' );
13392 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.46', '', 'Personal history of malignant neoplasm of prostate' );
13393 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.47', '', 'Personal history of malignant neoplasm of testis' );
13394 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.48', '', 'Personal history of malignant neoplasm of epididymis' );
13395 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.49', '', 'Personal history of malignant neoplasm of other male genital organs' );
13396 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.50', '', 'Personal history of malignant neoplasm of unspecified urinary organ' );
13397 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.51', '', 'Personal history of malignant neoplasm of bladder' );
13398 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.52', '', 'Personal history of malignant neoplasm of kidney' );
13399 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.53', '', 'Personal history of malignant neoplasm of renal pelvis' );
13400 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.59', '', 'Personal history of malignant neoplasm of other urinary organs' );
13401 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.60', '', 'Personal history of unspecified leukemia' );
13402 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.61', '', 'Personal history of lymphoid leukemia' );
13403 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.62', '', 'Personal history of myeloid leukemia' );
13404 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.63', '', 'Personal history of monocytic leukemia' );
13405 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.69', '', 'Personal history of other leukemia' );
13406 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.71', '', 'Personal history of lymphosarcoma and reticulosarcoma' );
13407 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.72', '', 'Personal history of hodgkin''s disease' );
13408 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.79', '', 'Personal history of other lymphatic and hematopoietic neoplasms' );
13409 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.81', '', 'Personal history of malignant neoplasm of bone' );
13410 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.82', '', 'Personal history of malignant melanoma of skin' );
13411 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.83', '', 'Personal history of other malignant neoplasm of skin' );
13412 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.84', '', 'Personal history of malignant neoplasm of eye' );
13413 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.85', '', 'Personal history of malignant neoplasm of brain' );
13414 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.86', '', 'Personal history of malignant neoplasm of other parts of nervous system' );
13415 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.87', '', 'Personal history of malignant neoplasm of thyroid' );
13416 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.88', '', 'Personal history of malignant neoplasm of other endocrine glands and related structures' );
13417 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.89', '', 'Personal history of malignant neoplasm of other sites' );
13418 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.90', '', 'Personal history of unspecified type of malignant neoplasm' );
13419 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V10.91', '', 'Personal history of malignant neuroendocrine tumor' );
13420 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.0', '', 'Personal history of schizophrenia' );
13421 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.1', '', 'Personal history of affective disorders' );
13422 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.2', '', 'Personal history of neurosis' );
13423 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.3', '', 'Personal history of alcoholism' );
13424 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.8', '', 'Personal history of other mental disorders' );
13425 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V11.9', '', 'Personal history of unspecified mental disorder' );
13426 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.00', '', 'Personal history of unspecified infectious and parasitic disease' );
13427 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.01', '', 'Personal history of tuberculosis' );
13428 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.02', '', 'Personal history of poliomyelitis' );
13429 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.03', '', 'Personal history of malaria' );
13430 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.04', '', 'Personal history of methicillin resistant staphylococcus aureus' );
13431 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.09', '', 'Personal history of other specified infectious and parasitic disease' );
13432 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.1', '', 'Personal history of nutritional deficiency' );
13433 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.2', '', 'Personal history of endocrine metabolic and immunity disorders' );
13434 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.3', '', 'Personal history of diseases of blood and blood-forming organs' );
13435 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.40', '', 'Personal history of unspecified disorder of nervous system and sense organs' );
13436 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.41', '', 'Personal history of benign neoplasm of the brain' );
13437 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.42', '', 'Personal history of infections of the central nervous system' );
13438 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.49', '', 'Personal history of other disorders of nervous system and sense organs' );
13439 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.50', '', 'Personal history of unspecified circulatory disease' );
13440 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.51', '', 'Personal history of venous thrombosis and embolism' );
13441 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.52', '', 'Personal history of thrombophlebitis' );
13442 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.53', '', 'Personal history of sudden cardiac arrest' );
13443 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.54', '', 'Personal history of transient ischemic attack (tia), and cerebral infarction without residual deficits' );
13444 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.59', '', 'Personal history of other diseases of circulatory system not elsewhere classified' );
13445 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.60', '', 'Personal history of unspecified disease of respiratory system' );
13446 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.61', '', 'Personal history of pneumonia (recurrent)' );
13447 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.69', '', 'Personal history of other diseases of respiratory system' );
13448 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.70', '', 'Personal history of unspecified digestive disease' );
13449 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.71', '', 'Personal history of peptic ulcer disease' );
13450 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.72', '', 'Personal history of colonic polyps' );
13451 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V12.79', '', 'Personal history of other specified digestive system diseases' );
13452 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.00', '', 'Personal history of unspecified urinary disorder' );
13453 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.01', '', 'Personal history of urinary calculi' );
13454 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.02', '', 'Personal history of urinary (tract) infection' );
13455 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.03', '', 'Personal history of nephrotic syndrome' );
13456 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.09', '', 'Personal history of other specified urinary system disorders' );
13457 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.1', '', 'Personal history of trophoblastic disease' );
13458 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.21', '', 'Personal history of pre-term labor' );
13459 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.22', '', 'Personal history of cervical dysplasia' );
13460 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.29', '', 'Personal history of other genital system and obstetric disorders' );
13461 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.3', '', 'Personal history of diseases of skin and subcutaneous tissue' );
13462 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.4', '', 'Personal history of arthritis' );
13463 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.51', '', 'Personal history of pathologic fracture' );
13464 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.52', '', 'Personal history of stress fracture' );
13465 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.59', '', 'Personal history of other musculoskeletal disorders' );
13466 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.61', '', 'Personal history of hypospadias' );
13467 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.69', '', 'Personal history of other congenital malformations' );
13468 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.7', '', 'Personal history of perinatal problems' );
13469 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.8', '', 'Personal history of other specified diseases' );
13470 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V13.9', '', 'Personal history of unspecified disease' );
13471 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.0', '', 'Personal history of allergy to penicillin' );
13472 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.1', '', 'Personal history of allergy to other antibiotic agent' );
13473 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.2', '', 'Personal history of allergy to sulfonamides' );
13474 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.3', '', 'Personal history of allergy to other anti-infective agent' );
13475 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.4', '', 'Personal history of allergy to anesthetic agent' );
13476 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.5', '', 'Personal history of allergy to narcotic agent' );
13477 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.6', '', 'Personal history of allergy to analgesic agent' );
13478 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.7', '', 'Personal history of allergy to serum or vaccine' );
13479 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.8', '', 'Personal history of allergy to other specified medicinal agents' );
13480 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V14.9', '', 'Personal history of allergy to unspecified medicinal agent' );
13481 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.01', '', 'Personal history of allergy to peanuts' );
13482 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.02', '', 'Personal history of allergy to milk products' );
13483 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.03', '', 'Personal history of allergy to eggs' );
13484 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.04', '', 'Personal history of allergy to seafood' );
13485 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.05', '', 'Personal history of allergy to other foods' );
13486 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.06', '', 'Allergy to insects and arachnids' );
13487 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.07', '', 'Personal history of allergy to latex' );
13488 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.08', '', 'Personal history of allergy to radiographic dye' );
13489 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.09', '', 'Personal history of other allergy other than to medicinal agents' );
13490 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.1', '', 'Personal history of surgery to heart and great vessels presenting hazards to health' );
13491 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.21', '', 'Personal history of undergoing in utero procedure during pregnancy' );
13492 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.22', '', 'Personal history of undergoing in utero procedure while a fetus' );
13493 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.29', '', 'Personal history of surgery to other organs' );
13494 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.3', '', 'Personal history of irradiation presenting hazards to health' );
13495 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.41', '', 'Personal history of physical abuse' );
13496 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.42', '', 'Personal history of emotional abuse' );
13497 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.49', '', 'Personal history of d11506other psychological trauma' );
13498 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.51', '', 'Personal history of traumatic fracture' );
13499 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.52', '', 'Personal history of traumatic brain injury' );
13500 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.59', '', 'Personal history of other injury' );
13501 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.6', '', 'Personal history of poisoning presenting hazards to health' );
13502 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.7', '', 'Personal history of contraception presenting hazards to health' );
13503 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.80', '', 'Personal history of failed moderate sedation' );
13504 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.81', '', 'Personal history of noncompliance with medical treatment presenting hazards to health' );
13505 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.82', '', 'Personal history of tobacco use' );
13506 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.83', '', 'Personal history of underimmunization status' );
13507 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.84', '', 'Personal history of contact with and (suspected) exposure to asbestos' );
13508 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.85', '', 'Personal history of contact with and (suspected) exposure to potentially hazardous body fluids' );
13509 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.86', '', 'Personal history of contact with and (suspected) exposure to lead' );
13510 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.87', '', 'Personal history of extracorporeal membrane oxygenation (ecmo)' );
13511 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.88', '', 'Personal history of fall' );
13512 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.89', '', 'Other specified personal history presenting hazards to health' );
13513 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V15.9', '', 'Unspecified personal history presenting hazards to health' );
13514 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.0', '', 'Family history of malignant neoplasm of gastrointestinal tract' );
13515 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.1', '', 'Family history of malignant neoplasm of trachea bronchus and lung' );
13516 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.2', '', 'Family history of malignant neoplasm of other respiratory and intrathoracic organs' );
13517 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.3', '', 'Family history of malignant neoplasm of breast' );
13518 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.40', '', 'Family history of malignant neoplasm of genital organ unspecified' );
13519 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.41', '', 'Family history of malignant neoplasm of ovary' );
13520 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.42', '', 'Family history of malignant neoplasm of prostate' );
13521 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.43', '', 'Family history of malignant neoplasm of testis' );
13522 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.49', '', 'Family history of malignant neoplasm of other' );
13523 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.51', '', 'Family history of malignant neoplasm of kidney' );
13524 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.52', '', 'Family history of malignant neoplasm of bladder' );
13525 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.59', '', 'Family history of malignant neoplasm of other' );
13526 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.6', '', 'Family history of leukemia' );
13527 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.7', '', 'Family history of other lymphatic and hematopoietic neoplasms' );
13528 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.8', '', 'Family history of other specified malignant neoplasm' );
13529 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V16.9', '', 'Family history of unspecified malignant neoplasm' );
13530 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.0', '', 'Family history of psychiatric condition' );
13531 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.1', '', 'Family history of stroke (cerebrovascular)' );
13532 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.2', '', 'Family history of other neurological diseases' );
13533 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.3', '', 'Family history of ischemic heart disease' );
13534 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.41', '', 'Family history of sudden cardiac death (scd)' );
13535 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.49', '', 'Family history of other cardiovascular diseases' );
13536 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.5', '', 'Family history of asthma' );
13537 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.6', '', 'Family history of other chronic respiratory conditions' );
13538 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.7', '', 'Family history of arthritis' );
13539 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.81', '', 'Family history of osteoporosis' );
13540 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V17.89', '', 'Family history of other musculoskeletal diseases' );
13541 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.0', '', 'Family history of diabetes mellitus' );
13542 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.11', '', 'Family history of multiple endocrine neoplasia [men] syndrome' );
13543 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.19', '', 'Family history of other endocrine and metabolic diseases' );
13544 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.2', '', 'Family history of anemia' );
13545 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.3', '', 'Family history of other blood disorders' );
13546 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.4', '', 'Family history of mental retardation' );
13547 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.51', '', 'Family history, colonic polyps' );
13548 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.59', '', 'Family history, other digestive disorders' );
13549 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.61', '', 'Family history of polycystic kidney' );
13550 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.69', '', 'Family history of other kidney diseases' );
13551 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.7', '', 'Family history of other genitourinary diseases' );
13552 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.8', '', 'Family history of infectious and parasitic diseases' );
13553 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V18.9', '', 'Family history of genetic disease carrier' );
13554 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.0', '', 'Family history of blindness or visual loss' );
13555 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.1', '', 'Family history of other eye disorders' );
13556 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.2', '', 'Family history of deafness or hearing loss' );
13557 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.3', '', 'Family history of other ear disorders' );
13558 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.4', '', 'Family history of skin conditions' );
13559 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.5', '', 'Family history of congenital anomalies' );
13560 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.6', '', 'Family history of allergic disorders' );
13561 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.7', '', 'Family history of consanguinity' );
13562 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V19.8', '', 'Family history of other condition' );
13563 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V20.0', '', 'Health supervision of foundling' );
13564 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V20.1', '', 'Other healthy infant or child receiving care' );
13565 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V20.2', '', 'Routine infant or child health check' );
13566 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V20.31', '', 'Health supervision for newborn under 8 days' );
13567 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V20.32', '', 'Health supervision for newborn 8 to 28 days old' );
13568 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.0', '', 'Period of rapid growth in childhood' );
13569 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.1', '', 'Puberty' );
13570 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.2', '', 'Other development of adolescence' );
13571 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.30', '', 'Unspecified low birth weight status' );
13572 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.31', '', 'Low birth weight status less than 500 grams' );
13573 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.32', '', 'Low birth weight status 500-999 grams' );
13574 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.33', '', 'Low birth weight status 1000-1499 grams' );
13575 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.34', '', 'Low birth weight status 1500-1999 grams' );
13576 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.35', '', 'Low birth weight status 2000-2500 grams' );
13577 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.8', '', 'Other specified constitutional states in development' );
13578 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V21.9', '', 'Unspecified constitutional state in development' );
13579 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V22.0', '', 'Supervision of normal first pregnancy' );
13580 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V22.1', '', 'Supervision of other normal pregnancy' );
13581 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V22.2', '', 'Pregnant state incidental' );
13582 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.0', '', 'Supervision of high-risk pregnancy with history of infertility' );
13583 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.1', '', 'Supervision of high-risk pregnancy with history of trophoblastic disease' );
13584 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.2', '', 'Supervision of high-risk pregnancy with history of abortion' );
13585 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.3', '', 'Supervision of high-risk pregnancy with grand multiparity' );
13586 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.41', '', 'Supervision of high-risk pregnancy with history of pre-term labor' );
13587 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.49', '', 'Supervision of high-risk pregnancy with other poor obstetric history' );
13588 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.5', '', 'Supervision of high-risk pregnancy with other poor reproductive history' );
13589 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.7', '', 'Supervision of high-risk pregnancy with insufficient prenatal care' );
13590 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.81', '', 'Supervision of high-risk pregnancy with elderly primigravida' );
13591 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.82', '', 'Supervision of high-risk pregnancy with elderly multigravida' );
13592 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.83', '', 'Supervision of high-risk pregnancy with young primigravida' );
13593 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.84', '', 'Supervision of high-risk pregnancy with young multigravida' );
13594 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.85', '', 'Pregnancy resulting from assisted reproductive technology' );
13595 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.86', '', 'Pregnancy with history of in utero procedure during previous pregnancy' );
13596 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.89', '', 'Supervision of other high-risk pregnancy' );
13597 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V23.9', '', 'Supervision of unspecified high-risk pregnancy' );
13598 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V24.0', '', 'Postpartum care and examination immediately after delivery' );
13599 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V24.1', '', 'Postpartum care and examination of lactating mother' );
13600 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V24.2', '', 'Routine postpartum follow-up' );
13601 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.01', '', 'General counseling on prescription of oral contraceptives' );
13602 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.02', '', 'General counseling on initiation of other contraceptive measures' );
13603 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.03', '', 'Encounter for emergency contraceptive counseling and prescription' );
13604 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.04', '', 'Counseling and instruction in natural family planning to avoid pregnancy' );
13605 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.09', '', 'Other general counseling and advice on contraceptive management' );
13606 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.1', '', 'Insertion of intrauterine contraceptive device' );
13607 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.2', '', 'Sterilization' );
13608 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.3', '', 'Menstrual extraction' );
13609 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.40', '', 'Contraceptive surveillance unspecified' );
13610 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.41', '', 'Surveillance of contraceptive pill' );
13611 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.42', '', 'Surveillance of intrauterine contraceptive device' );
13612 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.43', '', 'Surveillance of implantable subdermal contraceptive' );
13613 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.49', '', 'Surveillance of other contraceptive method' );
13614 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.5', '', 'Insertion of implantable subdermal contraceptive' );
13615 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.8', '', 'Other specified contraceptive management' );
13616 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V25.9', '', 'Unspecified contraceptive management' );
13617 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.0', '', 'Tuboplasty or vasoplasty after previous sterilization' );
13618 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.1', '', 'Artificial insemination' );
13619 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.21', '', 'Fertility testing' );
13620 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.22', '', 'Aftercare following sterilization reversal' );
13621 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.29', '', 'Other investigation and testing' );
13622 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.31', '', 'Testing for genetic disease carrier status of female' );
13623 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.32', '', 'Other genetic testing of female' );
13624 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.33', '', 'Genetic counseling' );
13625 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.34', '', 'Testing of male for genetic disease carrier status' );
13626 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.35', '', 'Encounter for testing of male partner of habitual aborter' );
13627 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.39', '', 'Other genetic testing of male' );
13628 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.41', '', 'Procreative counseling and advice using natural family planning' );
13629 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.42', '', 'Encounter for fertility preservation counseling' );
13630 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.49', '', 'Other procreative management counseling and advice' );
13631 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.51', '', 'Tubal ligation status' );
13632 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.52', '', 'Vasectomy status' );
13633 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.81', '', 'Encounter for assisted reproductive fertility procedure cycle' );
13634 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.82', '', 'Encounter for fertility preservation procedure' );
13635 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.89', '', 'Other specified procreative management' );
13636 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V26.9', '', 'Unspecified procreative management' );
13637 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.0', '', 'Mother with single liveborn' );
13638 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.1', '', 'Mother with single stillborn' );
13639 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.2', '', 'Mother with twins both liveborn' );
13640 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.3', '', 'Mother with twins one liveborn and one stillborn' );
13641 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.4', '', 'Mother with twins both stillborn' );
13642 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.5', '', 'Mother with other multiple birth all liveborn' );
13643 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.6', '', 'Mother with other multiple birth some liveborn' );
13644 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.7', '', 'Mother with other multiple birth all stillborn' );
13645 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V27.9', '', 'Mother with unspecified outcome of delivery' );
13646 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.0', '', 'Screening for chromosomal anomalies by amniocentesis' );
13647 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.1', '', 'Screening for raised alpha-fetoprotein levels in amniotic fluid' );
13648 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.2', '', 'Other antenatal screening based on amniocentesis' );
13649 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.3', '', 'Encounter for routine screening for malformation using ultrasonics' );
13650 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.4', '', 'Antenatal screening for fetal growth retardation using ultrasonics' );
13651 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.5', '', 'Antenatal screening for isoimmunization' );
13652 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.6', '', 'Antenatal screening for streptococcus b' );
13653 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.81', '', 'Encounter for fetal anatomic survey' );
13654 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.82', '', 'Encounter for screening for risk of pre-term labor' );
13655 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.89', '', 'Other specified antenatal screening' );
13656 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V28.9', '', 'Unspecified antenatal screening' );
13657 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.0', '', 'Observation for suspected infectious condition' );
13658 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.1', '', 'Observation for suspected neurological conditions' );
13659 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.2', '', 'Observation and evaluation of newborn for suspected respiratory condition' );
13660 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.3', '', 'Observation for suspected genetic or metabolic condition' );
13661 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.8', '', 'Observation for other specified suspected conditions' );
13662 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V29.9', '', 'Observation for unspecified suspected conditions' );
13663 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V30.00', '', 'Single liveborn born in hospital delivered without cesarean section' );
13664 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V30.01', '', 'Single liveborn born in hospital delivered by cesarean section' );
13665 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V30.1', '', 'Single liveborn born before admission to hospital' );
13666 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V30.2', '', 'Single liveborn born outside hospital and not hospitalized' );
13667 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V31.00', '', 'Twin birth mate liveborn born in hospital delivered without cesarean section' );
13668 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V31.01', '', 'Twin birth mate liveborn born in hospital delivered by cesarean section' );
13669 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V31.1', '', 'Twin birth mate liveborn born before admission to hospital' );
13670 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V31.2', '', 'Twin birth mate liveborn born outside hospital and not hospitalized' );
13671 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V32.00', '', 'Twin birth mate stillborn born in hospital delivered without cesarean section' );
13672 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V32.01', '', 'Twin birth mate stillborn born in hospital delivered by cesarean section' );
13673 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V32.1', '', 'Twin birth mate stillborn born before admission to hospital' );
13674 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V32.2', '', 'Twin birth mate stillborn born outside hospital and not hospitalized' );
13675 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V33.00', '', 'Twin birth unspecified whether mate liveborn or stillborn born in hospital delivered without cesarean section' );
13676 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V33.01', '', 'Twin birth unspecified whether mate liveborn or stillborn born in hospital delivered by cesarean section' );
13677 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V33.1', '', 'Twin birth unspecified whether mate liveborn or stillborn born before admission to hospital' );
13678 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V33.2', '', 'Twin birth unspecified whether mate liveborn or stillborn born outside hospital and not hospitalized' );
13679 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V34.00', '', 'Other multiple birth (three or more) mates all liveborn born in hospital delivered without cesarean section' );
13680 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V34.01', '', 'Other multiple birth (three or more) mates all liveborn born in hospital delivered by cesarean section' );
13681 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V34.1', '', 'Other multiple birth (three or more) mates all liveborn born before admission to hospital' );
13682 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V34.2', '', 'Other multiple birth (three or more) mates all liveborn born outside hospital and not hospitalized' );
13683 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V35.00', '', 'Other multiple birth (three or more) mates all still born in hospital delivered without cesarean section' );
13684 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V35.01', '', 'Other multiple birth (three or more) mates all still born in hospital delivered by cesarean section' );
13685 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V35.1', '', 'Other multiple birth (three or more) mates all stillborn born before admission to hospital' );
13686 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V35.2', '', 'Other multiple birth (three or more) mates all stillborn born outside of hospital and not hospitalized' );
13687 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V36.00', '', 'Other multiple birth (three or more) mates liveborn and stillborn born in hospital delivered without cesarean section' );
13688 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V36.01', '', 'Other multiple birth (three or more) mates liveborn and stillborn born in hospital delivered without cesarean section' );
13689 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V36.1', '', 'Other multiple birth (three or more) mates liveborn and stillborn born before admission to hospital' );
13690 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V36.2', '', 'Other multiple birth (three or more) mates liveborn and stillborn born outside hospital and not hospitalized' );
13691 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V37.00', '', 'Other multiple birth (three or more) unspecified whether mates liveborn or stillborn born in hospital delivered without cesarean section' );
13692 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V37.01', '', 'Other multiple birth (three or more) unspecified whether mates liveborn or stillborn born in hospital delivered by cesarean section' );
13693 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V37.1', '', 'Other multiple birth (three or more) unspecified whether mates liveborn or stillborn born before admission to hospital' );
13694 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V37.2', '', 'Other multiple birth (three or more) unspecified whether mates liveborn or stillborn born outside of hospital' );
13695 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V39.00', '', 'Liveborn unspecified whether single twin or multiple born in hospital delivered without cesarean section' );
13696 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V39.01', '', 'Liveborn unspecified whether single twin or multiple born in hospital delivered by cesarean section' );
13697 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V39.1', '', 'Liveborn unspecified whether single twin or multiple born before admission to hospital' );
13698 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V39.2', '', 'Liveborn unspecified whether single twin or multiple born outside hospital and not hospitalized' );
13699 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V40.0', '', 'Mental and behavioral problems with learning' );
13700 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V40.1', '', 'Mental and behavioral problems with communication (including speech)' );
13701 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V40.2', '', 'Other mental problems' );
13702 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V40.3', '', 'Other behavioral problems' );
13703 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V40.9', '', 'Unspecified mental or behavioral problem' );
13704 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.0', '', 'Problems with sight' );
13705 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.1', '', 'Other eye problems' );
13706 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.2', '', 'Problems with hearing' );
13707 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.3', '', 'Other ear problems' );
13708 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.4', '', 'Problems with voice production' );
13709 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.5', '', 'Problems with smell and taste' );
13710 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.6', '', 'Problems with swallowing and mastication' );
13711 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.7', '', 'Problems with sexual function' );
13712 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.8', '', 'Other problems with special functions' );
13713 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V41.9', '', 'Unspecified problem with special functions' );
13714 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.0', '', 'Kidney replaced by transplant' );
13715 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.1', '', 'Heart replaced by transplant' );
13716 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.2', '', 'Heart valve replaced by transplant' );
13717 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.3', '', 'Skin replaced by transplant' );
13718 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.4', '', 'Bone replaced by transplant' );
13719 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.5', '', 'Cornea replaced by transplant' );
13720 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.6', '', 'Lung replaced by transplant' );
13721 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.7', '', 'Liver replaced by transplant' );
13722 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.81', '', 'Bone marrow replaced by transplant' );
13723 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.82', '', 'Peripheral stem cells replaced by transplant' );
13724 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.83', '', 'Pancreas replaced by transplant' );
13725 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.84', '', 'Organ or tissue replaced by transplant intestines' );
13726 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.89', '', 'Other specified organ or tissue replaced by transplant' );
13727 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V42.9', '', 'Unspecified organ or tissue replaced by transplant' );
13728 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.0', '', 'Eye globe replaced by other means' );
13729 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.1', '', 'Lens replaced by other means' );
13730 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.21', '', 'Heart replaced by heart assist device' );
13731 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.22', '', 'Heart replaced by fully implantable artificial heart' );
13732 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.3', '', 'Heart valve replaced by other means' );
13733 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.4', '', 'Blood vessel replaced by other means' );
13734 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.5', '', 'Bladder replaced by other means' );
13735 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.60', '', 'Unspecified joint replacement' );
13736 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.61', '', 'Shoulder joint replacement' );
13737 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.62', '', 'Elbow joint replacement' );
13738 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.63', '', 'Wrist joint replacement' );
13739 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.64', '', 'Hip joint replacement' );
13740 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.65', '', 'Knee joint replacement' );
13741 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.66', '', 'Ankle joint replacement' );
13742 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.69', '', 'Other joint replacement' );
13743 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.7', '', 'Limb replaced by other means' );
13744 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.81', '', 'Larynx replacement status' );
13745 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.82', '', 'Breast replacement status' );
13746 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.83', '', 'Artificial skin replacement status' );
13747 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V43.89', '', 'Other organ or tissue replacement status not elsewhere classified' );
13748 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.0', '', 'Tracheostomy status' );
13749 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.1', '', 'Gastrostomy status' );
13750 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.2', '', 'Ileostomy status' );
13751 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.3', '', 'Colostomy status' );
13752 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.4', '', 'Status of other artificial opening of gastrointestinal tract' );
13753 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.50', '', 'Cystostomy unspecified' );
13754 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.51', '', 'Cutaneous-vesicostomy' );
13755 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.52', '', 'Appendico-vesicostomy' );
13756 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.59', '', 'Other cystostomy' );
13757 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.6', '', 'Status of other artificial opening of urinary tract' );
13758 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.7', '', 'Artificial vagina status' );
13759 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.8', '', 'Other artificial opening status' );
13760 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V44.9', '', 'Unspecified artificial opening status' );
13761 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.00', '', 'Unspecified cardiac device in situ' );
13762 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.01', '', 'Cardiac pacemaker in situ' );
13763 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.02', '', 'Automatic implantable cardiac defibrillator in situ' );
13764 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.09', '', 'Other specified cardiac device in situ' );
13765 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.11', '', 'Renal dialysis status' );
13766 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.12', '', 'Noncompliance with renal dialysis' );
13767 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.2', '', 'Postsurgical presence of cerebrospinal fluid drainage device' );
13768 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.3', '', 'Postsurgical intestinal bypass or anastomosis status' );
13769 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.4', '', 'Postsurgical arthrodesis status' );
13770 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.51', '', 'Presence of intrauterine contraceptive device' );
13771 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.52', '', 'Presence of subdermal contraceptive implant' );
13772 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.59', '', 'Presence of other contraceptive device' );
13773 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.61', '', 'Cataract extraction status' );
13774 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.69', '', 'Other states following surgery of eye and adnexa' );
13775 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.71', '', 'Acquired absence of breast and nipple' );
13776 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.72', '', 'Acquired absence of intestine (large) (small)' );
13777 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.73', '', 'Acquired absence of kidney' );
13778 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.74', '', 'Acquired absence of organ other parts of urinary tract' );
13779 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.75', '', 'Acquired absence of organ stomach' );
13780 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.76', '', 'Acquired absence of organ lung' );
13781 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.77', '', 'Acquired absence of organ genital organs' );
13782 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.78', '', 'Acquired absence of organ eye' );
13783 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.79', '', 'Other acquired absence of organ' );
13784 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.81', '', 'Postsurgical aortocoronary bypass status' );
13785 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.82', '', 'Percutaneous transluminal coronary angioplasty status' );
13786 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.83', '', 'Breast implant removal status' );
13787 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.84', '', 'Dental restoration status' );
13788 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.85', '', 'Insulin pump status' );
13789 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.86', '', 'Bariatric surgery status' );
13790 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.87', '', 'Transplanted organ removal status' );
13791 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.88', '', 'Status post administration of tpa (rtpa) in a different facility within the last 24 hours prior to admission to current facility' );
13792 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V45.89', '', 'Other postsurgical status' );
13793 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.0', '', 'Dependence on aspirator' );
13794 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.11', '', 'Dependence on respirator, status' );
13795 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.12', '', 'Encounter for respirator dependence during power failure' );
13796 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.13', '', 'Encounter for weaning from respirator [weaning]' );
13797 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.14', '', 'Mechanical complication of respirator [ventilator]' );
13798 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.2', '', 'Dependence on supplemental oxygen' );
13799 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.3', '', 'Wheelchair dependence' );
13800 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.8', '', 'Dependence on other enabling machines' );
13801 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V46.9', '', 'Unspecified machine dependence' );
13802 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.0', '', 'Deficiencies of internal organs' );
13803 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.1', '', 'Mechanical and motor problems with internal organs' );
13804 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.2', '', 'Other cardiorespiratory problems' );
13805 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.3', '', 'Other digestive problems' );
13806 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.4', '', 'Other urinary problems' );
13807 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.5', '', 'Other genital problems' );
13808 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V47.9', '', 'Unspecified problems with internal organs' );
13809 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.0', '', 'Deficiencies of head' );
13810 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.1', '', 'Deficiencies of neck and trunk' );
13811 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.2', '', 'Mechanical and motor problems with head' );
13812 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.3', '', 'Mechanical and motor problems with neck and trunk' );
13813 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.4', '', 'Sensory problem with head' );
13814 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.5', '', 'Sensory problem with neck and trunk' );
13815 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.6', '', 'Disfigurements of head' );
13816 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.7', '', 'Disfigurements of neck and trunk' );
13817 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.8', '', 'Other problems with head neck and trunk' );
13818 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V48.9', '', 'Unspecified problem with head neck or trunk' );
13819 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.0', '', 'Deficiencies of limbs' );
13820 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.1', '', 'Mechanical problems with limbs' );
13821 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.2', '', 'Motor problems with limbs' );
13822 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.3', '', 'Sensory problems with limbs' );
13823 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.4', '', 'Disfigurements of limbs' );
13824 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.5', '', 'Other problems of limbs' );
13825 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.60', '', 'Unspecified level upper limb amputation status' );
13826 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.61', '', 'Thumb amputation status' );
13827 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.62', '', 'Other finger(s) amputation status' );
13828 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.63', '', 'Hand amputation status' );
13829 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.64', '', 'Wrist amputation status' );
13830 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.65', '', 'Below elbow amputation status' );
13831 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.66', '', 'Above elbow amputation status' );
13832 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.67', '', 'Shoulder amputation status' );
13833 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.70', '', 'Unspecified level lower limb amputation status' );
13834 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.71', '', 'Great toe amputation status' );
13835 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.72', '', 'Other toe(s) amputation status' );
13836 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.73', '', 'Foot amputation status' );
13837 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.74', '', 'Ankle amputation status' );
13838 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.75', '', 'Below knee amputation status' );
13839 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.76', '', 'Above knee amputation status' );
13840 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.77', '', 'Hip amputation status' );
13841 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.81', '', 'Asymptomatic postmenopausal status (age-related) (natural)' );
13842 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.82', '', 'Dental sealant status' );
13843 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.83', '', 'Awaiting organ transplant status' );
13844 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.84', '', 'Bed confinement status' );
13845 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.85', '', 'Dual sensory impairment' );
13846 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.89', '', 'Other specified conditions influencing health status' );
13847 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V49.9', '', 'Unspecified problems with limbs and other problems' );
13848 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.0', '', 'Elective hair transplant for purposes other than remedying health states' );
13849 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.1', '', 'Other plastic surgery for unacceptable cosmetic appearance' );
13850 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.2', '', 'Routine or ritual circumcision' );
13851 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.3', '', 'Ear piercing' );
13852 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.41', '', 'Prophylactic breast removal' );
13853 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.42', '', 'Prophylactic ovary removal' );
13854 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.49', '', 'Other prophylactic gland removal' );
13855 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.8', '', 'Other elective surgery for purposes other than remedying health states' );
13856 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V50.9', '', 'Unspecified elective surgery for purposes other than remedying health states' );
13857 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V51.0', '', 'Encounter for breast reconstruction following mastectomy' );
13858 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V51.8', '', 'Other aftercare involving the use of plastic surgery' );
13859 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.0', '', 'Fitting and adjustment of artificial arm (complete) (partial)' );
13860 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.1', '', 'Fitting and adjustment of artificial leg (complete) (partial)' );
13861 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.2', '', 'Fitting and adjustment of artificial eye' );
13862 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.3', '', 'Fitting and adjustment of dental prosthetic device' );
13863 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.4', '', 'Fitting and adjustment of breast prosthesis and implant' );
13864 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.8', '', 'Fitting and adjustment of other specified prosthetic device' );
13865 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V52.9', '', 'Fitting and adjustment of unspecified prosthetic device' );
13866 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.01', '', 'Fitting and adjustment of cerebral ventricular (communicating) shunt' );
13867 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.02', '', 'Fitting and adjustment of neuropacemaker (brain) (peripheral nerve) (spinal cord)' );
13868 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.09', '', 'Fitting and adjustment of other devices related to nervous system and special senses' );
13869 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.1', '', 'Fitting and adjustment of spectacles and contact lenses' );
13870 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.2', '', 'Fitting and adjustment of hearing aid' );
13871 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.31', '', 'Fitting and adjustment of cardiac pacemaker' );
13872 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.32', '', 'Fitting and adjustment of automatic implantable cardiac defibrillator' );
13873 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.39', '', 'Fitting and adjustment of other cardiac device' );
13874 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.4', '', 'Fitting and adjustment of orthodontic devices' );
13875 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.50', '', 'Fitting and adjustment of intestinal appliance and device' );
13876 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.51', '', 'Fitting and adjustment of gastric lap band' );
13877 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.59', '', 'Fitting and adjustment of other gastrointestinal appliance and device' );
13878 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.6', '', 'Fitting and adjustment of urinary devices' );
13879 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.7', '', 'Fitting and adjustment of orthopedic devices' );
13880 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.8', '', 'Fitting and adjustment of wheelchair' );
13881 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.90', '', 'Fitting and adjustment of unspecified device' );
13882 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.91', '', 'Fitting and adjustment of insulin pump' );
13883 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V53.99', '', 'Fitting and adjustment of other device' );
13884 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.01', '', 'Encounter for removal of internal fixation device' );
13885 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.02', '', 'Encounter for lengthening/adjustment of growth rod' );
13886 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.09', '', 'Other aftercare involving internal fixation device' );
13887 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.10', '', 'Aftercare for healing traumatic fracture of arm unspecified' );
13888 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.11', '', 'Aftercare for healing traumatic fracture of upper arm' );
13889 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.12', '', 'Aftercare for healing traumatic fracture of lower arm' );
13890 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.13', '', 'Aftercare for healing traumatic fracture of hip' );
13891 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.14', '', 'Aftercare for healing traumatic fracture of leg unspecified' );
13892 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.15', '', 'Aftercare for healing traumatic fracture of upper leg' );
13893 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.16', '', 'Aftercare for healing traumatic fracture of lower leg' );
13894 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.17', '', 'Aftercare for healing traumatic fracture of vertebrae' );
13895 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.19', '', 'Aftercare for healing traumatic fracture of other bone' );
13896 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.20', '', 'Aftercare for healing pathologic fracture of arm unspecified' );
13897 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.21', '', 'Aftercare for healing pathologic fracture of upper arm' );
13898 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.22', '', 'Aftercare for healing pathologic fracture of lower arm' );
13899 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.23', '', 'Aftercare for healing pathologic fracture of hip' );
13900 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.24', '', 'Aftercare for healing pathologic fracture of leg unspecified' );
13901 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.25', '', 'Aftercare for healing pathologic fracture of upper leg' );
13902 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.26', '', 'Aftercare for healing pathologic fracture of lower leg' );
13903 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.27', '', 'Aftercare for healing pathologic fracture of vertebrae' );
13904 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.29', '', 'Aftercare for healing pathologic fracture of other bone' );
13905 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.81', '', 'Aftercare following joint replacement' );
13906 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.89', '', 'Other orthopedic aftercare' );
13907 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V54.9', '', 'Unspecified orthopedic aftercare' );
13908 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.0', '', 'Attention to tracheostomy' );
13909 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.1', '', 'Attention to gastrostomy' );
13910 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.2', '', 'Attention to ileostomy' );
13911 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.3', '', 'Attention to colostomy' );
13912 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.4', '', 'Attention to other artificial opening of digestive tract' );
13913 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.5', '', 'Attention to cystostomy' );
13914 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.6', '', 'Attention to other artificial opening of urinary tract' );
13915 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.7', '', 'Attention to artificial vagina' );
13916 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.8', '', 'Attention to other specified artificial opening' );
13917 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V55.9', '', 'Attention to unspecified artificial opening' );
13918 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.0', '', 'Aftercare involving extracorporeal dialysis' );
13919 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.1', '', 'Fitting and adjustment of extracorporeal dialysis catheter' );
13920 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.2', '', 'Fitting and adjustment of peritoneal dialysis catheter' );
13921 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.31', '', 'Encounter for adequacy testing for hemodialysis' );
13922 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.32', '', 'Encounter for adequacy testing for peritoneal dialysis' );
13923 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V56.8', '', 'Aftercare involving other dialysis' );
13924 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.0', '', 'Care involving breathing exercises' );
13925 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.1', '', 'Care involving other physical therapy' );
13926 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.21', '', 'Care involving occupational therapy' );
13927 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.22', '', 'Care involving vocational therapy' );
13928 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.3', '', 'Care involving speech-language therapy' );
13929 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.4', '', 'Care involving orthoptic training' );
13930 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.81', '', 'Care involving orthotic training' );
13931 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.89', '', 'Care involving other specified rehabilitation procedure' );
13932 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V57.9', '', 'Care involving unspecified rehabilitation procedure' );
13933 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.0', '', 'Encounter for radiotherapy' );
13934 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.11', '', 'Encounter for antineoplastic chemotherapy' );
13935 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.12', '', 'Encounter for immunotherapy for neoplastic condition' );
13936 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.2', '', 'Blood transfusion without reported diagnosis' );
13937 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.30', '', 'Encounter for change or removal of nonsurgical wound dressing' );
13938 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.31', '', 'Encounter for change or removal of surgical wound dressing' );
13939 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.32', '', 'Encounter for removal of sutures' );
13940 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.41', '', 'Encounter for planned post-operative wound closure' );
13941 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.42', '', 'Aftercare following surgery for neoplasm' );
13942 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.43', '', 'Aftercare following surgery for injury and trauma' );
13943 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.44', '', 'Aftercare following organ transplant' );
13944 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.49', '', 'Other specified aftercare following surgery' );
13945 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.5', '', 'Orthodontics aftercare' );
13946 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.61', '', 'Long-term (current) use of anticoagulants' );
13947 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.62', '', 'Long-term (current) use of antibiotics' );
13948 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.63', '', 'Long-term (current) use of antiplatelets/antithrombotics' );
13949 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.64', '', 'Long-term (current) use of nonsteroidal anti-inflammatories (nsaid)' );
13950 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.65', '', 'Long-term (current) use of steroids' );
13951 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.66', '', 'Long-term (current) use of aspirin' );
13952 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.67', '', 'Long-term (current) use of insulin' );
13953 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.69', '', 'Long-term (current) use of other medications' );
13954 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.71', '', 'Aftercare following surgery of the sense organs not elsewhere classified' );
13955 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.72', '', 'Aftercare following surgery of the nervous system not elsewhere classified' );
13956 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.73', '', 'Aftercare following surgery of the circulatory system not elsewhere classified' );
13957 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.74', '', 'Aftercare following surgery of the respiratory system not elsewhere classified' );
13958 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.75', '', 'Aftercare following surgery of the teeth oral cavity and digestive system not elsewhere classified' );
13959 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.76', '', 'Aftercare following surgery on the genitourinary system not elsewhere classified' );
13960 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.77', '', 'Aftercare following surgery of the skin and subcutaneous tissue not elsewhere classified' );
13961 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.78', '', 'Aftercare following surgery on the musculoskeletal system not elsewhere classified' );
13962 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.81', '', 'Fitting and adjustment of vascular catheter' );
13963 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.82', '', 'Fitting and adjustment of nonvascular catheter not elsewhere classified' );
13964 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.83', '', 'Encounter for therapeutic drug monitoring' );
13965 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.89', '', 'Other specified aftercare' );
13966 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V58.9', '', 'Unspecified aftercare' );
13967 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.01', '', 'Blood donors whole blood' );
13968 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.02', '', 'Blood donors stem cells' );
13969 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.09', '', 'Other blood donors' );
13970 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.1', '', 'Skin donors' );
13971 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.2', '', 'Bone donors' );
13972 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.3', '', 'Bone marrow donors' );
13973 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.4', '', 'Kidney donors' );
13974 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.5', '', 'Cornea donors' );
13975 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.6', '', 'Liver donors' );
13976 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.70', '', 'Egg (ooctye)(ovum) donor, unspecified' );
13977 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.71', '', 'Egg (ooctye)(ovum) donor, under age 35, anonymous recipient' );
13978 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.72', '', 'Egg (ooctye)(ovum) donor, under age 35, designated recipient' );
13979 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.73', '', 'Egg (ooctye)(ovum) donor, age 35 and over, anonymous recipient' );
13980 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.74', '', 'Egg (ooctye)(ovum) donor, age 35 and over, designated recipient' );
13981 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.8', '', 'Donors of other specified organ or tissue' );
13982 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V59.9', '', 'Donors of unspecified organ or tissue' );
13983 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.0', '', 'Lack of housing' );
13984 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.1', '', 'Inadequate housing' );
13985 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.2', '', 'Inadequate material resources' );
13986 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.3', '', 'Person living alone' );
13987 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.4', '', 'No other household member able to render care' );
13988 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.5', '', 'Holiday relief care' );
13989 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.6', '', 'Person living in residential institution' );
13990 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.81', '', 'Foster care (status)' );
13991 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.89', '', 'Other specified housing or economic circumstances' );
13992 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V60.9', '', 'Unspecified housing or economic circumstance' );
13993 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.01', '', 'Family disruption due to family member on military deployment' );
13994 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.02', '', 'Family disruption due to return of family member from military deployment' );
13995 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.03', '', 'Family disruption due to divorce or legal separation' );
13996 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.04', '', 'Family disruption due to parent-child estrangement' );
13997 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.05', '', 'Family disruption due to child in welfare custody' );
13998 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.06', '', 'Family disruption due to child in foster care or in care of non-parental family member' );
13999 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.07', '', 'Family disruption due to death of family member' );
14000 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.08', '', 'Family disruption due to other extended absence of family member' );
14001 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.09', '', 'Other family disruption' );
14002 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.10', '', 'Unspecified counseling for marital and partner problems' );
14003 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.11', '', 'Counseling for victim of spousal and partner abuse' );
14004 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.12', '', 'Counseling for perpetrator of spousal and partner abuse' );
14005 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.20', '', 'Counseling for parent-child problem unspecified' );
14006 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.21', '', 'Counseling for victim of child abuse' );
14007 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.22', '', 'Counseling for perpetrator of parent child abuse' );
14008 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.23', '', 'Counseling for parent-biological child problem' );
14009 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.24', '', 'Counseling for parent-adopted child problem' );
14010 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.25', '', 'Counseling for parent (guardian)-foster child problem' );
14011 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.29', '', 'Other parent-child problems' );
14012 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.3', '', 'Problems with aged parents or in-laws' );
14013 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.41', '', 'Alcoholism in family' );
14014 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.42', '', 'Substance abuse in family' );
14015 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.49', '', 'Other health problems within the family' );
14016 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.5', '', 'Multiparity' );
14017 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.6', '', 'Illegitimacy or illegitimate pregnancy' );
14018 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.7', '', 'Other unwanted pregnancy' );
14019 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.8', '', 'Other specified family circumstances' );
14020 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V61.9', '', 'Unspecified family circumstance' );
14021 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.0', '', 'Unemployment' );
14022 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.1', '', 'Adverse effects of work environment' );
14023 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.21', '', 'Personal current military deployment status' );
14024 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.22', '', 'Personal history of return from military deployment' );
14025 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.29', '', 'Other occupational circumstances or maladjustment' );
14026 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.3', '', 'Educational circumstances' );
14027 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.4', '', 'Social maladjustment' );
14028 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.5', '', 'Legal circumstances' );
14029 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.6', '', 'Refusal of treatment for reasons of religion or conscience' );
14030 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.81', '', 'Interpersonal problems not elsewhere classified' );
14031 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.82', '', 'Bereavement uncomplicated' );
14032 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.83', '', 'Counseling for perpetrator of physical/sexual abuse' );
14033 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.84', '', 'Suicidal ideation' );
14034 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.89', '', 'Other psychological or physical stress not elsewhere classified' );
14035 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V62.9', '', 'Unspecified psychosocial circumstance' );
14036 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V63.0', '', 'Residence remote from hospital or other health care facility' );
14037 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V63.1', '', 'Medical services in home not available' );
14038 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V63.2', '', 'Person awaiting admission to adequate facility elsewhere' );
14039 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V63.8', '', 'Other specified reasons for unavailability of medical facilities' );
14040 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V63.9', '', 'Unspecified reason for unavailability of medical facilities' );
14041 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.00', '', 'Vaccination not carried out, unspecified reason' );
14042 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.01', '', 'Vaccination not carried out because of acute illness' );
14043 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.02', '', 'Vaccination not carried out because of chronic illness or condition' );
14044 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.03', '', 'Vaccination not carried out because of immune compromised state' );
14045 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.04', '', 'Vaccination not carried out because of allergy to vaccine or component' );
14046 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.05', '', 'Vaccination not carried out because of caregiver refusal' );
14047 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.06', '', 'Vaccination not carried out because of patient refusal' );
14048 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.07', '', 'Vaccination not carried out for religious reasons' );
14049 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.08', '', 'Vaccination not carried out because patient had disease being vaccinated against' );
14050 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.09', '', 'Vaccination not carried out for other reason' );
14051 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.1', '', 'Surgical or other procedure not carried out because of contraindication' );
14052 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.2', '', 'Surgical or other procedure not carried out because of patient''s decision' );
14053 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.3', '', 'Procedure not carried out for other reasons' );
14054 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.41', '', 'Laparoscopic surgical procedure converted to open procedure' );
14055 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.42', '', 'Thoracoscopic surgical procedure converted to open procedure' );
14056 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V64.43', '', 'Arthroscopic surgical procedure converted to open procedure' );
14057 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.0', '', 'Healthy person accompanying sick person' );
14058 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.11', '', 'Pediatric pre-birth visit for expectant parent(s)' );
14059 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.19', '', 'Other person consulting on behalf of another person' );
14060 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.2', '', 'Person feigning illness' );
14061 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.3', '', 'Dietary surveillance and counseling' );
14062 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.40', '', 'Other specified counseling' );
14063 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.41', '', 'Exercise counseling' );
14064 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.42', '', 'Counseling on substance use and abuse' );
14065 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.43', '', 'Counseling on injury prevention' );
14066 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.44', '', 'Human immunodeficiency virus (hiv) counseling' );
14067 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.45', '', 'Counseling on other sexually transmitted diseases' );
14068 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.46', '', 'Encounter for insulin pump training' );
14069 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.49', '', 'Other specified counseling' );
14070 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.5', '', 'Person with feared complaint in whom no diagnosis was made' );
14071 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.8', '', 'Other reasons for seeking consultation' );
14072 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V65.9', '', 'Unspecified reason for consultation' );
14073 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.0', '', 'Convalescence following surgery' );
14074 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.1', '', 'Convalescence following radiotherapy' );
14075 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.2', '', 'Convalescence following chemotherapy' );
14076 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.3', '', 'Convalescence following psychotherapy and other treatment for mental disorder' );
14077 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.4', '', 'Convalescence following treatment of fracture' );
14078 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.5', '', 'Convalescence following other treatment' );
14079 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.6', '', 'Convalescence following combined treatment' );
14080 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.7', '', 'Encounter for palliative care' );
14081 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V66.9', '', 'Unspecified convalescence' );
14082 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.00', '', 'Follow-up examination following surgery, unspecified' );
14083 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.01', '', 'Following surgery follow-up vaginal pap smear' );
14084 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.09', '', 'Follow-up examination following other surgery' );
14085 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.1', '', 'Follow-up examination following radiotherapy' );
14086 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.2', '', 'Follow-up examination following chemotherapy' );
14087 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.3', '', 'Follow-up examination following psychotherapy and other treatment for mental disorder' );
14088 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.4', '', 'Following treatment of healed fracture' );
14089 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.51', '', 'Follow-up examination following completed treatment with high-risk medication not elsewhere classified' );
14090 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.59', '', 'Other follow-up examination' );
14091 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.6', '', 'Follow-up examination following combined treatment' );
14092 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V67.9', '', 'Unspecified follow-up examination' );
14093 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.01', '', 'Disability examination' );
14094 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.09', '', 'Other issue of medical certificates' );
14095 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.1', '', 'Issue of repeat prescriptions' );
14096 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.2', '', 'Request for expert evidence' );
14097 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.81', '', 'Referral of patient without examination or treatment' );
14098 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.89', '', 'Encounters for other specified administrative purpose' );
14099 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V68.9', '', 'Encounters for unspecified administrative purpose' );
14100 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.0', '', 'Lack of physical exercise' );
14101 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.1', '', 'Inappropriate diet and eating habits' );
14102 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.2', '', 'High-risk sexual behavior' );
14103 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.3', '', 'Gambling and betting' );
14104 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.4', '', 'Lack of adequate sleep' );
14105 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.5', '', 'Behavioral insomnia of childhood' );
14106 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.8', '', 'Other problems related to lifestyle' );
14107 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V69.9', '', 'Unspecified problem related to lifestyle' );
14108 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.0', '', 'Routine general medical examination at a health care facility' );
14109 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.1', '', 'General psychiatric examination requested by the authority' );
14110 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.2', '', 'General psychiatric examination other and unspecified' );
14111 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.3', '', 'Other general medical examination for administrative purposes' );
14112 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.4', '', 'Examination for medicolegal reasons' );
14113 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.5', '', 'Health examination of defined subpopulations' );
14114 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.6', '', 'Health examination in population surveys' );
14115 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.7', '', 'Examination of participant in clinical trial' );
14116 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.8', '', 'Other specified general medical examinations' );
14117 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V70.9', '', 'Unspecified general medical examination' );
14118 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.01', '', 'Observation of adult antisocial behavior' );
14119 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.02', '', 'Observation of childhood or adolescent antisocial behavior' );
14120 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.09', '', 'Observation of other suspected mental condition' );
14121 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.1', '', 'Observation for suspected malignant neoplasm' );
14122 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.2', '', 'Observation for suspected tuberculosis' );
14123 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.3', '', 'Observation following accident at work' );
14124 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.4', '', 'Observation following other accident' );
14125 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.5', '', 'Observation following alleged rape or seduction' );
14126 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.6', '', 'Observation following other inflicted injury' );
14127 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.7', '', 'Observation for suspected cardiovascular disease' );
14128 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.81', '', 'Observation for suspected abuse and neglect' );
14129 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.82', '', 'Observation and evaluation for suspected exposure to anthrax' );
14130 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.83', '', 'Observation and evaluation for suspected exposure to other biological agent' );
14131 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.89', '', 'Observation for other specified suspected conditions' );
14132 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V71.9', '', 'Observation for unspecified suspected condition' );
14133 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.0', '', 'Examination of eyes and vision' );
14134 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.11', '', 'Encounter for hearing examination following failed hearing screening' );
14135 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.12', '', 'Encounter for hearing conservation and treatment' );
14136 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.19', '', 'Other examination of ears and hearing' );
14137 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.2', '', 'Dental examination' );
14138 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.31', '', 'Routine gynecological examination' );
14139 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.32', '', 'Encounter for papanicolaou cervical smear to confirm findings of recent normal smear following initial abnormal smear' );
14140 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.40', '', 'Pregnancy examination or test, pregnancy unconfirmed' );
14141 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.41', '', 'Pregnancy examination or test, negative result' );
14142 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.42', '', 'Pregnancy examination or test, positive result' );
14143 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.5', '', 'Radiological examination not elsewhere classified' );
14144 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.60', '', 'Laboratory examination, unspecified' );
14145 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.61', '', 'Antibody response examination' );
14146 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.62', '', 'Laboratory examination ordered as part of a routine general medical examination' );
14147 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.63', '', 'Pre-procedural laboratory examination' );
14148 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.69', '', 'Other laboratory examination' );
14149 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.7', '', 'Diagnostic skin and sensitization tests' );
14150 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.81', '', 'Pre-operative cardiovascular examination' );
14151 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.82', '', 'Pre-operative respiratory examination' );
14152 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.83', '', 'Other specified pre-operative examination' );
14153 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.84', '', 'Pre-operative examination unspecified' );
14154 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.85', '', 'Other specified examination' );
14155 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.86', '', 'Encounter for blood typing' );
14156 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V72.9', '', 'Unspecified examination' );
14157 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.0', '', 'Screening examination for poliomyelitis' );
14158 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.1', '', 'Screening examination for smallpox' );
14159 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.2', '', 'Screening examination for measles' );
14160 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.3', '', 'Screening examination for rubella' );
14161 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.4', '', 'Screening examination for yellow fever' );
14162 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.5', '', 'Screening examination for other arthropod-borne viral diseases' );
14163 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.6', '', 'Screening examination for trachoma' );
14164 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.81', '', 'Screening examination for human papillomavirus (hpv)' );
14165 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.88', '', 'Other specified chlamydial diseases' );
14166 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.89', '', 'Other specified viral diseases' );
14167 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.98', '', 'Screening examination for unspecified chlamydial disease' );
14168 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V73.99', '', 'Screening examination for unspecified viral disease' );
14169 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.0', '', 'Screening examination for cholera' );
14170 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.1', '', 'Screening examination for pulmonary tuberculosis' );
14171 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.2', '', 'Screening examination for leprosy (hansen''s disease)' );
14172 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.3', '', 'Screening examination for diphtheria' );
14173 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.4', '', 'Screening examination for bacterial conjunctivitis' );
14174 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.5', '', 'Screening examination for venereal disease' );
14175 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.6', '', 'Screening examination for yaws' );
14176 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.8', '', 'Screening examination for other specified bacterial and spirochetal diseases' );
14177 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V74.9', '', 'Screening examination for unspecified bacterial and spirochetal diseases' );
14178 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.0', '', 'Screening examination for rickettsial diseases' );
14179 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.1', '', 'Screening examination for malaria' );
14180 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.2', '', 'Screening examination for leishmaniasis' );
14181 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.3', '', 'Screening examination for trypanosomiasis' );
14182 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.4', '', 'Screening examination for mycotic infections' );
14183 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.5', '', 'Screening examination for schistosomiasis' );
14184 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.6', '', 'Screening examination for filariasis' );
14185 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.7', '', 'Screening examination for intestinal helminthiasis' );
14186 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.8', '', 'Screening examination for other specified parasitic infections' );
14187 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V75.9', '', 'Screening examination for unspecified infectious disease' );
14188 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.0', '', 'Special screening for malignant neoplasms of the respiratory organs' );
14189 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.10', '', 'Breast screening unspecified' );
14190 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.11', '', 'Screening mammogram for high-risk patient' );
14191 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.12', '', 'Other screening mammogram' );
14192 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.19', '', 'Other screening breast examination' );
14193 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.2', '', 'Screening for malignant neoplasms of the cervix' );
14194 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.3', '', 'Screening for malignant neoplasms of the bladder' );
14195 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.41', '', 'Screening for malignant neoplasms of the rectum' );
14196 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.42', '', 'Screening for malignant neoplasms of the oral cavity' );
14197 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.43', '', 'Screening for malignant neoplasms of the skin' );
14198 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.44', '', 'Screening for malignant neoplasms of the prostate' );
14199 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.45', '', 'Screening for malignant neoplasms of the testis' );
14200 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.46', '', 'Special screening for malignant neoplasms ovary' );
14201 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.47', '', 'Special screening for malignant neoplasms vagina' );
14202 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.49', '', 'Special screening for malignant neoplasms other sites' );
14203 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.50', '', 'Special screening for malignant neoplasms unspecified intestine' );
14204 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.51', '', 'Special screening for malignant neoplasms colon' );
14205 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.52', '', 'Special screening for malignant neoplasms small intestine' );
14206 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.81', '', 'Special screening for malignant neoplasms nervous system' );
14207 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.89', '', 'Special screening for other malignant neoplasms' );
14208 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V76.9', '', 'Screening for unspecified malignant neoplasms' );
14209 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.0', '', 'Screening for thyroid disorders' );
14210 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.1', '', 'Screening for diabetes mellitus' );
14211 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.2', '', 'Screening for malnutrition' );
14212 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.3', '', 'Screening for phenylketonuria (pku)' );
14213 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.4', '', 'Screening for galactosemia' );
14214 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.5', '', 'Screening for gout' );
14215 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.6', '', 'Screening for cystic fibrosis' );
14216 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.7', '', 'Screening for other inborn errors of metabolism' );
14217 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.8', '', 'Screening for obesity' );
14218 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.91', '', 'Screening for lipoid disorders' );
14219 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V77.99', '', 'Screening for other and unspecified endocrine nutritional metabolic and immunity disorders' );
14220 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.0', '', 'Screening for iron deficiency anemia' );
14221 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.1', '', 'Screening for other and unspecified deficiency anemia' );
14222 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.2', '', 'Screening for sickle-cell disease or trait' );
14223 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.3', '', 'Screening for other hemoglobinopathies' );
14224 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.8', '', 'Screening for other disorders of blood and blood-forming organs' );
14225 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V78.9', '', 'Screening for unspecified disorder of blood and blood-forming organs' );
14226 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.0', '', 'Screening for depression' );
14227 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.1', '', 'Screening for alcoholism' );
14228 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.2', '', 'Screening for mental retardation' );
14229 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.3', '', 'Screening for developmental handicaps in early childhood' );
14230 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.8', '', 'Screening for other specified mental disorders and developmental handicaps' );
14231 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V79.9', '', 'Screening for unspecified mental disorder and developmental handicap' );
14232 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V80.01', '', 'Special screening for traumatic brain injury' );
14233 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V80.09', '', 'Special screening for other neurological conditions' );
14234 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V80.1', '', 'Screening for glaucoma' );
14235 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V80.2', '', 'Screening for other eye conditions' );
14236 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V80.3', '', 'Screening for ear diseases' );
14237 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.0', '', 'Screening for ischemic heart disease' );
14238 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.1', '', 'Screening for hypertension' );
14239 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.2', '', 'Screening for other and unspecified cardiovascular conditions' );
14240 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.3', '', 'Screening for chronic bronchitis and emphysema' );
14241 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.4', '', 'Screening for other and unspecified respiratory conditions' );
14242 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.5', '', 'Screening for nephropathy' );
14243 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V81.6', '', 'Screening for other and unspecified genitourinary conditions' );
14244 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.0', '', 'Screening for skin conditions' );
14245 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.1', '', 'Screening for rheumatoid arthritis' );
14246 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.2', '', 'Screening for other rheumatic disorders' );
14247 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.3', '', 'Screening for congenital dislocation of hip' );
14248 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.4', '', 'Maternal postnatal screening for chromosomal anomalies' );
14249 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.5', '', 'Screening for chemical poisoning and other contamination' );
14250 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.6', '', 'Multiphasic screening' );
14251 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.71', '', 'Screening for genetic disease carrier status' );
14252 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.79', '', 'Other genetic screening' );
14253 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.81', '', 'Special screening for osteoporosis' );
14254 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.89', '', 'Special screening for other specified conditions' );
14255 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V82.9', '', 'Screening for unspecified condition' );
14256 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V83.01', '', 'Asymptomatic hemophilia a carrier' );
14257 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V83.02', '', 'Symptomatic hemophilia a carrier' );
14258 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V83.81', '', 'Cystic fibrosis gene carrier' );
14259 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V83.89', '', 'Other genetic carrier status' );
14260 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.01', '', 'Genetic susceptibility to malignant neoplasm of breast' );
14261 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.02', '', 'Genetic susceptibility to malignant neoplasm of ovary' );
14262 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.03', '', 'Genetic susceptibility to malignant neoplasm of prostate' );
14263 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.04', '', 'Genetic susceptibility to malignant neoplasm of endometrium' );
14264 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.09', '', 'Genetic susceptibility to other malignant neoplasm' );
14265 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.81', '', 'Genetic susceptibility to multiple endocrine neoplasia [men]' );
14266 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V84.89', '', 'Genetic susceptibility to other disease' );
14267 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.0', '', 'Body mass index less than 19, adult' );
14268 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.1', '', 'Body mass index between 19-24, adult' );
14269 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.21', '', 'Body mass index 25.0-25.9, adult' );
14270 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.22', '', 'Body mass index 26.0-26.9, adult' );
14271 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.23', '', 'Body mass index 27.0-27.9, adult' );
14272 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.24', '', 'Body mass index 28.0-28.9, adult' );
14273 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.25', '', 'Body mass index 29.0-29.9, adult' );
14274 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.30', '', 'Body mass index 30.0-30.9, adult' );
14275 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.31', '', 'Body mass index 31.0-31.9, adult' );
14276 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.32', '', 'Body mass index 32.0-32.9, adult' );
14277 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.33', '', 'Body mass index 33.0-33.9, adult' );
14278 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.34', '', 'Body mass index 34.0-34.9, adult' );
14279 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.35', '', 'Body mass index 35.0-35.9, adult' );
14280 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.36', '', 'Body mass index 36.0-36.9, adult' );
14281 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.37', '', 'Body mass index 37.0-37.9, adult' );
14282 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.38', '', 'Body mass index 38.0-38.9, adult' );
14283 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.39', '', 'Body mass index 39.0-39.9, adult' );
14284 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.4', '', 'Body mass index 40 and over, adult' );
14285 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.51', '', 'Body mass index, pediatric, less than5th percentile for age' );
14286 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.52', '', 'Body mass index, pediatric,5th percentile to less than 85th percentile for age' );
14287 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.53', '', 'Body mass index, pediatric, 85th percentile to less than 95th percentile for age' );
14288 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V85.54', '', 'Body mass index, pediatric, greater than or equal to 95th percentile for age' );
14289 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V86.0', '', 'Estrogen receptor positive status [er+]' );
14290 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V86.1', '', 'Estrogen receptor negative status [er-]' );
14291 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.01', '', 'Contact with and (suspected) exposure to arsenic' );
14292 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.09', '', 'Contact with and (suspected) exposure to other hazardous metals' );
14293 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.11', '', 'Contact with and (suspected) exposure to aromatic amines' );
14294 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.12', '', 'Contact with and (suspected) exposure to benzene' );
14295 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.19', '', 'Contact with and (suspected) exposure to other hazardous aromatic compounds' );
14296 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.2', '', 'Contact with and (suspected) exposure to other potentially hazardous chemicals' );
14297 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.31', '', 'Contact with and (suspected) exposure to mold' );
14298 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.32', '', 'Contact with and (suspected) exposure to algae bloom' );
14299 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.39', '', 'Contact with and (suspected) exposure to other potentially hazardous substances' );
14300 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.41', '', 'Personal history of antineoplastic chemotherapy' );
14301 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.42', '', 'Personal history of monoclonal drug therapy' );
14302 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.43', '', 'Personal history of estrogen therapy' );
14303 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.44', '', 'Personal history of inhaled steroid therapy' );
14304 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.45', '', 'Personal history of systemic steroid therapy' );
14305 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.46', '', 'Personal history of immunosuppressive therapy' );
14306 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V87.49', '', 'Personal history of other drug therapy' );
14307 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V88.01', '', 'Acquired absence of both cervix and uterus' );
14308 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V88.02', '', 'Acquired absence of uterus with remaining cervical stump' );
14309 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V88.03', '', 'Acquired absence of cervix with remaining uterus' );
14310 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.01', '', 'Suspected problem with amniotic cavity and membrane not found' );
14311 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.02', '', 'Suspected placental problem not found' );
14312 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.03', '', 'Suspected fetal anomaly not found' );
14313 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.04', '', 'Suspected problem with fetal growth not found' );
14314 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.05', '', 'Suspected cervical shortening not found' );
14315 REPLACE INTO codes ( code_type, code, modifier, code_text  ) VALUES ( 2, 'V89.09', '', 'Other suspected maternal and fetal condition not found' );